change root directory

2002-01-29 Thread Andreas Panagiotidis

hello, I have installed tomcat standalone, and i have it to listen to my
default port 80.
but I want to change my welcome page.
Instead of showing index.html that comes with tomcat,
I want to show another directory.

My purpose is to make /cocoon that default page for my localhost:80/

Thank you for your help ,andreas


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




AW: change root directory

2002-01-29 Thread lars_ake_gentz

hi,

you can change the standard welcome file by changing/ adding the following
lines in the tomcat web.xml in
TOMCAT HOME/conf/web.xml

  welcome-file-list
welcome-fileindex.html/welcome-file
welcome-fileindex.htm/welcome-file
welcome-fileindex.jsp/welcome-file
  /welcome-file-list

hope this helps you ...

Lars.

-Ursprungliche Nachricht-
Von: Andreas Panagiotidis [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 29. Januar 2002 13:50
An: [EMAIL PROTECTED]
Betreff: change root directory


hello, I have installed tomcat standalone, and i have it to listen to my
default port 80.
but I want to change my welcome page.
Instead of showing index.html that comes with tomcat,
I want to show another directory.

My purpose is to make /cocoon that default page for my localhost:80/

Thank you for your help ,andreas


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]