Problem Note 40473: Security or performance issues can occur when Oracle WebLogic is running in development mode
Running Oracle WebLogic in development mode rather than production mode presents no functionality issues, but it might result in less security and possibly some performance issues. To change WebLogic so that it runs in production mode, follow these steps:
- Shut down all servers, including the WebLogic Administration Server.
- Add the following line to config.xml after the last <server></server> tag and before the <embedded-ldap>
tag:
<production-mode-enabled>true</production-mode-enabled>
- Restart the administration server.
- Restart the remaining managed servers.
Note: WebLogic Server 10.3.3 shows in the console that production mode is set (with a value of true), even when it
is not set. The default value is actually false (meaning that it is in development mode).
Operating System and Release Information
SAS System | BEA WebLogic Server | Solaris for x64 | 9.2 TS2M3 | 9.3 TS1M0 |
Linux for x64 | 9.2 TS2M3 | 9.3 TS1M0 |
HP-UX IPF | 9.2 TS2M3 | 9.3 TS1M0 |
64-bit Enabled Solaris | 9.2 TS2M3 | 9.3 TS1M0 |
64-bit Enabled AIX | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows XP Professional | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2008 | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS2M3 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS2M3 | 9.3 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2011-04-04 11:31:11 |
Date Created: | 2010-07-28 15:58:10 |