How to deploy web/jar files in Weblogic or tomcat in unix/Linux environment ?

Questions by enjoy

Showing Answers 1 - 6 of 6 Answers

Raj Kumar

  • Sep 3rd, 2007
 

In weblogic 9.0 --> 1)copy the web / Jar Application paste in Auto deployment folder.it's called Hot deployment.
2) Otherwise go to Administrative console--> http://localhost:7001/console --> Deployment->Loc/Edit Click--> Install--> select source path
3) WLST --> Weblogic Scripting tool--> type command Deploy

java.Weblogic.Deployer http://localhost:7001 -user weblogic -password weblogic -deploy application name Managedserver1,Managed server2.

  Was this answer useful?  Yes

Preetham R Enjamuri

  • Nov 9th, 2011
 

in Tomcat move the .war files to webapps folder under the JVM build.

ex:- /tomcat/5.5or6.1/NameofJVM/webapps folder.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions