Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Unable to start manual configured tomcat service

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.




 
reply
    Bookmark Topic Watch Topic
  • New Topic