Mark
Martin Goldhahn wrote:
We use pluggable protocols to access resources. These don't seem to work
with the class loading scheme Tomcat is using. Having a class
no.mycomp.protocols.myprot.Handler I do the following:
1. prepend "no.mycomp.protocols|" to the system property
"java.protocol.handler.pkgs"
2. create a URL with URL u = new URL("myprot://whatever");
I get a MalformedUrlException: unknown protocol myprot
When I debug the code I see that the call Class.forName(....) in
URL.getURLStreamHandler() fails (The one in the try block). After that
the System class loader cannot load my protocol handler either.
Is ther a way to get this working. perferably without moving archives to Tomcat's common\ or Java's endorsed path?
Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
