Application server startup scripts typically pass their home directory as a property on the command line to their Java processes. Java properties are prefixed with a For example, if the Java command line contains: -Dtomcat.home=${TOMCAT_HOME} then the Java process is a Tomcat application server and its home directory can be found in the The following table shows a list of properties that can be used to locate a Java process:
The java.rmi.activation.port property is in the following format: -Djava.rmi.activation.port=1099 It shows the 3DSpace Service port. |