WebSphere Application Server enhancements

This section describes settings specific to a WebSphere Application Server environment.

Increasing the maximum memory allocated to the JVM

If you are running Configuration Manager or trying to generate Enterprise JavaBeans (EJB) deploy code by using the command line utility ejbdeploy and an OutOfMemory error occurs, increase the amount of memory allocated to the JVM.

  1. Edit the ejbdeploy script in the [appserver root]/deploytool/itp/ directory:

    • (Windows) ejbdeploy.bat

    • (Linux and UNIX) ejbdeploy.sh

  2. Find the -Xmx256M parameter and change it to a higher value, such as -Xmx1024M.

  3. Save the file.

  4. Run the ejbdeploy command or redeploy using Configuration Manager.

// Ethnio survey code removed