Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Adobe LiveCycle ES2 - several questions.

Avatar

Level 8

After the wonderful trip to Adobe Max, and the LiveCycle ES2 Training, I need to get some information to help me get started:

- Where I can find the references for the different URLs to access the server like for Admin UI it is "http://server:8080/adminui", so what are the various URLs for Form Guides, Work Space ... etc.

- Any one enabled Integrated Windows Authentication or Single Sing-On with Active Directory ? How ?

- What is the web screen which I can examin all the Service used in LiveCycle ES2 and examin, input/output, the start point and end-point URL so that I can test them directly from the web using say REST method ?

Thank you.

1 Reply

Avatar

Level 10

OK. Lots of info.

First you can find a bunch of documentation on the DevNet website at http://www.adobe.com/devnet/livecycle/documentation.html.

Now let me try to answer your specific bullet:

- Where I can find the references for the different URLs to access the server like for Admin UI it is "http://server:8080/adminui", so what are the various URLs for Form Guides, Work Space ... etc.

On top of my head these are the urls that I know:

http://server:8080/adminui

http://server:8080/workspace

http://localhost:8080/edc/Login.do

http://server:8080/ReaderExtensions

http://server:8080/contentspace

If you use Business Activity Monitoring:

http://server:8080/bam/dashboard

http://server:8080/bam/workbench

Of course there are other interfaces depending on which module you install. For example the solution accelerators, Mosaic, Collaboration Service, etc.

- Any one enabled Integrated Windows Authentication or Single Sing-On with Active Directory ? How ?

Yes. I've integrated with AD using SPNEGO. This gives you SSO against an Active Directory server for the web applications. Also Rights Management can integrate directly with AD using kerberos.

- What is the web screen which I can examine all the Service used in LiveCycle ES2 and examine, input/output, the start point and end-point URL so that I can test them directly from the web using say REST method ?

Your best bet is to go in adminui under Application and Services/Service Management. This will give you a list of all the services. If you click on one, then select the Endpoints tab, you'll see the different endpoints available and the corresponding url.

Hope this helps.

Jasmin