new user: servlets dont run in new apps

2003-01-07 Thread George Metz
what simple thing am i missing ? (probably something in the documentation, but i havent found it so far) PROBLEM: cannot get servlets to run in a NEW webapp. the ones that come with tomcat work ok, except for the sample servlet in the Developer's Guide. this built-in one doesnt run either:

Re: new user: servlets dont run in new apps

2003-01-08 Thread George Metz
-mapping servlet-nameMyClass/servlet-name url-pattern/servlet/MyClass/url-pattern /servlet-mapping /web-app ~Sumit -Original Message- From: George Metz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 4:35 PM To: [EMAIL PROTECTED] Subject: new user: servlets