Supported application servers

The supported application servers and their characteristics are listed below:

AppserverLatest JREPortAutodeploymentDeploymentAdd JDBC-drivers to:
Tomcat158080Copying the .warfile to the {installation-dir}/ webapps directory will cause autodeployment.Start the Tomcat Web Application Manager (username and password required).
At the bottom of the page you will find the deployment section.
{installation-dir}/ webapps/ om-/ WEB-INF/ lib
Wildfly158080Copying the .warfile to {installation-dir}/ standalone/ deployments will cause autodeployment.Start the Administration Console (username and password required) and select Manage Deployments.{installation-dir}/ server/ default/ deploy/ om-.war/ WEB-INF/ lib
Jetty158080Copying the .warfile to {installation-dir}/ jetty/ webapps will cause autodeployment.Unpack the .war file to {installation-dir}/ {appbase}/ webapps.{installation-dir}/ {appbase}/ webapps/ om-/ WEB-INF/ lib
Glassfish158080Copying the .warfile to {installation-dir}/ domains/ domain1/ autodeploy will cause autodeployment.Login in to the Application Server Admin Console on port 4848 (username and password have been asked for during installation). Select Applications and deploy.{installation-dir}/ domains/ domain1/ applications/ j2ee-modules/ om/ WEB-INF/ lib.
Oracle Weblogic1.77001{installation-dir}/ user_projects/ domains/ mydomain/ autodeploy is the place to copy the .warfile to for autodeployment.Start Administrative console, lock the application server and deploy the .warfile.{installation-dir}/ user_projects/ domains/ mydomain/ servers/ myserver/ tmp/ _WL_user/ om-/ vrp1nt/ war/ WEB-INF/ lib
IBM Websphere1.6
(IBM version)
9080Log in to the Admin console and click "Global deployment Settings". Check the "Monitor directory to automatically deploy applications". You can change the monitored directory too. Click apply and save the changes. You will have to restart the server.Start IBM WebSphere, Application Server vx, Profiles, default, Administrative console. Enter username and start Applications, Install New Application. Adjust the cookie name to something longer than JSESSIONID using the console at "Application servers -> server1 -> Session management -> Cookies". Save and restart the server.{installation-dir}/ AppServer/ profiles/ AppSrv01/ installedApps/ xxxxxxxNode01Cell/ om.ear/ om-.war/ WEB-INF/ lib.