-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
> 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
> 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
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
-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
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