I've successfully finished a project that I was working on for a while . I'm using apache tomcat for running my servlets. However, I'm finalizing the project and I would like apache server to run using a command, so I don't open eclipse and run it from there each time.
The path to the apache tomcat: /opt/apache-tomcat-5.5.26
I'm using Kubuntu OS
Any help will be appreciated ?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35249
7
posted
0
The /opt/apache-tomcat-5.5.26/bin directory should have scripts you can use, particularly startup.sh and shutdown.sh. Be sure to read the comments inside of them to see if you need to change anything.
Have you taken the little effort to explore its folders? Its bin folder for example?
Have you also taken the little effort to read the excellent documentation which come along with it?
Ulf Dittmer wrote:The /opt/apache-tomcat-5.5.26/bin directory should have scripts you can use, particularly startup.sh and shutdown.sh. Be sure to read the comments inside of them to see if you need to change anything.
Thankyou ULF.. I'll check and get back to you if I have any further queries