Kwok Ng wrote:
> I am trying to deploy webapps with context xml file.  I have a context
> xml in the <tomcat>/conf/locahost/www.xml.  The content is:
> 
>  <Context path="abc" docBase="C:/webapps/www"/>
> 
> When I start the tomcat, I can't access the anything with
> http://localhost/abc, but I can access http://localhost/www.  Why?

Because the path is defined by the name of the context xml file.
Remove the path element from the context xml file and rename it to abc.xml

MARK


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