why two webapps ? In your web.xml, why not create a security-constraint element, with web-resource-collection for all your secure pages, in the user-data-constraint set the transport-guarantee as CONFIDENTIAL. Then https has to be used for all your secure pages.
-- padhu Joel Carklin wrote: >Hi, > >I'm not sure what to do here, I have a general set of jsp pages open to >the public, these are in a webapp with its own web-inf directory, >classes etc. Then I have a secure webapp, starting with a logon page >which you get to from a link in the 'public' website. The secure part of >the site uses certificates and ssl and is a self-contained web-app, also >with its own web-inf etc. > >My question I guess is this, can I deploy two or more web applications >in the same container at the same time? Would I give each one a >different port (connector) in the same Service (in the server.xml), or >would each require it's own 'Service' tag altogether? or what? > >Sorry if my question is confusing, or if I'm making complicated things >out of something simple, I'm just a bit confused. > >Thanks >Joel > >=========================================================================== >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". >Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > > > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com