Hi I should mention that i'm new to tomcat and the servlet idea. i'm using tomcat v6 and eclipse 3.7. I installed a tomcat plugin to eclipse, set the necessary configuration and wrote a simple java program for the tomcat to run, and it works fine - all i'm doing to activate tomcat is the start button in my eclipse. The question is how can i activate this servlet without eclipse: Should i create executable jar and run it on tomcat? or can i create executable jar that activates my tomcat automatically?
Thanks for the help Ilyal