No WLST cachedir with python.cachedir.skip

In one of my previous post I have talked about python.cachedir and how it may cause some errors during WLST/Jython initialization.
With WebLogic 11g Oracle has upgraded the Jython Version from 2.1 to 2.2 (see my post here), which opens up yet another way of getting rid of these errors. In fact you can get rid of the cachedir entirely by starting WLST with -Dpython.cachedir.skip=true, this will instruct Jython not to create the CacheDir.
I haven’t done extensive testing with this option but so far I haven’t seen any issues by not creating this cachedir.

Tags: , , ,

One Response to “No WLST cachedir with python.cachedir.skip”

  1. Jawed says:

    Hi Satya,
    After searching a lot I found your site. And thanks for the site, post and messages.
    I am struggling a lot for following:

    We are in the process of migrating from WebLogic 8.1 to WAS 6.1. We have few application in WebLogic that use custom execute threads so that trafic is moved to user defined thread instead of default thread pool. This is done in weblogic using dispatch-policy tag under weblogic.xml.

    I appreciate if you could help me understand the alternative of doing same thing in WebSphere 6.1.

    I was going thru some site searching and came across Work Manager that does the same thing which is new to me but does similar job.

    Please, let me know your suggestions.

    Thanks,
    Jawed

Leave a Reply