Hi

>> I've got a number of virtual hosts setup, some with index.html and some
>> with index.jsp as the default page. Ideally I'd like for tomcat to
>> search for index.html then index.jsp, but it seems as though apache is
>> determining the default. I've got index.jsp in the <welcome-file-list>
>> of web.xml in the virtual hosts WEB-INF directory, but this does not
>> help. Do I need to disable the DirectoryIndex tag in Apache? Does tomcat
>> even care about the virtual hosts web.xml?
> I had the same problem - I couldn't solve it with Tomcat, so I changed
> DirectoryIndex specifically for the required Virtual Hosts in mod-jk.conf
> (ie the Apache config).
> 
> I'd be interested in any better solutions.
I had the same problem with Tomcat and Resin too under Apache.
And I had to set DirectoryIndex in the httpd.conf.

Best regards,
Andrew Kompaneev, Expert.
AlconsSoft InformSystems Ltd.,
http://www.alconssoft.ru/eng

Reply via email to