cancel
Showing results for 
Search instead for 
Did you mean: 

ERP EHP6 ABAP+JAVA on one server

Former Member
0 Kudos

Hello,

Currently we're installing fresh SAP ERP 6.0 EHP6 on Windows x64 with Oracle. Using these for installation:

  • ABAP based on SAP NetWeaver 7.0 including Enhancement Package 3 (installation using sapinst)
  • Java based on SAP NetWeaver 7.3 / 7.3 EHP1 (software provisioning manager 1.0 instead of SAPinst)

We have decided to install both NetWeaver's on the same server as it is our demo system.

  1. Will it work?

I can see from JAVA side installation documentation that we will have to specify Application Server Host of ABAP during JAVA based NetWeaver installation.

   2. Can we fill that field with localhost or do we have to use that servers hostname?

Best Regards,

Nerijus.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

We have decided to install both NetWeaver's on the same server as it is our demo system.

  1. Will it work?

yes.

I can see from JAVA side installation documentation that we will have to specify Application Server Host of ABAP during JAVA based NetWeaver installation.

   2. Can we fill that field with localhost or do we have to use that servers hostname?

both can work.

Former Member
0 Kudos

for localhost , just modify ur hosts file /etc/hosts , for windows \drivers\etc\hosts, add the IP address of your machine followed by FQDN.

Ex.

10.0.0.100     localhost.semmary.com

Answers (0)