cancel
Showing results for 
Search instead for 
Did you mean: 

how can we open the connection to AS JAVA..

Former Member
0 Kudos

Hi i need to know what are the configurations to be done to connect to Portal (JAVA) ..if some one can provide me a document where its explain how to open a conenction to a JAVA would be highly appreciated..

Regards

Buddhike

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Buddhike,

Not very sure what you mean by opening connection to AS JAVA !

If you already have AS JAVA installed then you could connect to it using the http port and host combination.

Please refer to the <j2ee instance>\work directory. Open dev_dispatcher file and it shows the ports that j2ee engine is listening at.

e.g.

[Thr 85432] JLaunchISetHttpPort: set http port 50000

[Thr 85432] JLaunchISetHttpsPort: set https port 50001

..

...

So this means the http port is 50000. Unless you change it, the http port is 5<instance no>00. You could find the default ports values by referring to this link :

http://help.sap.com/saphelp_nw70/helpdata/en/a2/f9d7fed2adc340ab462ae159d19509/frameset.htm

So, you could use URL : http://<hostname>:5<instance no.>00/ to open the homepage of j2ee engine.

Hope this helps,

Regards,

Snehal