Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | ------------------------ |
| 2 | | | |
| 3 | | webseal simulator | |
| 4 | | | |
| 5 | ------------------------ |
| 6 | |
| 7 | Working with webseal simulator: |
| 8 | ------------------------------- |
| 9 | |
| 10 | 1. Build the project using: mvn clean install |
| 11 | 2. Ftp war file: webseal-simulator\target\WSSimulator.war to your localhost vagrant machine: /home/vagrant/webseal-simulator/webapps folder |
| 12 | 3. Ftp configuration file: webseal-simulator\src\main\resources\webseal.conf to your localhost vagrant machine: /home/vagrant/webseal-simulator/config |
| 13 | 4. To run the simulator, enter to your local vagrant and run: startWebsealSimulator.sh |
| 14 | 5. Open browser and navigate to: http://localhost:8285/sdc1.login |
| 15 | |
| 16 | Note: the user in webseal configuration file will appear in the login screen. Pressing on user link will perform authentication and redirect to SDC. |
| 17 | The users should be predefined in SDC |
| 18 | |