Skip to main content

Posts

Showing posts from November, 2006

Deploying weblogic 9.2 with openldap

Install weblogic 9.2 Installed under /usr/local/bea Admin console: http://localhost:7001/console Start / stop By default weblogic comes with some preinstalled examples: /usr/local/bea/weblogic92/samples/domains/wl_server To start/stop a weblogic domain: bin/startWebLogic.sh bin/stopWebLogic.sh You can also stop weblogic by killing the pid. Also in the admin console, environment, servers. Quick start /usr/local/bea/weblogic92/common/bin/quickstart.sh Domains Create domain Create a new domain with the configuration wizard /usr/local/bea/weblogic92/common/bin/config.sh create a new domain generate automatically for weblogic server username/password weblogic/weblogic development mode, sun sdk 1.5 additional configuration: yes Adminserver defaults: 7001 Add managed server: name ms1, 7001 No clusters No specific machines domain name domain_oraxe, location /usr/local/bea/user_projects/domains Delete a domain Delete the directory /usr/local/bea/user_projects/domains/<do