cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration of J2EE engine in NWDS 7.1

Former Member
0 Kudos

Hi All,

I need to develop a webdynpro application in NWDS 7.1 and deploy it onto a J2EE engine which is installed on a remote host.

In NWDS 7.0, in Window> Preferences>SAP J2EE Engine,

I could specify the remote Remote Server Host and Remote server Port.

How do I do the same in NWDS 7.1?

I dont see the "SAP J2EE Engine" option in Window-->Preferences ; in NWDS 7.1.

Please help in configuring the J2EE server in NWDS 7.1 so that i can deploy my webdynpro application.

Thanks and Regards,

Sunil

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

I was trying to deploy the application on a 7.0 AS. I learnt from other threads in the forum that we can deploy applications from NWDS CE 7.1 onto CE 7.1 servers only

Former Member
0 Kudos

Plz see the below thread

Former Member
0 Kudos

Hi Sunil,

I hope you have already configured the server in NWDS (Window->Preferences->SAP AS Java).

You can check the status of server in SAP Management Console View (can open the view from Window->Show View)

Now first build your Web Dynpro project & choose 'Deploy New Archive & Run' from the application's context menu option.

Kind Regards,

Nitin

Former Member
0 Kudos

hi

there is no SAP J2EE engine option , there is SAP AS Java option , provide instance host name

and instance number .

former_member192434
Active Contributor
0 Kudos

*Add SAP AS java in windowpreferenceSAP as Java ..

here add Host Name and Instance number

thanks

former_member205363
Contributor
0 Kudos

Hi,

Please follow the link........

Regards,

Lakshmi Prasad.

former_member185086
Active Contributor
0 Kudos

Hi

Simply define the parameter in your system u will able to deploy.

1. Go to C:\WINDOWS\system32\drivers\etc open the host file

2. Put remote server ip address and name in this format <IP of RServer> < name of the remote server >

169.168.1.101 s20inc08

3.save the file define the server data in window preference sap server that it

Best Regards

Satish Kumar

Former Member
0 Kudos

Hi Satish,

I followed the steps you mentioned.

But I got an "Invalid Syntax error" in the Web browser when I deployed and ran the application.

The url when i run an application from NWDS 7.0 in the same server starts with

http://<server_name>:50200/webdynpro/dispatcher/.

But the url when i run the application from NWDS 7.1 (with the configurations suggested by you) starts with

http://<server_name>:-1/webdynpro/dispatcher/.

I have followed the steps you suggested.

Do I have to specify the Port number somewhere? or is there any other configuration which I need to do?

Please guide me in this.

Thanks and Regards,

Sunil

former_member185086
Active Contributor
0 Kudos

Hi

http://<server_name>:-1/webdynpro/dispatcher/.......

put server name and port number and see the behaviors. why 1 is coming i dont know

calculatioion like 50000 +(ins num +100)

No need to define any port number

Best Regards

Satish Kumar

Former Member
0 Kudos

Hi Satish,

The application is not getting deployed onto the server.

When I change the "-1" in the above URL to "50200", it gives an error message in the browser saying the application has not been deployed.

Where do I specify the deploy path?

regards,

Sunil