Hi Paul,

The easiest way to do this is have your index.jsp/index.html page
redirect to the servlet.

<META HTTP-EQUIV=Refresh CONTENT="0;
URL=http://www.xyz.com/MyServlet/MyServletMappedName/";> 

-B



>>> [EMAIL PROTECTED] 11/19/02 11:44AM >>>
I tried to search the archive but wasn't even sure what to search for
and
ended up with TMI...

I currently have a servlet that is, and probably will be, the only web
application on my server and I would like it to display when the user
types
in the www.whatever.com email address rather then the user needing to
enter
www.whatever.com/MyServlet/MyServletMappedName .  I can't find how to
do
this and whether or not it is even possible.  I posed the question
yesterday
but didn't get a very clear response.

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


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

Reply via email to