You might want to take a look in the configuration
file $TOMCAT_HOME/conf/server.xml at the sections that
define the contexts. The path is sort of from the
docroot of your websererver like "/admin" if you want
to access the admin context as
"http://your.domain.com/admin";, the documentation says
it is relative to the context manager's location. The
document base is usually, but not always a directory
that is relative to your $TOMCAT_HOME directory such
as "webapps/admin" and yes the context name can be
whatever you choose as long as it is not already in
use on your server.

Most of this info is available online at:

http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html
--- Mark Senefsky <[EMAIL PROTECTED]> wrote:
> Greetings all...
> 
> OK I think the solution to my previous email "Newbie
> Help (the sequel)" is
> related to contexts. Currently the only context for
> my server points to the
> examples directory.
> 
> How do I establish new Contexts?
> 
> Using Tomcat admin what goes in each of these
> inputs?
> 
> Path: (assume directory path?)
> Document Base: (no clue.)
> Context Name: (whatever I choose?)
> 
> Thanks,
> Mark
> 
> 
>
_________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at
> http://mail.yahoo.com
> 


=====
-
[EMAIL PROTECTED]
Hacking is a "Good Thing!"
See http://www.tuxedo.org/~esr/faqs/hacker-howto.html

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to