GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Websphere

 Print  |  
Question:  Deployments types in IBM websphere

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


June 06, 2006 12:29:46 #3
 Krishan   Member Since: Visitor    Total Comments: N/A 

RE: how many ways deployments in ibm websphere.please ...
 

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

     

 

Back To Question