> -----Original Message-----
> From: Joel Carklin [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 16, 2002 2:57 AM
> To: [EMAIL PROTECTED]
> Subject: Moving client from one web app into another
>
>
> 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?

Yes. If i get you right, you want to deploy two applications or context. You
can make two context's by adding them in the server.xml file. The port
change is not required.
For further information you can check out your containers docs.
>
> 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

Vikram.
>
> ==============================================================
> =============
> 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
>
Disclaimer: This e-mail message along with any attachments is intended only
for the addressee and may contain confidential and privileged information of
GTL Limited. If the reader of this message is not the intended recipient,
you are notified that any dissemination, distribution or copy of this
communication is strictly prohibited. If you have received this message by
error, please notify us immediately, return the original mail to the sender
and delete the message from your system.

===========================================================================
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

Reply via email to