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