WORK AROUND
This seems to be a popular bug to fix, as 1.4.2 bug fix window is closed. Here's
a workaround that people can use to get around the ServerTool Wrapper not
accepting a long command. Use the class directly instead of the wrapper.
Please note that this is the workaround for the release of 1.4.*, the name of the class may change in future 1.5.* and up releases.
The template to use the Servertool class is
---
${JAVA_HOME}/bin/java com.sun.corba.se.internal.Activation.ServerTool
-ORBInitialPort ${ORB_INITIAL_PORT} -cmd register -server
sample.MyServer -classpath jar1:jar2:jar3 -applicationName sample
---
|
|
|
PUBLIC COMMENTS
This seems to be a popular bug to fix, as 1.4.2 bug fix window is closed. Here's
a workaround that people can use to get around the ServerTool Wrapper not
accepting a long command. Use the class directly instead of the wrapper.
Please note that this is the workaround for the release of 1.4.*, the name of the class may change in future 1.5.* and up releases.
The template to use the Servertool class is
---
${JAVA_HOME}/bin/java com.sun.corba.se.internal.Activation.ServerTool
-ORBInitialPort ${ORB_INITIAL_PORT} -cmd register -server
sample.MyServer -classpath jar1:jar2:jar3 -applicationName sample
---
|
|
|
EVALUATION
Will fix it for Tiger.
###@###.### 2001-09-27
This seems to be a popular bug to fix, as 1.4.2 bug fix window is closed. Here's
a workaround that people can use to get around the ServerTool Wrapper not
accepting a long command. Use the class directly instead of the wrapper.
Please note that this is the workaround for the release of 1.4.*, the name of the class may change in future 1.5.* and up releases.
The template to use the Servertool class is
---
${JAVA_HOME}/bin/java com.sun.corba.se.internal.Activation.ServerTool
-ORBInitialPort ${ORB_INITIAL_PORT} -cmd register -server
sample.MyServer -classpath jar1:jar2:jar3 -applicationName sample
---
###@###.### 2002-12-05
|
|
|
|