Reverse Installation of Tomcat on Ubuntu -
i've installed tomcat on ubuntu using this tutorial. works, i'm able see default page @ localhost:8080.
for reason need remove machine now.
how can reverse installation?
try these steps:
sudo systemctl stop tomcat sudo rm -r /opt/tomcat sudo rm /etc/init/tomcat.conf sudo systemctl reload-configuration
this remove tomcat , not jdk
(java) installed. might want keep if you're going install version of tomcat, or other programs need jdk run. also, user tomcat
created still remain.
Comments
Post a Comment