cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Administration thru browser

Former Member
0 Kudos

Hi All

can anyone pls let me know how java stack works?.

how to access it in browser like ipaddress and port if any? .

Thanks in Advance

Arun

Accepted Solutions (0)

Answers (4)

Answers (4)

manu_susankar
Active Contributor
0 Kudos

Hi Arun Kumar,

Please check [NWA|http://help.sap.com/SAPHELP_NWPI71/helpdata/EN/45/4ee1f4ea5917eae10000000a155369/content.htm]

Regards,

S.Manu.

Former Member
0 Kudos
debasissahoo
Active Contributor
0 Kudos

Hi Arun,

Can anyone pls let me know how java stack works?.

Java application on SAP runs on Netweaver AS Java which is also called the J2EE Engine. if you've both ABAP + JAVA system, then Java will have a different schema.. default is SAP<SID>DB.

you can refer the help links already provided.

How to access it in browser like ipaddress and port if any? .

for J2EE below are the ports.

http 5000+(100*<nr>)

https 5000(100*<nr>)1

SDM 5<nr>18

Telnet 5<nr>08

nr = intance no# in your system

Regards,

Debasis.

Former Member
0 Kudos

hi

you can find full java administartion documentation at

http://help.sap.com/saphelp_nwce10/helpdata/en/c8/cdfacc37efa84d914699ad31eb69b8/frameset.htm

Also you can access JAVA through the link

http://<full host name>:<50000+100*Instance no>

50000+100*Instance no is the port no

Rohit