0 Replies Latest reply on Oct 12, 2004 3:31 AM by jonas.bergvall

    MAPPING error with JBoss 3.2.5 and jbossweb-tomcat41.sar and

      I've set up JBoss 3.2.3 and TomCat 4.1 without problem. But now I have to move to JBoss 3.2.5 but can't use TomCat 5.0 (yet). So I replace jbossweb-tomcat50.sar in 3.2.5 with jbossweb-tomcat41.sar from the examples directory and configure SSL as I did in JBoss 3.2.3. I looks ok when I boot up JBoss but it fails when I try to access the pages using HTTPS. HTTP on port 8080 works fine.

      17:59:59,539 INFO [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on port 8080
      17:59:59,539 INFO [org.jboss.web.localhost.Engine] CoyoteConnector Coyote can't register jmx for protocol
      17:59:59,579 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on port 8080
      18:00:00,451 INFO [org.apache.coyote.http11.Http11Protocol] Initializing Coyote HTTP/1.1 on port 443
      18:00:00,451 INFO [org.jboss.web.localhost.Engine] CoyoteConnector Coyote can't register jmx for protocol
      18:00:00,461 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on port 443
      18:00:03,355 INFO [org.jboss.web.localhost.Engine] StandardHost[localhost]: MAPPING configuration error for request URI


      Env:
      Java 1.4.2_04
      Windows 2003 Server

      Any ideas, please?