What I usually do is create index.html file and redirect:
<HTML>
<HEAD><TITLE></TITLE></HEAD>
<BODY onload="document.location='/servlet/WelcomeServlet'">
</BODY>
</HTML>
- Jon
"Jo�o Carlos Costa" wrote:
> Hi,
>
> I just finished my web-site all develop in servlets. But I simply
> can't make the first file that is called when an user types
> www.my-web-site.com. I have tried several things unsuccessfully and
> it's becoming frustrating now that I have finished what I thought it
> would be more complicated to develop.
>
> Please, would one of you be kind to explain me all the procedure to
> create a file (.html, .shtml, ...) with an example code? By procedure
> I mean all the necessaries files and the things needed to be done in
> JRun and IIS as well.
>
> I would be very grateful. Thanks.
>
> ===
> Joao Carlos Costa
>
> _________________________________________________________
> DO YOU YAHOO!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> ___________________________________________________________________________
> 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
___________________________________________________________________________
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