问一个关于apache+tomcat整合后的index页的问题

问一个关于apache+tomcat整合后的index页的问题

我做apache+tomcat整合后
访问http://ip:port可以正常访问
http://ip/index.html也可以正常访问
http://ip的方式缺404
我的httpd.conf里有
<IfModule dir_module>
    DirectoryIndex index.html index.htm index.jsp
</IfModule>
这是什么状况啊?
之前看到论坛上也有类似的情况,但是没有人最终给出解答啊。


QUOTE:
原帖由 blackhawk426 于 2008-1-24 16:25 发表
我做apache+tomcat整合后
访问http://ip:port可以正常访问
http://ip/index.html也可以正常访问
http://ip的方式缺404
我的httpd.conf里有

    DirectoryIndex index.html index.htm index.jsp

这是什 ...

index.html 这个文件的定义位置很重要 看看还有其他地方需要处理的么
你看到的404是由Tomcat产生的还是由Apache产生的呢?
是由Tomcat产生的话,你就写个index.jsp自动跳转到index.html。