cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop the dispatcher from starting the server?

Former Member
0 Kudos

Hi all,

I am trying to disable the dispatcher from starting the server automatically, Both in the service or daemon, and in the go.bat files.

Thanks

Jeremy

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Right now, I start the state from the go.bat script.

Then I start the dispatcher from the go.bat script

what happens next, (the default setting after intsallation) is that the dispatcher calls the server in cmdline mode.

I would like to be able to start the 3 independently for troubleshooting.

Even when I try to use windows services to start them, I can only start the "state" and "dispatcher" service. Some how the dispatcher is calling the server, regardless of how I start the dispatcher.

\

Thanks

Jeremy

Former Member
0 Kudos

It is EP 6.0.2.4.7 and j2ee version 78993.20 which is PL22. What is happening is when I run the server go.bat, I get a command window and it disappears. The settings in the config tool for the dispatcher r3startup service are startup mode "always" and elements = 1

Thanks

Former Member
0 Kudos

Hi Jeremy,

as Olivier said, set the r3startup mode to manual.

So is your server running as windows service or how you start your portal? You might start the go.bat of dispatcher and server from the command prompt, so that the window doesn't close on errors.

Regards, Karsten

Former Member
0 Kudos

I am having a problem starting the server from the go script.

Former Member
0 Kudos

Hi Jeremy,

it's essential that you provide the exact version of EP and J2EEEngine. There are big differences.

Regards, Karsten

Former Member
0 Kudos

In the J2EE config tool, go to Dispatcher > Services > r3startup. Change the startup mode from "Always" to "Manual".