probably the best thing is to work with
apaches rewrite engine

into the .htaccess file on the root something like that:
RewriteEngine on
RewriteRule   ^(.*)$        /yourServlet

rewrite engine is quite complicated to learn
but very powerful :-)

docu found at:
http://www.apache.org/docs/mod/mod_rewrite.html


mahal


"Jo�o Carlos Costa" wrote:
>
> Hi
>
> I want to setup JRun in order to force it to show a specific servlet
> when I call my web-site. Meaning, I want to see myservlet.class when I
> type www.my-web-site.com (IP 192.168.0.1) on the browser. Does anyone
> know how to do this? If so, please explain me how.
>
> Thanks
>
> ===
> Joao Carlos Costa
>
> _________________________________________________________

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to