Article
article
Reads:
1034
Score:
Problem
A Forum reader asked:
"Is there an uninstall for eGuide? We want to remove it from one server and put it on another server."
And here's a quick fix from Timothy Leerhoff ...
Solution
If all you need is to not run eGuide on a server,
1. Go to sys:\apache2\conf\ and edit the httpd.conf file.
2. Near the end you should find lines similar to these:
##### Begin Novell eGuide configuration ##### include "SYS:/tomcat/4/webapps/eGuide/WEB-INF/eGuide-apache.conf" ##### End Novell eGuide configuration #####
3. Just comment the "include" line out by putting a # in front of it.





0