Setup Tomcat as Windows Service
I setup the tomcat application as a windows service for the clm 4.0.6.
I followed the guidance of infocenter, and it's working.. but the server has a very poor performance. I think it's that the it's the memory allocated for the jvm. This is the configuration of the java options i used for the tomcat7 properties: -Dcatalina.base=D:\IBM\Rational\JazzTeamServer\server\tomcatAnd setup as Maximum memory pool 1024MB. I tried setting more memory but when i do this, the service doesn't starts. My server is a windows 2008 R2-64bits, and has 8GB RAM and i think I'm not using them at all. Any advice will be very helpful, Thanks. |
2 answers
Everything looks right. Have you thought about increasing the Maximum memory pool to 2048 Mb?
Comments Hi Robert,
Hi Robert, i increased the max memory pool to 2048Mb, and the tomcat service didn't start. I saw the logs and see this message:
Donald Nong
commented Jul 23 '14, 12:33 a.m.
Google Translate:
JVMJ9VM015W Initialization error for j9gc24 (2) library: Failed to instantiate heap; 2G requestedIt seems that you don't have enough free memory to support 2GB JVM heap size. How much free memory do you have before starting up Tomcat? Hi Donald,
Robert Wen
commented Jul 23 '14, 11:24 a.m.
I'm really wondering if you're using a 64-bit version of Windows 2008. Could you double-check? 2
Donald Nong
commented Jul 23 '14, 9:54 p.m.
Hi Robert,
mmm, good point Donald, that can be the reason.. so, the question now is if there's a way i can change the tomcat to the 64bit one?
Donald Nong
commented Jul 24 '14, 10:11 p.m.
You need to install a 64bit Tomcat. If you install CLM using the Installation Manager, you have the choice of 32 bit and 64 bit during the installation.
showing 5 of 8
show 3 more comments
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.