Hi all,
I really hope someone can help.
I configured apachetomcat 6.0.32 manually
while configuring tomcat manually we need to set the java_home path and catalina_home path in service.bat file of the bin folder to install the service.
I am able to configure the tomcat by mentioning the catalina_home path="C:/APPS/Apache Software Foundation/<<Tomcat folder name>>"
and running the command
cd C:/APPS/Apache Software Foundation/<<Tomcat folder name>>\bin
C:/APPS/Apache Software Foundation/<<Tomcat folder name>>\bin>service.bat install Tomcat folder name
Tomcat service will install and am able to start
but Catalina home path other then C
like
E:/APPS/Apache Software Foundation/<<Tomcat folder name>>"
and running the command
cd E:/APPS/Apache Software Foundation/<<Tomcat folder name>>\bin
E:/APPS/Apache Software Foundation/<<Tomcat folder name>>\bin>service.bat install Tomcat folder name
Service will be installed but am not able to start the service and its throwing error message like path cannot be found.
I tried to change the path in registry its not working out
can someone can help me.