Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
72:network_config [2018/07/17 13:36] – [Network Configuration] bkkr72:network_config [2018/09/27 18:17] – [Network Configuration] emr
Line 3: Line 3:
 ====== Network Configuration ====== ====== Network Configuration ======
  
-Stages is started on TCP/IP port 8080 and uses HTTP by default. Thus, it can be accessed via the URL [[http://<servername|http://<servername]]>:8080/. To use a different port or to use HTTPS as access protocol, change the respective lines in the Tomcat configuration file named <TOMCATHOME>/conf/server.xml.+Stages is started on TCP/IP port 8080 and uses HTTP by default. Thus, it can be accessed via the URL [[http://<servername|http://<servername]]>:8080/. To use a different port or to use HTTPS as access protocol, change the respective lines in the Tomcat configuration file named ''<STAGESHOME>/conf/server.xml''.
  
 **Important**: Changing the TCP/IP port or moving the Stages server to a new server machine usually invalidates your license. Please inform Stages support about the change which will grant you an updated license. **Important**: Changing the TCP/IP port or moving the Stages server to a new server machine usually invalidates your license. Please inform Stages support about the change which will grant you an updated license.
Line 25: Line 25:
 </code> </code>
  
-Additionally, a JSSE Java library must be installed (which is included in JDK 6.0) and a server certificate must be created. A more detailed description for these tasks can also be found in the tomcat server.xml configuration file.+Additionally, a JSSE Java library must be installed (which is included starting with JDK 6.0) and a server certificate must be created. A more detailed description for these tasks can also be found in the tomcat server.xml configuration file.