This is an old revision of the document!
The Java SDK package also includes an advanced “Hello World” application, an example of all basic operation and showcase of some advanced operation. It is a standard Java web application that can be placed in any web container supporting servlet 3.0. The Tomcat web container will be used here. The application is provided including source files, nevertheless all logic is in jsp in the form of scriptlets.
If full application functionality is expected, the following needs to be arranged:
Steps to install the application as a part of Tomcat:
After the installation, the application will be available on:
http://[your_container_ip]:[your_container_port]/api-advanced-webapp
Example of address:
http://10.20.29.189:8080/api-advanced-webapp
If you install the sample application in Linux/Unix OS, stop the iptables service or modify its configuration.
Then the following pages will be available:
<font 11.0pt/11;;inherit;;inherit>The minimum sequence of the functional code can be found in the code of these pages. The code is essential for integration of ADUCID® authentication into third-party systems.</font>