This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
developers:examples:java:client-api-basic:install [2019/08/01 10:14] tjotov removed |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== SDK Client API - Simple Hello World Application ===== | ||
| - | |||
| - | The Java SDK package also includes a simple “Hello World” application, | ||
| - | |||
| - | ==== Installation ==== | ||
| - | |||
| - | Steps to install the application as a part of Tomcat: | ||
| - | |||
| - | - Rename the supplied simple web application “Hello World” from api-webapp-[version].war to api-webapp.war. | ||
| - | - Load the api-webapp.war web archive to Tomcat (to the $TOMCAT_HOME/ | ||
| - | - Run Tomcat so that the installed sample web application unpacks to the subdirectory api-webapp in $TOMCAT_HOME/ | ||
| - | - Stop Tomcat. | ||
| - | - Set the " | ||
| - | - Run Tomcat. | ||
| - | |||
| - | After the installation, | ||
| - | |||
| - | [[http:// | ||
| - | |||
| - | Example of address: | ||
| - | |||
| - | [[http:// | ||
| - | |||
| - | 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: | ||
| - | |||
| - | * /index.jsp, access also via / – freely accessible page, which automatically initiates the authentication process after being called | ||
| - | * /result.jsp – the page to which the AIM Proxy reroutes the result of authentication; | ||
| - | |||
| - | The minimum sequence of the functional code can be found in the code of these pages. The code is essential for integration of ADUCID< | ||
| - | |||