how can i uninstall servlets?
Because i only see an button to install it on a domain but no button for uninstalling it.
thanks!![]()
how can i uninstall servlets?
Because i only see an button to install it on a domain but no button for uninstalling it.
thanks!![]()
remove relevant entry in the htpd.conf file and restart httpd
This is if you are referring to disabling servlets for a domain
Anup
i did search for it in httpd.conf but couldn't find it.Originally Posted by anup123
could you tell what i need to remove exactly?
Scroll down to the VirtualHost section for which you enabled servletsOriginally Posted by Mr_Stepfire
Anup
Originally Posted by anup123
i found it and removed the *.jsp code.
restarted apache and tomcat.
but the jsp files were still working.
Are there other ways?![]()
Oh yes, the config has to be removed from tomcat too and tomcat restarted. server.xml file or something. Just do a grep on the domain name and see which file it is in /usr/local/tomcat if tht's where the things also get added.Originally Posted by Mr_Stepfire
Sorry missed out on this one... long time since i uninstalled tomcat completely.
Anup