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: 

Publishing a BSP into an EP accesible via Internet

Former Member
0 Kudos

Hi,

My scenario is the following:

Internet --> Firewall --> Web Dispatcher --> Firewall --> Enterprise Portal

Now I want to add a BSP from our ECC into the Enterprise Portal. My problem is the URL generated by the Portal to access the BSP is the internal one, so I can't see the content in Internet.

My first guess is adding two more Web Dispatchers (3 in total), setting the first of them as the one which gets the Internet Connections and divides the navigation to the EP or the ECC. I really don't like this approach, because it makes me to publish the ECC directly in Internet.

Is there any way to make the Portal generate a 'good' URL? How can I set a secure enviroment in this case?

Thank you in advance,

Michael

1 ACCEPTED SOLUTION

Former Member
0 Kudos

> Hi,

>

> How can I set a secure enviroment in this case?

>

> Thank you in advance,

>

> Michael

BSP_APPL is auth object that can controls BSP applications.

2 REPLIES 2

Former Member
0 Kudos

> Hi,

>

> How can I set a secure enviroment in this case?

>

> Thank you in advance,

>

> Michael

BSP_APPL is auth object that can controls BSP applications.

0 Kudos

Thank you,

I'm looking more for a system-related solution than for an authorization one, but I suppose I'll be able to block the misuse of the bsps with that object.