RE: can not set up HelloWorldExample servlet to be called from a different directory

2006-09-08 Thread Alla Winter
Thanks for your help -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 12:14 PM To: Tomcat Users List Subject: Re: can not set up HelloWorldExample servlet to be called from a different directory You need a servlet mapping in your web.xml

Re: can not set up HelloWorldExample servlet to be called from a different directory

2006-09-08 Thread David Smith
You need a servlet mapping in your web.xml file: HelloWorldExample /servlet/HelloWorldExample Put it after in your web.xml. Also, the CLASSPATH environment variable is ignored in tomcat. Don't try to set it. --David Alla Winter wrote: Hello, I think I am trying to do a very simple