WebSphere"

From Documentation
Line 2: Line 2:
  
 
=== IBM WebSphere ===
 
=== IBM WebSphere ===
1.IBM offers a websphere application server community edition, go to  
+
#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>
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>
2.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>
3. under downloads, choose Server and 32bit IBM SDK 1.4.2 SR4-1, procees to download.<br>
+
#start the installer and accepts all defaults.<br>
4. start the installer and accepts all defaults.<br>
+
#once installation is completed, go to All Programs->IBM Websphere->Application Server->Profiles->Default->Start the Server, this will start the server.<br>
5. once installation is completed, go to All Programs->IBM Websphere->Application Server->Profiles->Default->Start the Server, this will start the server.<br>
+
#Browse http://localhost:9060/ibm/console/secure/logon.do to deploy application<br>
6. Browse http://localhost:9060/ibm/console/secure/logon.do to deploy application<br>
+
#After deployed, applications can be access via http://localhost:9080/myapp for additional documentation and tutorials,  
7. After deployed, applications can be access via http://localhost:9080/myapp
 
for additional documentation and tutorials,  
 
 
go to http://publib.boulder.ibm.com/wasce/Front_en.html
 
go to http://publib.boulder.ibm.com/wasce/Front_en.html
  

Revision as of 02:34, 7 September 2010


IBM WebSphere

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

Version History

Version Date Content
     



Last Update : 2010/09/07

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