Sorry that I mistyped the URL.  It is not because of a typo.

-----Original Message-----
From: Larry Meadors [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 5:36 PM
To: [EMAIL PROTECTED]
Subject: RE: web.xml question


A typo?

http://localhost:8080/test/SessionTest

instead of 

http://localhost:8080/test/SessioinTest

Larry

>>> [EMAIL PROTECTED] 02/03/03 15:32 PM >>>
Maybe I am doing this incorrectly - but I have a servlet class in my
WEB-INF/classes directory(SessionTestServlet.class) and in my web.xml, I
have an entry like this
<servlet>
      <servlet-name>SessionTest</servlet-name>
      <servlet-class>SessionTestServlet</servlet-class>
</servlet>

When I type http://localhost:8080/test/SessioinTest, it gives me an
error
saying requested resource not found.  What could I be doing wrong?

Thanks
-Manoj.

        

-----Original Message-----
From: Paul Hsu [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 5:24 PM
To: Tomcat Users List
Subject: Re: web.xml question


Not really, if you have a servlet is used for startup a background
process,
then you do not need a mapping section.

----- Original Message -----
From: "Pooleery, Manoj" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Monday, February 03, 2003 2:22 PM
Subject: web.xml question


> Is it necessary that for each of the <servlet> elements in the
web.xml, a
> corresponding <servlet-mapping> element should be there? (For a
context
> other than root).
>
> Thanks
> -Manoj.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to