cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy WAR

Former Member
0 Kudos

I spent 2 hours in order to find out how to deploy war

I had read help.sap.com I din't find...

I have 3 yars of J2EE experience with a lot of app servers and have never been so confused.

Where could I find the answer? I need only deploy war and create DataSource...

Message was edited by: Sergey A

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Sergey,

Which version of J2EE Engine do you use? I am sending you some links where you can find documentation about 6.40 deployment. If you use 6.20 release then have a look at development and deployment documentation located under <j2ee root directory>/docs.

If you have an already built war file then most probably the easiest way to assemble it and deploy it will be to use the deploy tool (http://help.sap.com/saphelp_nw04/helpdata/en/35/e3ee3da7138e5be10000000a114084/frameset.htm) Usually we use the NetWeaver Developer Studio to build and deploy J2EE Applications (http://help.sap.com/saphelp_nw04/helpdata/en/fe/a3996fa314f94f8a0c3475b08636d0/frameset.htm).

For creating a DataSource you can refer to http://help.sap.com/saphelp_nw04/helpdata/en/bb/69da54d8aedc419d46d9ea074e4d41/frameset.htm

I hope this documentation will make things clearer.

Best Regards

Vyara

Former Member
0 Kudos

Thanks...

I used NetWeaver Developer Studio. For deploing I have to create an ear archive.

But how to monitor applications? stop it? read logs?

Is it possible in NetWeaver Developer Studio?

Former Member
0 Kudos

Hello Sergey,

I am not quite sure but I think that there is no way to monitor and administer your applications using the NetWeaver Studio. You can use the visual admin tool or telnet commands to start/stop the applications. And for reading the logs you can use visual admin tool or standalone logviewer.

Kind Regards

Vyara

Answers (0)