diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/webseal-simulator/README.txt | 6 | ||||
-rw-r--r-- | utils/webseal-simulator/pom.xml | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | utils/webseal-simulator/sdc-simulator/startup.sh | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/utils/webseal-simulator/README.txt b/utils/webseal-simulator/README.txt index 46fd622bc8..937d22c6b3 100644 --- a/utils/webseal-simulator/README.txt +++ b/utils/webseal-simulator/README.txt @@ -1,8 +1,8 @@ ------------------------- ++----------------------+ | | | webseal simulator | | | ------------------------- ++----------------------+ Working with webseal simulator: ------------------------------- @@ -11,7 +11,7 @@ Working with webseal simulator: 2. Ftp war file: webseal-simulator\target\WSSimulator.war to your localhost vagrant machine: /home/vagrant/webseal-simulator/webapps folder 3. Ftp configuration file: webseal-simulator\src\main\resources\webseal.conf to your localhost vagrant machine: /home/vagrant/webseal-simulator/config 4. To run the simulator, enter to your local vagrant and run: startWebsealSimulator.sh -5. Open browser and navigate to: http://localhost:8285/sdc1.login +5. Open browser and navigate to: http://localhost:8285/login Note: the user in webseal configuration file will appear in the login screen. Pressing on user link will perform authentication and redirect to SDC. The users should be predefined in SDC diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 2fa9fca2ee..f4585612b3 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -232,7 +232,7 @@ <alias>sdc-simulator</alias> <build> <cleanup>try</cleanup> - <dockerFileDir>${basedir}/sdc-simulator</dockerFileDir> + <dockerFileDir>${basedir}${file.separator}sdc-simulator</dockerFileDir> <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> diff --git a/utils/webseal-simulator/sdc-simulator/startup.sh b/utils/webseal-simulator/sdc-simulator/startup.sh index 89582082eb..89582082eb 100644..100755 --- a/utils/webseal-simulator/sdc-simulator/startup.sh +++ b/utils/webseal-simulator/sdc-simulator/startup.sh |