Hi,

Directories and Web Applications are different things. In case of Tomcat , a 
directory is created for each web application deployed on the server, all these 
go under the webapps directory. so for example you have 2 applications say app1 
and app2 running inside Tomcat then you will see two directories under your 
webapps :

webapps 
  |
  - app1 (you can have directory under these, that will depend on your app. 
needs)
  |
  - app2

You can create more directories under your application directory if you want , 
depends on what your needs are. These are just directories under your 
application directory and not separate Web Applications.


-Sameer


--- On Tue, 7/8/08, WILLIAMer <[EMAIL PROTECTED]> wrote:

> From: WILLIAMer <[EMAIL PROTECTED]>
> Subject: RE: tomcat with jcaptcha
> To: users@tomcat.apache.org
> Date: Tuesday, July 8, 2008, 8:42 AM
> MY webapps tree: eCom-Admin -Login.jsp
>                                 -Account - some .jsp
>                                 -Other directory....
> I think Admin and eCom are not two webapps
> And Admin is not a webapps deployed inside eCom, right?
>  
> 
> Caldarale, Charles R wrote:
> > 
> >> From: WILLIAMer
> [mailto:[EMAIL PROTECTED]
> >> Subject: Re: tomcat with jcaptcha
> >>
> >> Now, i think i just only one question :)
> >> I know the sessions cant share with two
> directory(apps).
> >> But iinclude parent and child directory?
> >> The dir "Admin" just under the dir
> "eCom".
> > 
> > If you're asking if one webapp can be deployed
> inside another webapp's
> > directory, the answer is definitely no.  Each webapp
> must be in a separate
> > directory (or war file) immediately under the
> <Host> appBase directory, or
> > else in a directory completely outside of the
> <Host> appBase.  Under no
> > circumstances can webapp deployments overlap.
> > 
> >  - Chuck
> > 
> > 
> > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
> OTHERWISE PROPRIETARY
> > MATERIAL and is thus for use only by the intended
> recipient. If you
> > received this in error, please contact the sender and
> delete the e-mail
> > and its attachments from all computers.
> > 
> >
> ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> > 
> > 
> 
> -- 
> View this message in context:
> http://www.nabble.com/tomcat-with-jcaptcha-tp18309636p18331041.html
> Sent from the Tomcat - User mailing list archive at
> Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]


      

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