> Thanks Jon, for the information about JServ and JNI (attached
> below). One more problem, though. Now that I have added servlets to the
> system class path, they do not get reloaded when the .class files change.
> How can I do development if this is true? Below is the FAQ item discussing
> serlvets in the system classpath.
nice catch-22 eh?
The only way that I know of at this point is to run Apache JServ
manually and restart it each time you need to change your code (or run it
in automatic mode and hup the server each time).
Major pain in the rear, but this is a JVM limitation and not a Apache JServ
limitation. I suggest that you also complain to Sun. ;-)
-jon |