Deployments types in IBM websphere

How many ways deployments in ibm websphere.please give me one examples

Questions by rajjava   answers by rajjava

Showing Answers 1 - 4 of 4 Answers

kartik

  • Oct 3rd, 2005
 

user can deploy the application on websphere server through Administration console, which provide the war file selection browse button so user can selece the war file.

vijaya bhaskar

  • Oct 19th, 2005
 

We could also directly copy the jar files to deploedapplication folder in websphere. this is called hot deployment.

The more generic way is to use websphere specific ant tasks and building automated scriptes for deploying the application.

  Was this answer useful?  Yes

Krishan

  • Jun 1st, 2006
 

Ways of deplyment depends on version of WebSphere Application server you are using.

But 5.X and Above provide following ways

1. Using Admin Console

2. Hot Deployment  droping jsp files, with enabled class reloading (not recommanded for production)

3. Using Jacl Scripts

4. using WSAdmin command

5. Rapid Deployment (feature available at WAS 6).

In real time environment we are supposed to go for directly copying into the needed folder.
Hot depolyment has got a specific functionality which is not supported by websphere.

  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