Created
February 14, 2011 21:39
-
-
Save jgumbley/826606 to your computer and use it in GitHub Desktop.
silent.xml for silent installation of weblogic server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<bea-installer> | |
<input-fields> | |
<data-value name="BEAHOME" value="/opt/Middleware" /> | |
<data-value name="WLS_INSTALL_DIR" value="/opt/Middleware/wlserver_10.3" /> | |
<data-value name="COMPONENT_PATHS" value="WebLogic Server/Core Application Server|WebLogic Server/Administration Console|WebLogic Server/Configuration Wizard and Upgrade Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server/WebLogic Server Clients|WebLogic Server/WebLogic Web Server Plugins|WebLogic Server/UDDI and Xquery Support" /> | |
</input-fields> | |
</bea-installer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment