0 Replies Latest reply on Oct 8, 2003 10:10 PM by alecliew

    Apache to Jboss configuration problem

    alecliew

      Hi,
      I trying to connect Apache to Jboss follow the JBoss HowTo, seem that I couldn't get the "the Tomcat no context error message".

      My PC ip is 10.107.1.10.
      My machine name is chanseng.
      My workers2.properties as following:

      # Example socket channel, override port and host.
      [channel.socket:localhost:8080]
      port=8080
      host=localhost

      # define the worker
      [ajp13:localhost:8080]
      channel=channel.socket:localhost:8080

      # Uri mapping
      [uri:10.107.1.10/*.jsp]
      worker=ajp13:localhost:8080

      [uri:10.107.1.10/servlet/*]
      worker=ajp13:localhost:8080

      [uri:10.107.1.10/*]
      worker=ajp13:localhost:8080

      [uri:chanseng/*.jsp]
      worker=ajp13:localhost:8080

      [uri:chanseng/servlet/*]
      worker=ajp13:localhost:8080

      [uri:chanseng/*]
      worker=ajp13:localhost:8080

      What is wrong? Please help.
      Thank you.