> From: John McKaine [mailto:[email protected]] > Subject: How configure Tomcat redirect to web page instead index.htm > > Is it possible to configure Tomcat server to my home page(no trick > with redirect on index.htm) ?
Read the servlet spec, then add whatever page names you want to the <welcome-file-list> in your webapp's WEB-INF/web.xml file. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
