AllenMathew
Programmer
Hi,
Im running weblogic 8.1 , and I am trying to make CORBA calls to a server(MetaSolv), though the calls go through fine, they take unusually long 4.5 seconds, while when I run the same code as a stand alone app, my response is in .203 sec. The startweblogic has the following parameters set
%JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -Dweblogic.Name=%SERVER_NAME% -Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE% -Djava.security.policy="%WL_HOME%\server\lib\weblogic.policy" -Dorg.omg.CORBA.ORBSingletonClass=com.sun.corba.se.internal.corba.ORBSingleton -Dorg.omg.CORBA.ORBClass=com.sun.corba.se.internal.Interceptors.PIORB -DIorFile=C:/Allen_Mathew/IOR/PSRSERVER.ior -DFWCONFIGPATH=%FWCONFIG% weblogic.Server.
Im lost here, so any help is appericiated.
Thanks in advance,
Allen
Im running weblogic 8.1 , and I am trying to make CORBA calls to a server(MetaSolv), though the calls go through fine, they take unusually long 4.5 seconds, while when I run the same code as a stand alone app, my response is in .203 sec. The startweblogic has the following parameters set
%JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -Dweblogic.Name=%SERVER_NAME% -Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE% -Djava.security.policy="%WL_HOME%\server\lib\weblogic.policy" -Dorg.omg.CORBA.ORBSingletonClass=com.sun.corba.se.internal.corba.ORBSingleton -Dorg.omg.CORBA.ORBClass=com.sun.corba.se.internal.Interceptors.PIORB -DIorFile=C:/Allen_Mathew/IOR/PSRSERVER.ior -DFWCONFIGPATH=%FWCONFIG% weblogic.Server.
Im lost here, so any help is appericiated.
Thanks in advance,
Allen