Thursday, 11 April 2013
Thursday, 10 January 2013
Remove SOA Domain
- make sure that all the servers in the domain have been shutdown properly.
- Delete your domain directory under $MW_Home\user_projects\domains
- Delete your domain directory under $MW_Home\user_projects\applications
- Drop the existing schemas and recreate new one using RCU
- Remove domain from $MW_Home\domain-registry.xml
- Remove domain from $MW_Home\wlserver10.3\common\nodemanager\nodemanager.domains
See also: http://www.oracle-base.com/articles/11g/weblogic-11g-create-extend-and-remove-domains.php
Labels:
SOA
Wednesday, 9 January 2013
Oracle SOA Suite Installation on Windows 7 64 bits
setup.exe -jreLoc ...
does not work, instead use:
install\win64\setup.exe
and provide the path to 64 bits JDK when prompted
java -d64 -jar wls1036_generic.jar (installation du serveur WebLogic)
does not work, instead use:
install\win64\setup.exe
and provide the path to 64 bits JDK when prompted
java -d64 -jar wls1036_generic.jar (installation du serveur WebLogic)
Labels:
SOA
Subscribe to:
Comments (Atom)