0 Replies Latest reply on Sep 27, 2002 5:10 PM by jdecastroll

    Apache + Jboss-3.0.0_tomcat-4.0.3

    jdecastroll

      Hello, I'm unable to run Apache with Jboss, I'm trying it with the free documentation sample but Apache show me this message:
      Forbidden
      You don't have permission to access / on this server.


      the code is follow:
      httpd.conf
      ...
      LoadModule jk_module libexec/mod_jk.so
      AddModule mod_jk.c
      <IfModule mod_jk.c>
      JkWorkersFile /tmp/workers.properties
      JkLogFile /tmp/mod_jk.log
      JkLogLevel debug
      JkMount /root/* ajp13



      tomcat4-service.xml


      <!-- The embedded Tomcat-4.x(Catalina) service configuration -->











      <!-- AJP13 Connector configuration -->








      Is possible that I need to change some apache configuration, but I don't know where and how do it.
      Some people can help me please, thanks.