If one app *needs* a secure connection edit web.xml to guarantee it:
http://jakarta.apache.org/tomcat/faq/security.html#https

But with this scenario the other app may also run via https if linked to in that manner (or someone types https://... in ). To prevent this - the easy way is to create a filter for that webapp which disallows https access. (or lookup the correct apache directive to disallow)

-Tim

[EMAIL PROTECTED] wrote:
Can you be more specific, pleae, about the solution.

The reason why I need this solution is that
I'm running two webbaps, and for the one of them
I need secure connection, while the other one
should work with a non-secure connection too.



You could if each connector were in its own <Service>. But I fail to see any reason why this would be done.

-Tim



I have 2 connectors configured, in my Tomcat one secure,

one non-secure.


Can I configure two webapps in such way, that one would use
ONLY the secure connector, the other ONLY the non-secure ?


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





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



Reply via email to