Skip to content

Middleware Wonders

A place for all middleware solutions

  • Facebook
  • LinkedIn
  • Oracle Weblogic Server
  • JBoss
  • Websphere
  • BeginnersCorner
  • Training&Consulting
  • Siteminder
  • Kerberos
  • Webservice
  • LDAP Server
  • SecureSocketLayer
  • Troubleshooting
  • JMS
  • WLST
  • JMX Samples
  • WLDF
  • SNMP
  • Security
  • About US
  • Webservers
9 January 2014 Faisal

WLST Script to deploy jar file on Weblogic Server

print 'deploying jar...'

connect('weblogic','weblogic123','t3://localhost:7001')
try:

    undeploy('app')
    print 'Redeploying'

except Exception:
    print 'Deploy'

status = deploy(appName='app', path='app.jar',targets='AdminServer,', libraryModule='true')

print status

Related

WLST
deploywlst

Post navigation

Previous Post:Weblogic Server Administration for Beginners.
Next Post:JSP Precompilation in WebLogic Application Server

active directory admin server ant script apache basic authentication classloader ClassNotFoundException Cluster datasource deployment Distributed Setup embedded ldap High CPU JBoss jdbc JMS JMX JNDI jrockit Kerberos LDAP Linux Mbean mbeans Monitoring multicast nodemanager opends openssl Out of Memory plan.xml proxy Queue securing webservices Security Siteminder SSL Topic troubleshooting Twiddle Weblogic WebService Websphere WLDF wlst

Categories

  • Apache
  • General
  • Jboss
  • JMS
  • LDAP
  • Oracle Weblogic Server
  • Security
  • SSL
  • Troubleshooting
  • Uncategorized
  • Webservers
  • Webservice
  • Websphere
  • WLST
Log in
WordPress Theme: Wellington by ThemeZee.