posted 12 years ago
I wrote following script and executed....It created the service...When I started this service....I belive it should start the weblogic server which will run continusoly....but it is not sooo...why? any more configuratation needed?
echo off
SETLOCAL
set DOMAIN_NAME=dev_domain
set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\dev_domain
set SERVER_NAME=myWLSserver
call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
ENDLOCAL