[EMAIL PROTECTED] wrote:
Env: Tomcat 6.0.14, Jre1.6
I have both HTTP and HTTPs connector defined in my server configuration.
I would like to apply the HTTPS connector to handle specific URLs into
the webapp alone and have the rest be handled by HTTP connector.
Eg:
Context Root: /myapp
URLs handled by HTTPS connector: /myapp/secure/*
URLs handled by HTTP connector: all other URLs under /myapp/*
How do I accomplish this?
Read the servlet spec (or use Google) and look for user-data-constraint.
Mark
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]