From d5d8840c02835d3f73c74007e6d3724dd65ab39c Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Fri, 2 Feb 2018 08:41:42 -0800 Subject: Fix Docker file path This change modifies the docker file path that is used for the pom.xml file and updates the instructions for building the docker docker image. Change-Id: I9aaf3792134292f5556d429155d144f8ef8d8018 Signed-off-by: Victor Morales Issue-ID: SDC-993 --- utils/webseal-simulator/README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/webseal-simulator/README.txt') 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 -- cgit 1.2.3-korg