Hi,
I am facing problem running the Integration server as a service on a Windows 2000 server.
I have tried the following things, but it is still not working. Not sure if there is any problem with the installation.
If IS does not run as a windows service, follow the procedure below:
-
Uninstall windows service by running
\support\win32\installSvc unreg -
Verify that the service disappears from the services menu
-
Install windows service by running
\support\win32\installSvc -
Verify that the service appears in the services menu.
-
If still cannot run as a win service, uninstall the win service by
following steps 1-2 above and proceed with steps 6-7. -
alter JAVA_RUN parameter in server.bat file in the following way (Xrs
suppresses OS signals):
REM set JAVA_RUN=%JAVA_EXE% %JAVA_MEMSET%
set JAVA_RUN=%JAVA_EXE% -Xrs %JAVA_MEMSET% -
do steps 3-4 above.
When I log off the server, the IS service stops running and I cannot access that machine using http:\server_name:5555 from my local PC. Any suggestions would be greatly appreciated.
Thanks,
Rajesh