cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic restart of J2EE engine

Former Member
0 Kudos

Hi Experts,

if I deploy my application via NWDI the server where deployment is running is automatically restarted.

How can I stop him restarting automatically?

Thanks,

Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If I'm not wrong the restarts occur due to lack of free memory. You should be able to assign it more memory by setting the Java startup parameter Xmx on server level.

Default is normally 1024 but needs my experience is it needs to be set to at least 2048.

/Anders

Edited by: Anders Gunnarsson on May 12, 2009 12:14 PM

Former Member
0 Kudos

Hmmm ... any other informations on this?

Thanks

Former Member
0 Kudos

I haven't done it myself, but it should be something like described on this page:

http://www-03.ibm.com/systems/i/advantages/sapj2ee/tuning.html

See JVM System Properties at the end there you find a short list of steps to help you.

Config tool is found in the J2EE directory on your server.

After this you have to restart the J2EE service completely to start a new instance of Java with the new configuration.

Please make a post with the exact steps if you manage to solve it. And what system versions you are on.

/Anders

Former Member
0 Kudos

Any luck with this?

Former Member
0 Kudos

No, not really...

Former Member
0 Kudos

Have you managed to locate configtool and configured Xmx for the server instance?