Question: how to limit one webapp to secured connection another with none-secured?

2005-01-26 Thread Li Ma
I have two webapps, one is for system admin, let's call it myadmin. To use this app, I want user always use secured connection; Another is myapp, which only allows none-secured conneciton. Now I want the two apps run in the same Tomcat server. I surely can install two connectors(one secured,

Re: Question: how to limit one webapp to secured connection another with none-secured?

2005-01-26 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/security.html#https -Tim Li Ma wrote: I have two webapps, one is for system admin, let's call it myadmin. To use this app, I want user always use secured connection; Another is myapp, which only allows none-secured conneciton. Now I want the two apps run in the