Victor Morales | d5d8840 | 2018-02-02 08:41:42 -0800 | [diff] [blame] | 1 | +----------------------+ |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 2 | | | |
| 3 | | webseal simulator | |
| 4 | | | |
Victor Morales | d5d8840 | 2018-02-02 08:41:42 -0800 | [diff] [blame] | 5 | +----------------------+ |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 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 |
Victor Morales | d5d8840 | 2018-02-02 08:41:42 -0800 | [diff] [blame] | 14 | 5. Open browser and navigate to: http://localhost:8285/login |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 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 | |