2 servlets on tomcat.

2011-09-28 Thread ilyal levin
Hi I have installed tomcat v6 on port 8080, wrote a simple java program (eclipse 3.7) and now i have my servlet running. now i want to write another servlet, how can i define tomcat so that i can run both servlets at the same time? or maybe it is not possible. Thanks a lot.

Create executable jar for tomact

2011-09-26 Thread ilyal levin
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 but