Вы находитесь на странице: 1из 1

Lab: Deploying an application to a server

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')

Вам также может понравиться