Monday, May 22, 2006

Changing the Default welcome file

change/edit web.xml from following location($CATALINA_HOME/conf,)

and add/edit following lines

<welcome-file-list>
<welcome-file>now_see_this.jsp</welcome-file>
<welcome-file>page1.html</welcome-file>
<welcome-file>index.html</welcome-file>
</welcome-file-list>

0 Comments:

Post a Comment

<< Home