serverType

The serverType build descriptor option identifies the type of Web application server in which your output will be deployed. The option is used to create appropriate output when you generate an EGL service, a Web service, or an application that accesses a Web service. This build descriptor option is only used with Java™ and has no default.

The appropriate setting depends on the platform on which you intend to deploy the generated output.

Values

WebSphere® 7.x
The generated output will be deployed on WebSphere Application Server version 7.x.
WebSphere 6.x
The generated output will be deployed on WebSphere Application Server version 6.x.
WebSphere 5.1.2
The generated output will be deployed on WebSphere Application Server version 5.1.2. (However, the minimum support required for Web services is WebSphere Application Server version 5.1.1.)
Tomcat 6.x
The generated output will be deployed on Apache Tomcat version 6.x.
Tomcat 5.x
The generated output will be deployed on Apache Tomcat version 5.x.
CICS® 3.1
The generated output will be deployed on CICS 3.1.

In relation to WebSphere Application Server and Apache Tomcat, this build descriptor option is used with the j2eeLevel build descriptor option.


Feedback