something?
Thanks
Original Message Follows
From: Walter De Wit <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: 'Tomcat Users List' <[EMAIL PROTECTED]>
Subject: RE: Just trying to make some sense out of all this tomcat(newbie)
Donald Lee wrote:
>
> I went to the simplest one called HelloWorldExample.
>
The examples webapp depends on Tomcat-specific extensions
that aren't part of the servlet spec. The whole
"/examples/servlet/ServletName" thing isn't exactly standard,
and you shouldn't do it that way in your own code.
PROTECTED]
Subject: Just trying to make some sense out of all this tomcat(newbie)
Ok, if anybody can explain in plain english why this is the way it is.
while trying to download and install a servlet and being very unsuccessful,
I started investigating the example servlets. I went to the simplest
Ok, if anybody can explain in plain english why this is the way it is.
while trying to download and install a servlet and being very unsuccessful,
I started investigating the example servlets. I went to the simplest one
called HelloWorldExample.
It appears to be working, when I look in the br