Re: Newbie: Question about first Servlet

2008-04-07 Thread Karthik Abram
he > dump message when it was trying to parse my xml file. > > Is this not the valid way of coding this encoding? > > -Original Message- > From: Kurt L Harless [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 05, 2008 10:14 PM > To: users@tomcat.apache.or

RE: Newbie: Question about first Servlet

2008-04-07 Thread Caldarale, Charles R
> From: Russo, Joe [mailto:[EMAIL PROTECTED] > Subject: RE: Newbie: Question about first Servlet > > Try calling the servlet name instead of the class. Now this is starting to get silly. Of course you use the to access the servlet via HTTP; the is pretty much only to link the el

RE: Newbie: Question about first Servlet

2008-04-07 Thread Caldarale, Charles R
> From: David Cassidy [mailto:[EMAIL PROTECTED] > Subject: RE: Newbie: Question about first Servlet > > If i recall correctly the servlet must be in a package No, JSPs almost always must be in packages, but servlets do not. However, it's definitely bad practice not to put ser

RE: Newbie: Question about first Servlet

2008-04-07 Thread David Cassidy
rom: Kurt L Harless [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 06, 2008 1:14 AM > To: users@tomcat.apache.org > Subject: Newbie: Question about first Servlet > > > > Greetings, > > > > Specifics: > > Window XP > > TomCat 5.5 > > Jav

RE: Newbie: Question about first Servlet

2008-04-07 Thread Russo, Joe
Try calling the servlet name instead of the class. You may need to get rid of the space in the name. -Original Message- From: Kurt L Harless [mailto:[EMAIL PROTECTED] Sent: Sunday, April 06, 2008 1:14 AM To: users@tomcat.apache.org Subject: Newbie: Question about first Servlet

Re: Newbie: Question about first Servlet

2008-04-06 Thread Alan Chaney
dump message when it was trying to parse my xml file. Is this not the valid way of coding this encoding? -Original Message- From: Kurt L Harless [mailto:[EMAIL PROTECTED] Sent: Saturday, April 05, 2008 10:14 PM To: users@tomcat.apache.org Subject: Newbie: Question about first Servlet

RE: Newbie: Question about first Servlet

2008-04-05 Thread Kurt L Harless
Harless [mailto:[EMAIL PROTECTED] Sent: Saturday, April 05, 2008 10:14 PM To: users@tomcat.apache.org Subject: Newbie: Question about first Servlet Greetings, Specifics: Window XP TomCat 5.5 Java 1.6 Created webapp dirs under; C:\Program Files\Apache Software Foundation\Tomcat 5.5

Newbie: Question about first Servlet

2008-04-05 Thread Kurt L Harless
Greetings, Specifics: Window XP TomCat 5.5 Java 1.6 Created webapp dirs under; C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ Called ch1\WEB-INF\classes In WEB-INF at created a web.xml file with the following contents; http://java.sun.com/xml/ns/j2ee";