Results 1 to 2 of 2

Thread: How to change tcServer port to 8090 (Linux)

  1. #1

    Exclamation How to change tcServer port to 8090 (Linux)

    I was working mandriva linux.
    8080 port number is in use. How can i change port number for tcServer/ Tomcat.

  2. #2
    Join Date
    Apr 2009
    Posts
    56

    Default

    Generally in conf/catalina.properties, at the bottom of the file.

    For example:

    ################################################
    ## ENTRIES BELOW ADDED AT INSTALL/CONFIGURE TIME
    ################################################

    tcserver.node=one-d5b9f
    shutdown.port=-1
    http.port=8081
    https.port=8441
    jmx.port=6961
    ajp.port=8001

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •