On Thu, Nov 13, 2008 at 9:14 AM, Caldarale, Charles R
<[EMAIL PROTECTED]> wrote:
>> From: Shoan Motwani [mailto:[EMAIL PROTECTED]
>> Subject: 404 after adding web.xml
>>
>> But after adding webapp/WEB-INF/web.xml containing the
>> following, I don't get anything other than a 404.
>
> Look in the Tomcat logs for error messages about deployment of your webapp.
>
>> <servlet-mapping>
>>         <servlet-name>Ch3 Beer</servlet-name>
>>         <url-pattern>/SelectBeer.do</url-pattern>
>> <servlet-mapping>
>
> The last line above should be </servlet-mapping>.

That did it. Thanks.

Peace,
Shoan.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to