RE: ROOT webapp question confused with hosts

2005-11-08 Thread Michael Forster
You need to set up multiple host entries in the conf. ie -Original Message- From: Narahari 'n' Savitha [mailto:[EMAIL PROTECTED] Sent: 08 November 2005 17:23 To: users@tomcat.apache.org Subject: ROOT webapp question confused with hosts Friends, I am unab

RE: Load class from different web app

2005-11-04 Thread Michael Forster
: Load class from different web app Placing classes jdk/jre/lib/ext puts them into the system classloader. This opens a whole class of class not found errors and errors related to tomcat not reloading classes. (As well as memory leaks due to Classloaders not being freed) -Tim Michael Forster wrote

RE: Load class from different web app

2005-11-04 Thread Michael Forster
That is not strictly true, We had an application at work that used JNI and was part of a Database access library as well as accessing things like the Machines Hostmac address. We could not run it from the Tomcat area and had to put it into a jar file and put the jar file into the JVM jdk/jre/lib/e