Hi folks,
we have an Double Stack NW 7.0 ABAP/J2EE System running, for using ABAP WebDynpros over Portal 6.0. On the portalserver itself the Portal and the Webdynpros are running and working absoultely fine.
While configuring SAP WebDispatcher to bring the Portal to the outside world, we
experienced some problems.
Details:
We use Webdispatcher to decrypt SSL
- HTTPS: Internet -> WebDisp
- HTTP: WebDisp. -> Portal
(this works!)
The external domain is https://portal.my-customer.de
The internal hostname of the portal is portal.mycustomer.de.
Problem:
When using the ABAP-Message Server in the WebDispatcher profile (like recommended I think), the Webdynpros are available but we cannot reach the portal.
- WORKS: https://portal.my-customer.de/sap/bc/webdynpros/sap/zmy_webdynpro
- DOESNOT: https://portal.my-customer.de/irj/portal
rdisp/mshost = portal.mycustomer.de
ms/http_port = 8100
When using the J2EE-Message-Server in the WebDispatcher profile the portal is
available but the webdynpros does not work appropriately, cause they are not reached.
- DOESNOT: https://portal.my-customer.de/sap/bc/webdynpros/sap/zmy_webdynpro
- WORKS: https://portal.my-customer.de/irj/portal
- DOESNOT: WebDynpros in portal are not available and there occurs a http-timeout in the content area with: http://portal.mycustomer.de:8000/sap/bc/webdynpro/sap/zmy_webdynpro cannot be found
Of course this address cannot be retrieved over webdispatcher, it is the "internal"
one, between webdispatcher and portal, not the external one between client and
webdisp.
rdisp/mshost = portal.mycustomer.de
ms/http_port = 8101
So the questions are:
1) Which message server do I have to use? (ABAP/J2EE)
2) How to achieve to reach both stacks?
or
When it is not possible and I have to choose reaching J2EE-Stack (Portal from outside) how can I use the ABAP WebDynpros appropriately inside the portal?
Hopes somebody can bring some light into the darkness.
Best regards
Volker