Shared classLoader evolution

2002-12-23 Thread Gattaz, Olivier
Bonjour, To be able to launch multiple Tomcat instance in one server (PC), we have the "$$CATALINA_BASE" variable which makes possible to define several environment of execution using only one tomcat installation (eg. C:\Program Files\Apache Group\Tomcat 4.1). This capability has a limit: there

bug(s) in WebappClassLoader ? I need your knowledge

2002-07-24 Thread Gattaz, Olivier
} /* invoke getURLs() */ try { Method wMethodGetUrl = wClassLoader.getClass().getMethod(CATALINA_LOADER_METHOD_GETURLS,new Class[0] ); RL[]