Skip to content

Instantly share code, notes, and snippets.

@jgumbley
Created February 14, 2011 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgumbley/826606 to your computer and use it in GitHub Desktop.
Save jgumbley/826606 to your computer and use it in GitHub Desktop.
silent.xml for silent installation of weblogic server
<?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