回复人: btut2004(《电子产品世界》程序员csdn:[email protected])
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.

解决方案 »

  1.   

    我也是不能整合Apache2+Tomcat 5.0,最后就只用安装了Tomcat 5.0,虽然也能处理jsp了,但还是不会整合Apache等待专家指点!
      

  2.   

    btut2004(《电子产品世界》程序员csdn:[email protected])
    能不能告诉我你的qq。
      

  3.   

    我整合成功了。并把整个过程记在word文档中,如果你要的话,我给你一份,希望对你会有所帮助。
      

  4.   

    回复: power17()
    [email protected] 
      

  5.   

    请问power17()能否告诉我你的qq,以后有什么问题也好向您请教。
      

  6.   

    麻烦power17给我一份!谢谢了!
    [email protected]
      

  7.   

    麻烦power17 也给我一份!谢谢了!
    [email protected]
      

  8.   

    如果没有所要文件请转向
    http://community.csdn.net/Expert/topic/3239/3239522.xml?temp=.4611322
      

  9.   

    回复: power17() 
    已经收到感谢power17() 。
      

  10.   

    楼主有没有收到,各位csdn哥们有没有收到,有没有出错?
      

  11.   

    回复人: power17()
    有错误。
      

  12.   

    HTTP Status 404 - /32/Untitled-2-2-1.jsp
    无法找到我的F:/32的Untitled-2-2-1.jsp文件
      

  13.   

    还有是还要在http.conf里面加一句
    LoadModule jk_module modules/mod_jk2.dll
      

  14.   

    你的tomcat和apache单独能不能运行,还有版本是很重要的。
      

  15.   

    可以单独运行。
    版本是apache_2.0.47-win32-x86-no_ssl和jakarta-tomcat-5.0.27
      

  16.   

    apache的是F:\32 tomcat默认的(是不是这个问题?)。
      

  17.   

    又忘了tomcat 在E:\Tomcat 5.0\webapps\
      

  18.   

    但改了也还是一样
    internet server error
      

  19.   

    说了半天还是apache和tomcat指的不是一个地方,既然tomcat 是默认的那就是E:\Tomcat 5.0\webapps\ROOT,而不是E:\Tomcat 5.0\webapps\.你把apache也指向E:\Tomcat5.0\webapps\ROOT,就是同一个目录了。我这样做都行,你做应该也可以的
      

  20.   

    还有一个问题有关虚拟目录。
    <VirtualHost *>
       ServerAdmin [email protected]
       DocumentRoot /www/docs/dummy-host.example.com
       ServerName dummy-host.example.com
       ErrorLog logs/dummy-host.example.com-error_log
       CustomLog logs/dummy-host.example.com-access_log common
    </VirtualHost>
    是这样的把,还有就是在apache指定一个虚拟目录要想让tomcat也能整合同样也要在tomcat中指定一个虚拟目录把?如果是那tomcat的虚拟目录是这样指定的吗?
    <Context path="/32" docBase="F:\32" debug="0" reloadable="true" crossContext="true"></Context>
      

  21.   

    在apache中我是修改的,我不添加虚拟目录(我用不了那么多,一个就够了,用着还方便),用editplus打开,字体字号不变,232行,257行是不是有目录,都改成E:\Tomcat5.0\webapps\ROOT。