cancel
Showing results for 
Search instead for 
Did you mean: 

How can i deploy java program in web application server

Former Member
0 Kudos

Hi,

i have some doubts in netweaver.please accept my request and do needful.

web application server is running in server room.i installed java in my system.How can i access server from server room and how can i deploy my program in to server .

Thanks and Regards,

Venkat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Alternatively you can use the deploytool.bat of your developer workplace found in the path \usr\sap\J2E\JC00\j2ee\deploying. The deploytool allows the assembly of war files and ear files and. You can connect to the required server from the deploytool and deploy your ear file

htammen
Active Contributor
0 Kudos

... or you can use SDM to deploy your EAR, WAR or JAR files. Start SDM from usr/sap/<SID>/JC<inst.no>/SDM/program/RemoteGui.bat resp. RemoteGui.sh

Then connect to your server and deploy your apps.

Alternatively you can use a telnet client to deploy your apps.

Regards

Helmut

Former Member
0 Kudos

....alternatively there is also the API based deployment.

Regards

Pran

Former Member
0 Kudos

Venkat

Unfortunately this happens to be the wrong forum for your question.

Please try it again within the "Web Application Server" section.

-klaus

Former Member
0 Kudos

Hi venkat,

You need to install netweaver developer studio(NDS) and configure in your NDS the path of J2EE engine to the server where WEBAS 640 is installed.Then you can develop J2EE application in your NDS and when you choose to deploy, it will deploy in the WebAS server

regards

Magesh