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
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