My webMethods Server 10.3 | My webMethods Server Webhelp | Administering My webMethods Server | Startup and Configuration | Modifying Configuration Files | Configuring My webMethods Server to Run in 32-bit on Solaris, HP-UX, or Linux
 
Configuring My webMethods Server to Run in 32-bit on Solaris, HP-UX, or Linux
On Solaris, HP-UX, or Linux systems, it is necessary to specify whether the computer has a 32- or 64-bit architecture. By default, My webMethods Server is configured to run in 64-bit mode. You can switch the server to 32-bit mode.
*To configure My webMethods Server to run in 32-bit mode on Solaris or HP-UX
1. Use this command to stop My webMethods Server:
mws -option stop
Options are described in Basic Command Line Syntax for My webMethods Server.
2. Open this file in a text editor:
Software AG_directory /MWS/bin/setenv.sh
3. Locate this text:
rem to use 64 bit JVM uncomment next line
set JAVA_D64=-d64
and comment the second line:
rem to use 64 bit JVM uncomment next line
rem set JAVA_D64=-d64
4. Save and close the file.
5. Use this command to update the OSGi profile:
mws -option update-osgi-profile
6. Restart My webMethods Server.