3 Replies Latest reply on Dec 18, 2002 5:01 PM by vinays

    Problems to listen port 8443

    renato_bm

      Hi,

      I'm using JBoss 3.0.4 and Tomcat 4.1.12. I need to provide my clients with https so I'm trying to use port
      8443 but I'm having some problems.
      I had already changed Tomcat to port 8443 (when I run Tomcat standalone I can acess https://localhost:8443) but running JBoss I have a problem at the startup:
      "ERROR [Engine] ContextConfig[/jmx-console] Missing default web.xml, using application web.xml only".

      I had modificated two files to put JBoss working at 8443:
      \server\default\deploy\tomcat41-service.xml, where I have the code:





      and

      server\default\deploy\http-invoker.sar\invoker.war\WEB-INF\web.xml where I have the code:
      <param-value>https://localhost:8443/invoker/JMXInvokerServlet</param-value>

      Please help me, I'll appreciate !

      Regards,
      Renato

        • 1. Re: Problems to listen port 8443
          vinays

          dont know abt SSL, but for change of port, I modify the following files(i am using jboss3.0.4_tomcat-4.1.12):

          1. server\default\conf\jboss-service.xml
          2. server\default\deploy\tomcat41-service.xml
          3. server\default\deploy\http-invoker.sar\invoker.war\WEB-INF\web.xml
          4. server\default\deploy\http-invoker.sar\META-INF\jboss-service.xml
          5. tomcat-4.1.x\conf\server.xml

          Hope this helps.

          cheers

          • 2. Re: Problems to listen port 8443
            vinays

            dont know abt SSL, but for change of port, I modify the following files(i am using jboss3.0.4_tomcat-4.1.12):

            1. server\default\conf\jboss-service.xml
            2. server\default\deploy\tomcat41-service.xml
            3. server\default\deploy\http-invoker.sar\invoker.war\WEB-INF\web.xml
            4. server\default\deploy\http-invoker.sar\META-INF\jboss-service.xml
            5. tomcat-4.1.x\conf\server.xml

            Hope this helps.

            cheers

            • 3. Re: Problems to listen port 8443
              vinays

              dont know abt SSL, but for change of port, I modify the following files(i am using jboss3.0.4_tomcat-4.1.12):

              1. server\default\conf\jboss-service.xml
              2. server\default\deploy\tomcat41-service.xml
              3. server\default\deploy\http-invoker.sar\invoker.war\WEB-INF\web.xml
              4. server\default\deploy\http-invoker.sar\META-INF\jboss-service.xml
              5. tomcat-4.1.x\conf\server.xml

              Hope this helps.

              cheers