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 tomcat and web apps and shared was for just

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

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

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

2007-11-16 Thread Mike Wannamaker
into that DirContextURLStreamHandlerFactory class somehow through configuration to return my handler class? Thanks Mike -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2007 5:07 PM To: Tomcat Users List Subject: Re: Need my Protocol to be Seen in Tomcat

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 a bit of a rush when he

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 I'm wondering is if I can