You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christoph Kukulies <ku...@gilberto.physik.rwth-aachen.de> on 2000/11/15 17:29:21 UTC

/test interferes - how to get rid of it?

In tomcat 3.1 beta (I reinstalled today) I once had managed to get rid of that
/test context entry but now it sticks like the pest:

Context log: path="/admin" Automatic context load docBase="/usr/local/build/tomcat/webapps/admin"
Context log: path="/admin" Adding context path="/admin"  docBase="/usr/local/build/tomcat/webapps/admin"
Context log: path="/test" Automatic context load docBase="/usr/local/build/tomcat/webapps/test"

I thought I removed it from server.xml, and every other file in the conf
directory. 

It interferes with a /test directory I have in my server tree.


-- 
Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de

Re: /test interferes - how to get rid of it?

Posted by "Julio Serje (@canada.com)" <js...@home.com>.
When you unpack the distribution of Tomcat it comes with several WAR files
(inlcuding test.war admin.war and examples.war).  You have to:

- get rid of the WAR files
- remove the corresponding directories
- and of course, remove the contexts from xerver.xml

(I had the same problem, but with an /admin directory....)

Julio


----- Original Message -----
From: Christoph Kukulies <ku...@gilberto.physik.rwth-aachen.de>
To: <to...@jakarta.apache.org>
Sent: Wednesday, November 15, 2000 11:29 AM
Subject: /test interferes - how to get rid of it?


>
> In tomcat 3.1 beta (I reinstalled today) I once had managed to get rid of
that
> /test context entry but now it sticks like the pest:
>
> Context log: path="/admin" Automatic context load
docBase="/usr/local/build/tomcat/webapps/admin"
> Context log: path="/admin" Adding context path="/admin"
docBase="/usr/local/build/tomcat/webapps/admin"
> Context log: path="/test" Automatic context load
docBase="/usr/local/build/tomcat/webapps/test"
>
> I thought I removed it from server.xml, and every other file in the conf
> directory.
>
> It interferes with a /test directory I have in my server tree.
>
>
> --
> Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
>


Re: /test interferes - how to get rid of it?

Posted by Mike La Budde <mi...@irista.com>.
It seems you still have the test webapp deployed. Try removing 
/usr/local/build/tomcat/webapps/test AND 
/usr/local/build/tomcat/webapps/test.war (otherwise it will just keep 
coming back)....

Mike

At 11/15/2000 05:29 PM +0100, you wrote:

>In tomcat 3.1 beta (I reinstalled today) I once had managed to get rid of that
>/test context entry but now it sticks like the pest:
>
>Context log: path="/admin" Automatic context load 
>docBase="/usr/local/build/tomcat/webapps/admin"
>Context log: path="/admin" Adding context 
>path="/admin"  docBase="/usr/local/build/tomcat/webapps/admin"
>Context log: path="/test" Automatic context load 
>docBase="/usr/local/build/tomcat/webapps/test"
>
>I thought I removed it from server.xml, and every other file in the conf
>directory.
>
>It interferes with a /test directory I have in my server tree.
>
>
>--
>Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - */
  Michael H. La Budde            email:  mike.labudde@irista.com
  Prosoft, Inc.                          phone:  414-860-6509
  mhl@prsft.com          fax:    414-860-7014
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - */