Re: Need my Protocol to be Seen in Tomcat!!

2007-11-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: >> From: Mike Wannamaker [mailto:[EMAIL PROTECTED] >> Subject: RE: Need my Protocol to be Seen in Tomcat!! >> >> I thought it was the other way around? Common is visible >> to tomc

RE: Need my Protocol to be Seen in Tomcat!!

2007-11-16 Thread Caldarale, Charles R
> From: Mike Wannamaker [mailto:[EMAIL PROTECTED] > Subject: RE: Need my Protocol to be Seen in Tomcat!! > > I believe the issue is that the URL class is loaded > in the bootstrap classloader and my Handler class is > in the commons classloader. Sounds likely. > So what

RE: Need my Protocol to be Seen in Tomcat!!

2007-11-16 Thread Caldarale, Charles R
> From: Mike Wannamaker [mailto:[EMAIL PROTECTED] > Subject: RE: Need my Protocol to be Seen in Tomcat!! > > I thought it was the other way around? Common is visible > to tomcat and web apps and shared was for just webapps? You're correct; I think Chris must have been in

RE: Need my Protocol to be Seen in Tomcat!!

2007-11-16 Thread Mike Wannamaker
PM To: Tomcat Users List Subject: Re: Need my Protocol to be Seen in Tomcat!! -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, Version numbers? Mike Wannamaker wrote: > So now we put classes into commons/lib/... Er... common/lib ? > and we add a global resource to server.xml that start

Re: Need my Protocol to be Seen in Tomcat!!

2007-11-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike, Version numbers? Mike Wannamaker wrote: > So now we put classes into commons/lib/... Er... common/lib ? > and we add a global resource to server.xml that starts our services. [snip] > have debugged into the URL code and it can't find my cl

Need my Protocol to be Seen in Tomcat!!

2007-11-16 Thread Mike Wannamaker
Hi I need some help. I have a Handler class for my protocol. Before we embedded tomcat in our own "App Server" like runtime. This handler class could be loaded. But now we were forced to change to install into tomcat. So now we put classes into commons/lib/... and we add a global resource to