Databases Reference
In-Depth Information
4. Change to the console extension templates directory:
[wls@prod01]$ cd $WL_HOME/server/lib/console-ext/templates
5. Run ANT to expand the Look and Feel Template ( laf ):
[wls@prod01]$ ant -f build-new-laf.xml -Dname=myConsoleExt -Ddir=/
oracle/myConsoleExt
Buildfile: /oracle/Middleware/wlserver_12.1/server/lib/console-
ext/templates/build-new-laf.xml
all:
[mkdir] Created dir: /oracle/myConsoleExt
[unzip] Expanding: /oracle/Middleware/wlserver_12.1/
server/lib/console-ext/templates/laftemplate.zip into /oracle/
myConsoleExt
[move] Moving 1 file to /oracle/myConsoleExt/framework/
markup/lookandfeel
BUILD SUCCESSFUL
Total time: 1 second
6. Extract and copy the default message bundle global.properties to the project
from the console.jar file:
[wls@prod01]$ cd /oracle/myConsoleExt/WEB-INF
[wls@prod01]$ mkdir classes
[wls@prod01]$ cd classes
[wls@prod01]$ $JAVA_HOME/bin/jar -xf $WL_HOME/server/lib/
consoleapp/webapp/WEB-INF/lib/console.jar global.properties
7. Edit global.properties :
[wls@prod01]$ vi global.properties
8. Change the window.title and login.title values from:
window.title=Oracle WebLogic Server Administration Console
login.title=Welcome
To:
window.title=My Company-Oracle WebLogic Server Administration
Console
login.title=Welcome to "My Company"
 
Search WWH ::




Custom Search