aspose file tools
The moose likes Tomcat and the fly likes How to delete tomcat totally Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "How to delete tomcat totally " Watch "How to delete tomcat totally " New topic
Author

How to delete tomcat totally

Sharanya Sharma
Ranch Hand

Joined: Jul 26, 2004
Posts: 54
Hi,

I am having version problems of tomcat as I have installed two versions at the same time. I am unable to run any of them. Please let me know how to uninstall them so that they will release the ports they r using (8080 or 80, in my case both are not working and not even 8443 which is given in server.xml).

Please help me as I am not able to run tomcat at all.

Thx
sharanya
zb cong
Ranch Hand

Joined: Jan 14, 2002
Posts: 403
uninstall tomcat is easy,you can only delete the directory from you computer.
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
You may be running into problems with environment variables and/or registry entries that can't be removed by deleting the directory. At a command prompt use the SET command to see what your default environment variables say - particularly for CATALINA_HOME.
Registry variables would be related to Apache Software Foundation - I find some under HKEY_LOCAL_MACHINE -> SOFTWARE
but there may be more. I don't recommend changing registry entries unless you know what you are doing.
That said - if something is using ports 8080 and/or 80 it is because your system is running some program that uses them, perhaps your system is starting Tomcat as a service?
Which Windows version is this?
Bill
[ September 01, 2004: Message edited by: William Brogden ]

Java Resources at www.wbrogden.com
Sharanya Sharma
Ranch Hand

Joined: Jul 26, 2004
Posts: 54
Hi,

Thanks for the help.
I am using windows 2000

-sharanya
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to delete tomcat totally
 
Similar Threads
how to use two servlet in a single tomcat server
Running servlets
JBoss installation
How i can place all my servlet files in a different folder
Configure struts in eclipse