3 Replies Latest reply on Oct 10, 2008 7:20 AM by subemontes

    Server running on port 8888 and 8493 but application is not

    contraptionenkh

      Hi Everyone,
      I am newbie in Jboss. I configured the server.xml file so that my application runs on port 8888 and 8493. 8493 is for SSL which is needed for my application.
      Once I deploy the .ear file the log is fine and there is not a single error/exception.
      Last 3 lines are:

      2008-10-01 14:34:47,185 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8888
      2008-10-01 14:34:47,324 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8493
      2008-10-01 14:34:47,333 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231054)] Started in 29s:79ms


      But then I tried to run the application by typing:
      https://server_IP:8493/

      but the application is not running.

      Can anybody please help me or suggest anything?