Uninstalling Tomcat

2003-12-10 Thread Nadia Kunkov
HI, Sorry for a stupid question. Just wanted to make sure that to uninstall Tomcat all I have to do is to delete the directory where it's installed. Is that right or there are other steps? Thanks N.K. - To unsubscribe,

Re: Uninstalling Tomcat

2003-12-10 Thread Ben Souther
How did you install it? On Wednesday 10 December 2003 02:16 pm, Nadia Kunkov wrote: HI, Sorry for a stupid question. Just wanted to make sure that to uninstall Tomcat all I have to do is to delete the directory where it's installed. Is that right or there are other steps? Thanks N.K.

RE: Uninstalling Tomcat

2003-12-10 Thread Nadia Kunkov
that Java_Home is not set when I start Tomcat. Should I do export Java_Home etc. in .bashrc or should I do it somewhere else? Thanks -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 2:26 PM To: Tomcat Users List Subject: Re: Uninstalling Tomcat

Re: Uninstalling Tomcat

2003-12-10 Thread Ben Souther
etc. in .bashrc or should I do it somewhere else? Thanks -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 2:26 PM To: Tomcat Users List Subject: Re: Uninstalling Tomcat How did you install it? On Wednesday 10 December 2003 02:16

RE: Uninstalling Tomcat

2003-12-10 Thread Luc Foisy
: Wednesday, December 10, 2003 2:38 PM To: Tomcat Users List Subject: Re: Uninstalling Tomcat Try querying the rpm database to see if it's in there. I think you need to be root. rpm -qa | grep tomcat If it is you can use rpm -e PACKAGE_NAME to remove it. On Wednesday 10 December 2003 02:27 pm, Nadia

RE: Uninstalling Tomcat

2003-12-10 Thread Nadia Kunkov
Subject: RE: Uninstalling Tomcat could use find / -name tomcat* that will show where tomcat has been installed (including the one you know about and the one you don't) if you want to see if it was installed with an rpm from there you could use rpm -qf /[path to unknown tomcat install]/[some file

RE: Uninstalling Tomcat

2003-12-10 Thread Luc Foisy
/init.d/ and such places) If not you'll have to write your own. -Original Message- From: Nadia Kunkov [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 3:33 PM To: Tomcat Users List Subject: RE: Uninstalling Tomcat Thanks for all your thoughts! Now, Tomcat doesn't start at boot

RE: Uninstalling Tomcat

2003-12-10 Thread Nadia Kunkov
? Also, there is no tomcat.conf file for this version, should I create it? Thanks -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 3:39 PM To: Tomcat Users List Subject: RE: Uninstalling Tomcat Check to see if you have a runtime call

RE: Uninstalling Tomcat

2003-12-10 Thread Luc Foisy
directory to this user) which we used to run the scripts in the tomcat directory. -Original Message- From: Nadia Kunkov [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 4:07 PM To: Tomcat Users List Subject: RE: Uninstalling Tomcat I have Tomcat 4.1.29 and there is nothing

Re: Uninstalling Tomcat

2003-12-10 Thread Oscar Carrillo
Souther [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 2:26 PM To: Tomcat Users List Subject: Re: Uninstalling Tomcat How did you install it? On Wednesday 10 December 2003 02:16 pm, Nadia Kunkov wrote: HI, Sorry for a stupid question. Just wanted to make sure

uninstalling Tomcat 5.0.0

2003-03-17 Thread Mike Bada
Hi all, Sorry to ask such a dumb question, but can anyone tell me how to uninstall Tomcat 5.0.0 from Windows XP? I've searched Tomcat's online documentation, the installed Tomcat folders, the Tomcat mailing-list archives, and the Web, but all I've found is info on uninstalling previous

RE: Uninstalling Tomcat as a service

2002-01-10 Thread Frank Diakovasilis
: Uninstalling Tomcat as a service Hello, I am using JavaService to run Tomcat 3.2.3 as a service on a Win2k machine. Sometimes, when I do an uninstall of the service, Tomcat does not fully uninstall. From the service control manager, it is listed as Disabled, and you cannot do anything

Re: Uninstalling Tomcat as a service

2002-01-10 Thread lmarcus
By the way I am using Tomcat 4.0.1. How do you install it as a service on Win2k? Thanks LMarcus - Original Message - From: Frank Diakovasilis [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 11:26 AM Subject: RE: Uninstalling Tomcat

Uninstalling Tomcat as a service

2002-01-09 Thread Mario Felarca
Hello, I am using JavaService to run Tomcat 3.2.3 as a service on a Win2k machine. Sometimes, when I do an uninstall of the service, Tomcat does not fully uninstall. From the service control manager, it is listed as Disabled, and you cannot do anything with it because Windows will come back