Skip to content

Commit

Permalink
test: Copy websocket-hello war file into tomcat folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Aug 30, 2023
1 parent 588515e commit 4d6604f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git clone https://github.com/jfclere/httpd_websocket
cd httpd_websocket
git pull --rebase
mvn install || exit 1
cp target/websocket-hello-0.0.1.war $TEST_DIR
cp target/websocket-hello-0.0.1.war $TEST_DIR/tomcat/
cd ..

# get mod_cluster (Java/Tomcat part)
Expand Down

0 comments on commit 4d6604f

Please sign in to comment.