Setting up Tomcat as a Windows Service for RTC2.0.0.2 iFix1
starting a new thread in hopes of getting an answer.
I'm trying to solve a similar problem as to what was discussed in http://jazz.net/forums/viewtopic.php?t=6710
I just downloaded 2.0.0.2 iFix1 and installed it on a brand new XP 32-bit (vm) box and I get.
CreateJavaVM Failed
I looked at the manual and the tech note and I am pretty sure that I am missing a java option somewhere. Since its 32-bit it should work out-of-the-box (I'm thinking).
If somebody could post the complete java options section that works for them, the generated and edited part, I'd really appreciate it.
I'm trying to solve a similar problem as to what was discussed in http://jazz.net/forums/viewtopic.php?t=6710
I just downloaded 2.0.0.2 iFix1 and installed it on a brand new XP 32-bit (vm) box and I get.
CreateJavaVM Failed
I looked at the manual and the tech note and I am pretty sure that I am missing a java option somewhere. Since its 32-bit it should work out-of-the-box (I'm thinking).
If somebody could post the complete java options section that works for them, the generated and edited part, I'd really appreciate it.
4 answers
Here is the configuration for the service running on our windows 64-bit machine.
-Dcatalina.base=C:\RTC-STD\jazz\server\tomcat
-Dcatalina.home=C:\RTC-STD\jazz\server\tomcat
-Djava.endorsed.dirs=C:\RTC-STD\jazz\server\tomcat\common\endorsed
-Djava.io.tmpdir=C:\RTC-STD\jazz\server\tomcat\temp
-DJAZZ_HOME=file:///C:/RTC-STD/jazz/server/conf
-Djava.awt.headless=true
-Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true
-Dcom.ibm.team.repository.tempDir=%TEMP%
-DSQLSERVER_JDBC=C:/SQLServerJDBCDriver2.0/sqljdbc_2.0/enu
Cheers
Lin
-Dcatalina.base=C:\RTC-STD\jazz\server\tomcat
-Dcatalina.home=C:\RTC-STD\jazz\server\tomcat
-Djava.endorsed.dirs=C:\RTC-STD\jazz\server\tomcat\common\endorsed
-Djava.io.tmpdir=C:\RTC-STD\jazz\server\tomcat\temp
-DJAZZ_HOME=file:///C:/RTC-STD/jazz/server/conf
-Djava.awt.headless=true
-Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true
-Dcom.ibm.team.repository.tempDir=%TEMP%
-DSQLSERVER_JDBC=C:/SQLServerJDBCDriver2.0/sqljdbc_2.0/enu
Cheers
Lin
no answers :(
At this point I'm interested in the complete java options section that works on any win box.
Anybody?
Here is the configuration for the service running on our windows 64-bit machine.
Thanks. That is what the manual says.
I played with it a bit more and figured out that the Memory Pool of 1536 in the instructions is too big for what I have configure. It's a test/demo system after all.
Yeah, on to the next thing
Yeah, on to the next thing
Dang, the service runs and I can get to the url on the server box, but on other PCs I get a 404. It works just great when I run start_server.bat.
I've figured out how to run start_service.bat at system startup as a scheduled job and tweaked it so it keeps going after a user logs off (add -Xrs to JAVA_OPTS). Since its a demo/test system, I don't want to spend too much time on this, but for the future, it shure would be a good thing to know.
Does anybody have any ideas where to look?
I can't find any log that says something - on either box.
I'm running in a workgroup, not a domain in case that matters.