Changing Tomcat Java Connector Ports

The default port numbers for Coyote and Warp connectors in Parallels Plesk Panel are 9080 and 9008.

If you want Tomcat Java to work on other ports (e.g. 8090 and 8009), you should connect to the Parallels Plesk Panel database and add two parameters to the database as in the following example:

insert into misc (param,val) values (’coyote_connector_port’, ‘8090′);

insert into misc (param,val) values (’warp_connector_port’, ‘8009′);

Note: It is recommended that you change the Tomcat Java ports right after Parallels Plesk Panel is installed on server, or prior to enabling the Tomcat Java service for your domains.

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.