Hello,

I have a webapp that has two servlets in it. I would like one of the servlets to respond when a client connects to an SSL port, and the other to respond when a client connects to a non-SSL port. Each servlet has a different mapping in the web.xml.

Basically, I want to allow this:
https://host/app/a
http://host/app/b

and disallow this:
http://host/app/a

I have read the FAQ on how to set up virtual hosts, but this isn't really a desirable solution for this case.

Is there a way to do this without using virtual hosts?

I am using Tomcat 5.5, but may have the option of updating to 6.


Thanks,
Greg Jewell


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to