cancel
Showing results for 
Search instead for 
Did you mean: 

Can any one solve this???????

Former Member
0 Kudos

Helllo Forum,

I know how to deploy a War file using NWDS. But Can Any one tell me if I can locate the WAR file in some folder. Like we locate our WAR file in WebApps folder of Tomcat Server. & Deployment is done automatically at Start.

Basically I want the same i.e. Deploying war file without Using NetWeaver Developer Studio.

thanks

Somil

Accepted Solutions (0)

Answers (1)

Answers (1)

sid-desh
Advisor
Advisor
0 Kudos

Hi Somil,

Some maybe not so helpful thoughts from me.

There are some batch files provided with the CE installation under the folder

<b>C:\usr\sap\CE1\J01\j2ee\deployment\scripts</b>. One of the batch file "deploy.bat" can be used used for this purpose. There is a readme file also describing all the options.

What i would suggest is that create a batch script of your own. Let the custom script pool a folder and use the deploy.bat to deploy the archives.

Regards

Sidharth Deshpande

Former Member
0 Kudos

Hello Somil,

you run following commands from command console:

telnet <server-host> <httpPort + 8>

provide credentials

deploy <path to war file>

Regards

Gagan Jain