On Thu, 12 Dec 2002, Chris Bowlby wrote:
> Date: Thu, 12 Dec 2002 23:10:59 -0400 (AST) > From: Chris Bowlby <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: sitemap issue. > > > Hi All, > > I've got a site map issue that I was wondering if someone could help me > with. I've got a tomcat site going, running 4.1/jdk 1.3.x and a few VH's > under the tomcat server. If I type a URL, ie http://site.com, the virtual > hosting works fine. But, the minute I type in http://site.com/admin it > loads up the tomcat admin section, I don't want that to happen. The site > is using the Cocoon sub-system, with my site map being: > By default, Tomcat 4.1 installs the administration webapp on context path "/admin". If you want to put your webapp there instead, you'll need to remove the "admin.xml" file in $CATALINA_HOME/webapps and replace it with your own webapp. Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
