class loader in Apache Jserv and Apache HTTP server

2008-10-13 Thread jetpilot
context: http://www.nabble.com/class-loader-in-Apache-Jserv-and-Apache-HTTP-server-tp19962423p19962423.html Sent from the Apache HTTP Server - Dev mailing list archive at Nabble.com.

Re: class loader in Apache Jserv and Apache HTTP server

2008-10-13 Thread Ruediger Pluem
On 10/13/2008 10:35 PM, jetpilot wrote: > Hi All > > I'm trying to use Aspect's J load time weaving feature using > WeavingURLClassLoader. Aspect that i write is defined on one method in > JServConnection class in ApacheJServ module.Basically i need to set class > loader(WeavingURLClassLoader, i

Re: class loader in Apache Jserv and Apache HTTP server

2008-10-13 Thread Jess Holle
AspectJ's documentation should give some coverage to wedging use of this ClassLoader into an existing app, but this really isn't the place for such a question. If it were Tomcat, I'd suggest the Tomcat user's group as some Tomcat user has likely done something similar, but there's no such reso

Re: class loader in Apache Jserv and Apache HTTP server

2008-10-13 Thread jetpilot
specify java path, >>> but >>> how can i change default class loader being used. >>> >> >> Apache Jserv is not part of the Apache HTTP Server project and it was >> retired >> long time ago and replaced with Tomcat (see >> http://j

Re: class loader in Apache Jserv and Apache HTTP server

2008-10-13 Thread Jess Holle
Sorry -- I for one can't help. I've been using Tomcat since 3.x days and never used JServ. -- Jess Holle jetpilot wrote: Tnx for responses I'm aware of 1.5 agent capabilities and that JServ is retired project, but unfortunately not every customer have same environment, and older version of O