I have recently installed Tomcat on my win 2k machine. I have set the necessary env vaiables and I am able to run the sample servlets successfully. How can I run my own servlets here? Where do I put them? I have made a dir "TEST" under webapps and put my servlet class files there, but no luck. Do I need to write some XML files here? I know nothing abt XML, how can I run my servlets using tomcat?
Also, is it true that tomcat is not used for commercial purpose? Can I run servlets with apache?
Thanks,
- Ria