Message855

Author theknight2002
Recipients
Date 2003-06-20.06:13:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The big problem I have is that SysPackageManager 
contains "new File()" everywhere to add packages and 
classes to the Jython system.
I need to make my packages available to the jython 
scripts.
My problem is that I can't make any jars and classes 
visible to my scripts runninf from my servlet under 
Weblogic, because Weblogic does not extract the files 
from the war or ear to the file system, but accesses 
them inside this war or ear file as a zip file.
So this makes it impossible to use the File class of Java. 
You should use URL's for that, because the resources of 
weblogic start with "zip:" and files don't
I hope this is somewhat clear.
History
Date User Action Args
2008-02-20 17:17:15adminlinkissue757707 messages
2008-02-20 17:17:15admincreate