1 Reply Latest reply on Sep 7, 2007 11:20 AM by peterj

    embedded tomcat service: port 8080

    sciacca

      Hi All,
      I need to change the port of the embedded Tomcat service because the same port is used by Oracle db...

      I went in deploy/jboss-web.deployer/server.xml
      and found:
      \"<Connector port="8080" \"
      I change it in \"<Connector port="8090" \"

      shutdown jboss
      and .... http://127.0.0.1:8090/ gave me an error...

      What I can do ?

      Thanks to all.

        • 1. Re: embedded tomcat service: port 8080
          peterj

          When you start the app server, the last few lines look like this:

          08:18:16,707 INFO [Http11AprProtocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
          08:18:16,754 INFO [AjpAprProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
          08:18:16,786 INFO [Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)] Started in 31s:733ms

          For the [Http11AprProtocol] line, what is the IP address and the port number?