Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 16be99d

Browse files
authored
docs: update development.md
1 parent d532062 commit 16be99d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,9 @@ This will create a `.war` file which we will use to deploy.
409409
- Get template xml files from setup repo
410410
411411
```
412-
mv <setup-code-dir>/templates/jetty/jans-auth.xml $JETTY_BASE/webapps/
412+
cp <setup-code-dir>/templates/jetty/jans-auth.xml $JETTY_BASE/webapps/
413413

414-
mv <setup-code-dir>/templates/jetty/jans-auth_web_resources.xml $JETTY_BASE/webapps/
414+
cp <setup-code-dir>/templates/jetty/jans-auth_web_resources.xml $JETTY_BASE/webapps/
415415
```
416416
417417
- Now we can run Janssen auth server:

0 commit comments

Comments
 (0)