Hi,
What i understood from the posted problem is that when you try to start tomcat service it is trying to start oracle's servlet engine. Which means the tomcat home variable has been updated by oracle when you've installed Oracle.
To Solve this set the CATALINA_HOME variable to the tomcat installation directory and then try to start the tomcat service.
To identify whether this is exactly the problem, open the command prompt and go to the tomcat installation directory and then to the bin directory. From there try to start the tomcat using catalina.bat file or catalina.sh [for linux env.] if it starts correctly then the problem is with CATALINA_HOME variable. Then try to set the CATALINA_HOME variable and then try to start the tomcat service.
Hope thats helpful.
Regards,
Rakesh
|