> From: Emsley, I (Iain) [mailto:iain.ems...@stfc.ac.uk]
> Subject: File Not Found when serving SSL
>
> I'm  using Tomcat 5.5.23 on Windows Server 2003 using JDK 1.6.0_07 and
> I've just got SSL working on port 8443.

As previously asked: with or without APR?  (The question may be moot, given the 
stack trace.)

> 08:36:37,383 ERROR [BwSvciFilter] Callback exception:
> javax.servlet.ServletException: File not found:
> https:/localhost:8443/ucalrsrc
>                 at
> edu.rpi.sss.util.servlets.ConfiguredXSLTFilter.doPreFilter
> (ConfiguredXSLTFilter.java:411)
>                 at
> edu.rpi.sss.util.servlets.XSLTFilter.doFilter(XSLTFilter.java:282)

The above locations are not part of Tomcat, but rather of the webapp you're 
running.  You're going to have to ask whoever supports that webapp or those 
particular classes.  As a guess, I'd think that code simply doesn't know how to 
parse HTTPS URLs properly.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to