Skip to main content

Posts

Showing posts with the label ADF ant start weblogic

Stupid ant weblogic start script

build properties: wl.command.start=/home/teamcity/script/startWL.sh build.xml <exec executable="${wl.command.start}"/> startWL.sh #!/bin/bash sudo -u weblogic /opt/weblogic/oracle/domains/mydomain/bin/startWebLogicRemote.sh startWebLogicR.sh echo ..................... STARTING WL cd /opt/weblogic/oracle/domains/mydomain/bin nohup ./startWebLogic.sh > /dev/null 2>&1 & cd -