> You mean the servlets itself must not be reachable by the classpath assembled
by
> "wrapper.classpath" in jserv.properties but only by the zones repository
statement?
Yes. The issue is that the system classloader cannot be re-instantiated.
Only user defined classloaders (ie: jserv's classloader) can be reloaded.
> That means a servlet com.foo.bar.Servlet instantiating com.foo.bar.HelperClass
may
> not lie in in the same directory structure "com/foo/bar"?
No. You can do that. What it means is what you said..the servlets must not
be reachable by the classpath that is defined in wrapper.classpath as well
as any "global" classpaths that you have defined in the shell that started
the jserv process.
> I assume then we've got
> the same problem with com.foo.bar.HelperClass when it has changed, i.e. it is
not
> reloaded?
No. Your assumption is incorrect if the classpaths are defined appropriately
as stated above.
-jon
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]