RE: TC (4), IIS isapi_redirector.dll

2005-02-27 Thread Martin Goldhahn
The installer mentioned uses JK2 which is officially unsupported by the Jakarta project. (See http://jakarta.apache.org/tomcat/connectors-doc/news/20041100.html#20041 115.1) Martin -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 7:52 AM

RE: URL protocol handler issues

2005-02-14 Thread Martin Goldhahn
classes from the web application, you need to add the webapp class repository the protocol handler's list of repositories. Martin Goldhahn -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 2:59 PM To: Tomcat Users List Subject: URL

RE: URL protocol handler issues

2005-02-14 Thread Martin Goldhahn
-Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 12:20 PM To: Tomcat Users List Subject: RE: URL protocol handler issues How are you examining the source of this method, by the way? If you downloaded the JDK you already have the

pluggable protocols in web apps

2005-02-04 Thread Martin Goldhahn
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