cancel
Showing results for 
Search instead for 
Did you mean: 

Port 81$$ not mapped to J2EE

Former Member
0 Kudos

Hi,

I have a strange problem with an ABAP+Java (Add-In installation) of CRM 2007:

Normally (i.e. in normal Netweaver 7.0 installations) when I enter http://

:8100 the start page of the Java-Stack (the same page I get when directly accessing the J2EE via http://

:50000) appears. As far as I know it is ICM that redirects 8100 to 50000.

But within a new CRM installation this does not work which means that when I open http://

:8100 I get a "page does not exist" error (I get the same error when trying to open the Portal via http://

:8100/irj/portal).

The direct link to http://

:50000 is working. When I directly call a bsp application via http://

:8100/sap/bc/etc it is also working. My problem is that I need to access the Portal of this system via SAP Web Dispatcher and for this the link http://:8100/irj/portal has to work.

Does anybody have an idea what can be wrong? ICM is running and ok, the system parameters for the icm/http ports are the same like for other Netweaver 7.0 systems where it is working.

Thanks,

Jürgen Weiß

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

it was a bug in the system that is solved with Netweaver SPS14 - SAPNote 1048692 describes the solution.

Former Member
0 Kudos

Hi,

Please have a look at these links:

http://help.sap.com/saphelp_nw2004s/helpdata/en/42/db8c45e873162ee10000000a1553f7/content.htm

/thread/338702 [original link is broken]

Regards,

R.Suganya

Former Member
0 Kudos

Hi. Chek in RZ10 this parametrs -->

icm/server_port_0 PROT=HTTP,PORT=80$$

ms/server_port_0 PROT=HTTP,PORT=81$$

In Netweaver 7.0 this parametrs are present.

Regards. Award if helpful.

Edited by: Sergo Beradze on Mar 24, 2008 8:57 AM

Former Member
0 Kudos

Hi,

thanks for your reply but these parameters are set (otherwise the direct access to bsp applications like http://:8100/sap/bc/etcetc would not work either) are properly set.

The strange thing is that I can access all WebAS ABAP stuff via this port but whenever Java comes into the game (e.g. when accessing /irj/portal) it says "page does not exist".

Br,

Jürgen.

Former Member