0 Replies Latest reply on Aug 21, 2003 8:57 AM by mikefinn

    404 with j_security_check (mod_jk2 + JBoss/Tomcat)

    mikefinn

      2xJBoss 3.2.2RC2/Tomcat + Apache 2.0.47/mod_jk2
      RedHat 9

      Am getting 404 on submit of login page (FORM authent), when going through Apache mod_jk2 using a loadbalancer group. If I map the URI straight to a single worker in mod_jk2, it works fine.

      Config files follow.

      Help?

      TIA,
      Mike

      [shm:]
      info=Scoreboard. Required for reconfiguration and status with multiprocess servers
      file=/app/j2http/apache2/jk2.shm
      size=1000000
      debug=0
      disabled=0

      [lb:lb]
      info=JBoss application server cluster
      stickySession=1
      timeout=30
      attempts=3

      # Comm channel for cluster node 1
      [channel.socket:10.160.65.190:8009]
      info=Channel to JBoss node 1
      tomcatId=10.160.65.190:8009
      lb_factor=1
      group=lb

      # Comm channel for cluster node 2
      [channel.socket:10.160.65.191:8009]
      info=Channel to JBoss node 2
      tomcatId=10.160.65.191:8009
      lb_factor=1
      group=lb

      [status:status]

      [uri:/jkstatus/*]
      worker=status:status

      # Definition of a worker, using the previously
      # defined channel.
      [ajp13:10.160.65.190:8009]
      channel=channel.socket:10.160.65.190:8009

      #[ajp13:10.160.65.191:8009]
      channel=channel.socket:10.160.65.191:8009

      [uri:/clustertest/*]
      debug=0

      deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml:
      (node2 same except for jvmRoute)
      .....

      Log output on node serving the 404: