Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

configuration the connection between portal and srm server only via JDBC

Former Member
0 Kudos

Dear all:

We want to implement the SRM server and present the supplier web/page in the portal server. Our SRM and portal server install in intranet network.

For internal employee use the SRM server and the Supplier access the portal server via Internet, we install Web Dispather in DMZ to exchange the HTTP request.

Network TOP like this :

SRM server--Portal||FireWall||-Web Dispatcher--Supplier

(--


Internal
|
firewall--|
DMZ
|-Internet )

The question is : Between DMZ zone and our internal network zone ,there is the firewall and it only allows JDBC protocol (SQL statements or result set) to pass. Other protocol and port could not pass this firewall.

So ,it seems that no way to implement this ,right? Or any other way to implement it ?

1 REPLY 1

Former Member
0 Kudos

thanks