AW: Configure Tomcat to default to index.jsp

2004-07-06 Thread Hitzbleck, Andreas (Z-EDV)
> 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

---

index.jsp

---

into your WEB-INF/web.xml.

--ah

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



RE: Configure Tomcat to default to index.jsp

2004-07-06 Thread Schalk
In the web.xml file that goes into your webapps WEB-INF/, there is a
 you can add the following:



index.jsp


index.html

  

Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Development.Multimedia.Branding
emotionalize.conceptualize.visualize.realize
Tel: +27125468436
Fax: +27125468436
email:[EMAIL PROTECTED]
web: www.volume4.co.za
 
This message contains information that is considered to be sensitive or
confidential and may not be forwarded or disclosed to any other party
without the permission of the sender. If you received this message in error,
please notify me immediately so that I can correct and delete the original
email. Thank you. 

:: -Original Message-
:: From: Dave Kennedy [mailto:[EMAIL PROTECTED]
:: Sent: Wednesday, July 07, 2004 2:13 AM
:: To: [EMAIL PROTECTED]
:: Subject: Configure Tomcat to default to index.jsp
:: 
:: 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?
:: 
:: 
:: 
:: -
:: To unsubscribe, e-mail: [EMAIL PROTECTED]
:: For additional commands, e-mail: [EMAIL PROTECTED]



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



Configure Tomcat to default to index.jsp

2004-07-06 Thread Dave Kennedy
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?



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