cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy in WAS

Former Member
0 Kudos

Hai,

I Already Build and deployed An Application in tomcat using servlets and jsp. I want to deploy the same application in WAS . Where can i place it.

regards,

Accepted Solutions (1)

Accepted Solutions (1)

kishorg
Advisor
Advisor
0 Kudos

Hi Naga Raju,

here what u have to do is ,

u have to migrate the project to in to form that SAP J2EE WAS support.

there are lot of difference in the deployement descriptors , JNDI look up strings and all those things in SAP J2EE WAS.

if we have code of the project , it will become more easy .

otherwise i think cannot comnpletely migrate into WAS.

we have to edit the JNDI references and all those things..

just refer this forum.

Help for Migration Kit

http://media.sdn.sap.com/html/submitted_docs/sap_j2ee_migration_kit_webpages/external_docs/SAP_J2EE_...

let me know.

Regards

Kishor Gopinathan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can deploy J2EE Application using

1. DeployTool: available at <Drive>:\usr\sap\J2E\JC00\j2ee\deploying\DeployTool.bat

You can deploy the EAR.

2. Visual Administrator: available at <Drive>:\usr\sap\J2E\JC00\j2ee\admin\go.bat. go to <SID> -> Server -> Services -> Deploy -> Runtime -> Application -> Deploy and Start.

we will have to setup the JDBC in Visual Administrator, incase the application is using JDBC.

Regards,

S.Divakar

Former Member
0 Kudos

Hai Divakar,

Thanks for Your Help. But i dnt have the Ear its a normal war file . Is it possible to deploy already developed code without using NWDS in WAS.

regards

Former Member
0 Kudos

Hi,

The above mentioned methods dont use NWDS. its direct deploy of the EAR File.

you can create a EAR on the Assembler Functionality provided in Deploy Tool.

Steps:

1. Open Deploy Tool.

2. Create a new Project (say Test).

3. Click on Assembler Tab.

4. Take Assemble -> Add Archive and add the WAR file.

5. Click on Save

6. Click on Deployer Tab.

7. Take Deploy -> Connect to connect to the Server.

8. Deploy -> Deploymeny -> Deploy file.

Hope that helps.

Regards,

Divakar