The problem is that you need to have the class
com.sun.net.ssl.internal.www.protocol.Handler available so that the Tomcat
implementation class of HttpServletResponse works out that it should encode
urls.

To do this:
        1.      put jsse.jar in %JAVA_HOME%\jre\lib\ext
        2.      add this jar to your classpath for Tomcat
        3.      add the environment variable TOMCAT_OPTS with value:
        -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to