Re: Configuring tomcat, servlet not found error

2007-12-24 Thread cuco2772
l Message - > From: "cuco2772" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, December 19, 2007 3:43 PM > Subject: Configuring tomcat, servlet not found error > > >> >> I keep getting this error: >> >> 'The requested resource (/servlet/He

Re: Configuring tomcat, servlet not found error

2007-12-23 Thread Steve R Burrus
. Hope that that helps you to "fly right" with trying to get the servlet viewed in Tomcat. - Original Message - From: "cuco2772" <[EMAIL PROTECTED]> To: Sent: Wednesday, December 19, 2007 3:43 PM Subject: Configuring tomcat, servlet not found error I keep

RE: Configuring tomcat, servlet not found error

2007-12-19 Thread Caldarale, Charles R
> From: cuco2772 [mailto:[EMAIL PROTECTED] > Subject: Configuring tomcat, servlet not found error > > This happens when I go to localhost:8080/servlet/HelloServlet. And well it should. Such a URL indicates you're trying to use the invoker servlet, which was a truly atrocious i

Configuring tomcat, servlet not found error

2007-12-19 Thread cuco2772
I keep getting this error: 'The requested resource (/servlet/HelloServlet) is not available'. (404) The servlet is not getting located by tomcat for some reason. This happens when I go to localhost:8080/servlet/HelloServlet. The servlet engine is running, tomcat is running. I did this: javac -c