Deploying a Servlet or Application means that you "bring" your Servlet/Application (e.g. from your development environment) to the Servlet container so you actually can "use" your Servlet/Application.
For each IBM Websphere server there exist public available pdf-documents that exactly describe how to deploy a web app to the Websphere server. Just try a Google search or click this: IBM WAS Library
Deploying a servlet is actually making the servlet "ready for use" in simple words. To start using the application in IBM Websphere, these are the "basic" steps.
1) Create a ear(Enterprise Application Archive) or war(Web Application Archive) file. let us assume you have created a war file. 2) copy the war file to the <wasinstall>\WebSphere\AppServer\installableApps folder. 3) If you have created any shared jar file, copy them to the folder <wasinstall>\WebSphere\AppServer\lib\ext folder. 4) configure the application server. (assign port, create security, create datasource, creating alias and much more) 5) Next is to install the war file that was copied to the installableApps apps folder earlier. Open admin console and select "Install New Application". select the war file which needs to be deployed and do the additional settings.
Please refer to the detailed Websphere setup and deploying applications from the ibm site. Hope this gives you a good start.
passwords must contain 14 characters, a number, punctuation, a small bird, a bit of cheese and a tiny ad.
Free, earth friendly heat - from the CodeRanch trailboss