thanks, for help
but it doesn't work, the only thing that is working is this Command in
httpd.conf
JkMount /* ajp13.....but then can I use tomcat pure....thats faster

....
..
i have found it....

that's help....but now static index files are delivered by tomcat too...
JkMount / ajp13 ....


but better than non index.jsp....

thanks all
-----Ursprüngliche Nachricht-----
Von: Julien OIX [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 10. April 2002 12:20
An: Tomcat Users List
Betreff: Re: Apache 2.0 and Tomcat 4.0, index.jsp


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]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to