2 Replies Latest reply on May 13, 2002 5:01 AM by alain_onestone

    Catalina/jboss and server.xml

    alain_onestone

      Hello,

      I would like to know why the file Catalina/conf/server.xml is not use with catalina/jboss. I'm not able to change the port 8080 because in the method EmbeddedCatalinaServiceSX() from EmbeddedCatalinaServiceSX java class the port is define.

      public EmbeddedCatalinaServiceSX()
      {
      port = 8080;
      acceptCount = 10;
      enableLookups = false;
      minProcessors = 5;
      maxProcessors = 20;
      connectorType = "http";
      }

      Thank a lot for a answer.