Lab-Deploying An Application
Lab-Deploying An Application
Set environment
Run the WLST by java weblogic.WLST
Connect to any running server by the command connect()
Now run the deploy command.
deploy(appName='benefits',path='c:/examples/benefits.war',createplan='true')
This will deploy the application to the server.
The output will be like this:
wls:/first_domain/serverConfig>
deploy(appName='benefits',path='c:/examples/benefits.war',createplan='true')