> From: martin [mailto:mrt...@googlemail.com] > Subject: problems with welcome files > > i have installed apache http 2.2.14 and tomcat 6.0.24.
Step 1: Get httpd out of the game; test with Tomcat's HTTP <Connector> first. When that works, add httpd back in. > I added this to tomcats server.xml: > <Host name="railo"> > <Context path="" docBase="C:/Tomcat6.0/webapps/railo" /> > </Host> Step 2: the above gets you the railo webapp deployed twice, once as default, once as railo. Remove the <Context> element and rename the railo directory to ROOT (case sensitive, even on Windows). Step 3: make sure the name "railo" is defined in your DNS box or hosts file, or add an <Alias> to the above <Host> for usable domain name. > Railo has the following in its web.xml > <welcome-file-list> > <welcome-file>index.cfm</welcome-file> > <welcome-file>index.cfml</welcome-file> > </welcome-file-list> What else is in its web.xml? (In particular, servlet mappings.) > http://railo/coldbox/dashboard/index.cfm This works. > http://railo/coldbox/dashboard Does not work. I get this: First fix your deployment problems as described above. - 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.