OK, here's the idea. Servlets run under the servlet's JVM, other java apps run under a separate JVM. I can't make the apps run from the Servlet's JVM, so can I somehow make the server use the other JVM to run it's servlets? If I tell the server to use an existing JRE on my machine, does it detect if there is already a JVM running from that JRE, or does it just make a new one? Anyone got any idea? Catherine ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
