From: phygou <ph...@se...> - 2002-03-28 01:44:40
|
I wrote some jython servlets in the resin application server and put them such as webapps/mycontext/pyserv.py. There are also some pure java class in the webapps/mycontext/WEB-INF/classes. I try create these objects from jython servlets but there is no effect. Does anyone know how to setup the webapp classpath instead of using some "global" classpath ? Allen Kao |