> Gesendet: Mittwoch, 7. Juli 2004 02:13
> 
> How is Tomcat configured to default to index.jsp?
> 
> Here is a test app, but it is necessary to give the entire path:
>   http://myhome.com/helloworld/index.jsp
> 
> instead of:
>   http:// myhome.com/helloworld/
> 
> What needs to be configured on Linux and Windows XP?

just add

-------------------
    <welcome-file-list>
        <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
-------------------

into your WEB-INF/web.xml.

--ah

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

Reply via email to