From: Georges Boutros <[EMAIL PROTECTED]>
To: Tomcat (E-mail) <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 2:44 PM
Subject: servlets and configuration

<snip>

> my jsp pages works fine and my servlets works fine too but the only
problem
> is that i can't access my servlets directly as
> http://[domain]/servlet/Hello

I would guess that you want to access the servlet like this:

http://[domain]/webappname/servlet/Hello

To change this mapping, you need to change the context for your webapp. Have
a look in the server.xml file - there is an example there shoiwng how the
mapping for the examples code gets changed.

sam


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

Reply via email to