RE: Eliminate system from ServletContext

2001-04-25 Thread Ramos Miguel-FMR068c
It worked! Thanks! :) -Original Message- From: Ed Gomolka [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 1:27 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Eliminate system from ServletContext I'm not sure what you're trying to do. Do you mea

Re: Eliminate system from ServletContext

2001-04-24 Thread Ed Gomolka
I'm not sure what you're trying to do. Do you mean that you originally added a new webapp and it's still there after you deleted it from the server.xml file? By default Tomcat 3.2.1 will find all webapps in your $TOMCAT_HOME/webapps directory, even if they are not identified in the server.xml fi

Re: Eliminate system from ServletContext

2001-04-24 Thread Nikolai Turchanikov
Hi, there, Obviously, you have context auto mount enabled. To avoid removing directory, yet to disable context, comment out the following expression in server.xml: Nikolai Mark Howell wrote: > remove the application directory containing it from the webapps > directory. > > -Mark Howell >

Re: Eliminate system from ServletContext

2001-04-24 Thread Mark Howell
remove the application directory containing it from the webapps directory. -Mark Howell mark at nullcraft.org On Tue, 24 Apr 2001, Ramos Miguel-FMR068c wrote: > Hello all: > > I installed a sample program on the tomcat server, but now I want to remove > it. > > I delete the entry from the s

Eliminate system from ServletContext

2001-04-24 Thread Ramos Miguel-FMR068c
Hello all: I installed a sample program on the tomcat server, but now I want to remove it. I delete the entry from the server.xml and restarted the server, but it seems that didn't result. What's the right procedure to delete a previous installed program from the ServletContext? Thanks again.