Torsten Fohrer a �crit :
>
> I get Tomcat 4.03 with the Connectors 4.0.4b and Apache working,
> but even if i put
> >>> DirectoryIndex index.jsp index.htm
> in httpd.conf. Tomcat ignores them....
>
> could somebody......have a answer....
>
> thanks
>
edit $TOMCAT_HOME/conf/web.xml or your
$TOMCAT_HOME/webapps/$YOURAPP/WEB-INF/web.xml; at the end of this file,
you find the <welcome-file-list> section, which has the same effect that
<DirectoryIndex> directive under Apache
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>frameset.html</welcome-file>
<welcome-file>accueil.htm</welcome-file>
<welcome-file>default.htm</welcome-file>
</welcome-file-list>
hopes this helps
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
--
Julien OIX
Service Informatique de Gestion
T�l: 02 40 99 83 65
mail: [EMAIL PROTECTED]
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>