PDA

View Full Version : Starting IS6 from command Prompt


nasir
07-07-2003, 13:46
Hi,
Anyone knows how can I start IS 6.0 from command prompt.

Thanks

wleishman
07-07-2003, 14:10
See page 33 of the IS Administrators Guide:

For Windows: bin\server.bat –switch –switch …
For UNIX: bin/server.sh –switch –switch …

Wayne

hcruz
07-08-2003, 04:36
A easy way to run

{IntegrationServer_Dir}/bin/start.bat -debug X -log none

X is the debug level you want from 0 to 10 (if I'm not mistaken). -log not redirects the debug into the screen

RMG (Unregistered Guest)
07-08-2003, 08:24
NN,

IntegrationServer_Dir}\bin\start.bat -debug 4 -log none

for windows...