Additional Blogs by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
Oliver5
Advisor
Advisor
0 Kudos

Each time I install my EP from CD I encounter the same problem. My dispatcher starts my server automatically and I don't get a cmd console where I can easily control the system log of my EP. Especially if you use EP for development, it's inconvinient.


So, this is the way  you configure your server to start up the way  you want it:


1. Use the J2EE Configtool to set the dispatcher r3startup service to "Manual". a sample service.ini file from the j2ee\configtool folder:


Service_1_JavaPath=c:\jdk1.3.1\

Service_1_Name=cluster\server

Service_0_MainClass=com.inqmy.boot.Start

ServiceCount=2

Service_1_Port=5561

Service_0_RootDir=D:\usr\sap\ep62\j2ee\j2ee_01\cluster\dispatcher

Service_0_Timeout=10000

Service_1_RootDir=D:\usr\sap\ep62\j2ee\j2ee_01\cluster\server

Service_0_JavaPath=c:\jdk1.3.1\

Service_1_MainClass=com.inqmy.boot.Start

Service_0_Name=cluster\dispatcher

Service_1_Parameters=

Service_1_Timeout=10000

Service_1_JavaParameters=-server -XX:+DisableExplicitGC -XX:MaxPermSize=64M
-XX:PermSize=64M -XX:MaxNewSize=64M -XX:NewSize=64M -Dmemory.manager=512M
-Xmx512M -classpath ".;.\system-lib\boot.jar;.\system-lib\jaas.jar;" -Djava.security.policy=.\java.policy
-Dorg.omg.CORBA.ORBClass=com.inqmy.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.inqmy.services.iiop.internal.ORB
-Djavax.rmi.CORBA.PortableRemoteObjectClass=com.inqmy.system.PortableRemoteObjectProxy
-Djavax.rmi.CORBA.UtilClass=com.inqmy.system.UtilDelegateProxy

Service_0_Port=5501

Service_0_Parameters=

Service_0_JavaParameters=-Dmemory.manager=128M -Xmx128M -classpath ".;.\system-lib\boot.jar;" -Djava.security.policy=.\java.policy
-Dorg.omg.CORBA.ORBClass=com.inqmy.services.iiop.internal.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.inqmy.services.iiop.internal.ORB
-Djavax.rmi.CORBA.PortableRemoteObjectClass=com.inqmy.system.PortableRemoteObjectProxy
-Djavax.rmi.CORBA.UtilClass=com.inqmy.system.UtilDelegateProxy




 


thanks to Phil Gleadhill,


Oliver


 

1 Comment