hi.
i installed tomcat to work with iss and i made in default web app a
virtual directory
examples that points to /tomcat/webapps/examples
this works great!

the problem is when i request a ssl connection for this virtual
directory...
the jsp-s are still server no matter what is the protocol used:

https://my_host/examples/jsp/num/numguess.jsp
http://my_host/examples/jsp/num/numguess.jsp

work both of them.

insted
http://my_host/examples/jsp/index.html doesn't return the page because
is served by iis, not by the isapi->tomcat
while
https://my_host/examples/jsp/index.html works as expected.

do you know how to solve this problem?is there a way to configure in
some way this tomcat isapi to recognise ssl requests?

thanx

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to