| Author |
Start up problem in Tomcat apache
|
somnath biswas
Greenhorn
Joined: Oct 12, 2008
Posts: 1
|
|
While restarting service of Tomcat in a Linux Fedora Server, I am getting this error........ Starting Tomcat service:/etc/init.d/tomcat line 25 FAILED /usr/appache-tomcat-5.5.2.3/bin/startup.sh: No such File or directory.. Please suggest wat to do
|
 |
Rene Larsen
Ranch Hand
Joined: Oct 12, 2001
Posts: 1179
|
|
Are there execute permission on the startup.sh script?? If not you need to write chmod +x *.sh in the "/usr/appache-tomcat-5.5.2.3/bin" folder.
|
Regards, Rene Larsen
Dropbox Invite
|
 |
 |
|
|
subject: Start up problem in Tomcat apache
|
|
|