Delphix Products

Tip of the Day: Reconfiguring the Default Port in Agile Masking

  Thread closed by the administrator, not accepting new replies.
  • 1.  Tip of the Day: Reconfiguring the Default Port in Agile Masking

    Posted 09-10-2014 04:28:00 PM
    No replies, thread closed.

    The default port for application servers is 8080. Follow this procedure if you want to change this default.

    • The example in this procedure is specific to Tomcat. Substitute values as appropriate for your application server.
    Reconfiguring:
    1. Go to the following location, where <tomcat_home> is the directory with the tomcat installation:
      /tomcat_home>/conf
    For example:
    Delphix Agile Data Masking/apache_tomcat_6.0.18/conf
    2.The conf folder is at the same level as the bin folder.
    3.Modify this line in the server.xml file:
     < Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />
     In this example, the default port is changed to 8443.
    4.Save and close the file.
    5.Restart your application server.
    #port
    #agile_masking