I developed a java program which runs on Apache Tomcat server.
At the moment i am running the program on eclipse.
My question is how can i run the program on the server as a Service, and without needing to enter Eclipse for it?
I am new ti this, so i am looking for directions.
And one more thing, i also have a program which include JSP pages, what is the process in this case?
Thanks.
What do you mean when you say enter eclipse for it. You can install tomcat on server where you want to run the program and deploy your application there. Once deployed you can start the tomcat and that should work. Tomcat should also serve as the JSP engine for your deployed application.