Expand my Community achievements bar.

Changing context-root for all Endpoints

Avatar

Level 2

Hi,

we are about to integrate LC 8.2 into our customers environment. We are enforced that all enpoints are not reached like http://server:8080/soap/services/myService . The LiveCycle default configuration is that the context-root is "/".

We need to change the context root to "/lc/". Therefore our endpoint URL would look like http://server.8080/lc/soap/services/myService

How can we change the context root? Thank you.

Regards,

Daniel

2 Replies

Avatar

Former Community Member

I don't think it is possible to re-configure endpoint URLs in LiveCycle ES 8.2. You will have to configure your HTTP server to re-direct requests.

NOTE. LiveCycle ES2 enables changes to endpoint URLs.

Steve

Avatar

Level 2

Thanks for this Steve. As you said I think we have to configure JBoss/Tomcat to redirect the request.

Daniel