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

2000-11-15 Thread Mike La Budde

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 [EMAIL PROTECTED]

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - */
  Michael H. La Buddeemail:  [EMAIL PROTECTED]
  Prosoft, Inc.  phone:  414-860-6509
  [EMAIL PROTECTED]  fax:414-860-7014
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - */




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

2000-11-15 Thread Julio Serje (@canada.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 [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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 [EMAIL PROTECTED]