java listed on port 8081

Discussion in 'ISPConfig 3 Priority Support' started by livetv, Jan 26, 2015.

  1. livetv

    livetv Member

    Hello, my java listed on port 8081 for some reason
    so after reboot apache doesn't start automate.
    netstat -ntap | grep 8081
    tcp6 0 0 127.0.0.1:8081 :::* LISTEN 1741/java
    when "killall java" there is no problem to start apache.
    how can i change java port?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The java process is not from ispconfig, so I dont know whch java application you installed that listens in port 8081.
     
  3. livetv

    livetv Member

    there is away to find it?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Maybe it is esaier when you reconfigure ispconfig to use a different port instead of 8081. you can change the ispconfig port in the apps.vhost file in /etc/apache2/sites-available/
     
  5. livetv

    livetv Member

    Thank you very much Sir,
    changing apps.vhost file in /etc/apache2/sites-available/ to 8083
    netstat -ntap | grep 8081
    tcp6 0 0 127.0.0.1:8081 :::* LISTEN 1822/java
    netstat -ntap | grep 8083
    tcp6 0 0 :::8083 :::* LISTEN 4325/apache2

    then update-rc.d apache2 defaults
    reboot
    apache2 starting automate and seems that every thing as expected.
     

Share This Page