Message855
 
            
            
            
 
   
   
 
 
  
      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.  | 
   
  
 
|
 
| Date | 
User | 
Action | 
Args | 
 
| 2008-02-20 17:17:15 | admin | link | issue757707 messages |  
| 2008-02-20 17:17:15 | admin | create |  |  
 
 
 |