WebSphere"

From Documentation
m
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
  
 
=== IBM WebSphere ===
 
=== IBM WebSphere ===
#IBM offers a websphere application server community edition, go to http://www-128.ibm.com/developerworks/downloads/ws/wasce/?S_TACT=105AGX10&S_CMP=WASCE to download it.<br>
+
#IBM offers a websphere application server community edition. Please go to http://www-128.ibm.com/developerworks/downloads/ws/wasce/?S_TACT=105AGX10&S_CMP=WASCE to download it.<br>
 
#Follow the instruction to download, you might need to register for an account if you don't already have one.<br>
 
#Follow the instruction to download, you might need to register for an account if you don't already have one.<br>
 
#Under downloads, choose Server and 32bit IBM SDK 1.4.2 SR4-1, procees to download.<br>
 
#Under downloads, choose Server and 32bit IBM SDK 1.4.2 SR4-1, procees to download.<br>
Line 20: Line 20:
 
=== IBM WebSphere 7 ===
 
=== IBM WebSphere 7 ===
  
Import war file
+
====Import war file====
#1: Applications -> Application Types -> WebSphere enterprise applications -> Click install button
+
1. Applications -> Application Types -> WebSphere enterprise applications -> Click install button
 
[[File:wb7-step1-installApplication.png]]
 
[[File:wb7-step1-installApplication.png]]
#2: Select war file to import
+
2. Select war file to import
 
[[File:wb7-step2-importWarFile.png]]
 
[[File:wb7-step2-importWarFile.png]]
#3: Select Fast Path
+
3. Select Fast Path
 
[[File:wb7-step3-fastPath.png]]
 
[[File:wb7-step3-fastPath.png]]
#4: Go through Steps, in Step 4, input Context Root
+
4. Go through Steps, in Step 4, input Context Root
 
[[File:wb7-step4-goThroughSteps-setRoot.png]]
 
[[File:wb7-step4-goThroughSteps-setRoot.png]]
#5: Save configuration
+
5. Save configuration
 
[[File:wb7-step5-save.png]]
 
[[File:wb7-step5-save.png]]
#6: Start application
+
6. Start application
 
[[File:wb7-step6-startApplication.png]]
 
[[File:wb7-step6-startApplication.png]]
  
Find web application port
+
====Find web application port====
#1: Servers -> Server Types -> WebSphere application servers -> Click "server1"
+
1Servers -> Server Types -> WebSphere application servers -> Click "server1"
 
[[File:wb7-checkApplicationPort-1.png]]
 
[[File:wb7-checkApplicationPort-1.png]]
#2: Communcations -> Click on "Ports"
+
2. Communcations -> Click on "Ports"
 
[[File:wb7-checkApplicationPort-2.png]]
 
[[File:wb7-checkApplicationPort-2.png]]
#3: Check WC_defaulthost
+
3. Check WC_defaulthost
 
[[File:wb7-checkApplicationPort-3.png]]
 
[[File:wb7-checkApplicationPort-3.png]]
  
View Web application
+
====View Web application====
 +
 
 
[[File:wb7-zkdemo.png]]
 
[[File:wb7-zkdemo.png]]
 
                
 
                

Latest revision as of 09:48, 3 August 2011


IBM WebSphere

  1. IBM offers a websphere application server community edition. Please go to http://www-128.ibm.com/developerworks/downloads/ws/wasce/?S_TACT=105AGX10&S_CMP=WASCE to download it.
  2. Follow the instruction to download, you might need to register for an account if you don't already have one.
  3. Under downloads, choose Server and 32bit IBM SDK 1.4.2 SR4-1, procees to download.
  4. Start the installer and accepts all defaults.
  5. Once installation is completed, go to All Programs->IBM Websphere->Application Server->Profiles->Default->Start the Server, this will start the server.
  6. Browse http://localhost:9060/ibm/console/secure/logon.do to deploy application
  7. After deployed, applications can be access via http://localhost:9080/myapp
  8. For additional documentation and tutorials, go to http://publib.boulder.ibm.com/wasce/Front_en.html

ZK supports Servlet 2.3, 2.4 and later. The only difference is the content of WEB-INF/web.xml is a little bit different. Please refer to Sample of web.xml and Sample of web.xml for Servlet 2.3.

IBM WebSphere 7

Import war file

1. Applications -> Application Types -> WebSphere enterprise applications -> Click install button Wb7-step1-installApplication.png 2. Select war file to import Wb7-step2-importWarFile.png 3. Select Fast Path Wb7-step3-fastPath.png 4. Go through Steps, in Step 4, input Context Root Wb7-step4-goThroughSteps-setRoot.png 5. Save configuration Wb7-step5-save.png 6. Start application Wb7-step6-startApplication.png

Find web application port

1. Servers -> Server Types -> WebSphere application servers -> Click "server1" Wb7-checkApplicationPort-1.png 2. Communcations -> Click on "Ports" Wb7-checkApplicationPort-2.png 3. Check WC_defaulthost Wb7-checkApplicationPort-3.png

View Web application

Wb7-zkdemo.png


Version History

Version Date Content
     



Last Update : 2011/08/03

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.