SEC-1125: Further refactoring of web packages following creation of web module. Fixing samples.
This commit is contained in:
@@ -26,20 +26,30 @@ stop_jetty() {
|
||||
cleanup
|
||||
|
||||
cd tutorial
|
||||
echo "Running tutorial app..."
|
||||
start_jetty
|
||||
curl http://localhost:8080/tutorial/
|
||||
stop_jetty
|
||||
|
||||
echo "Running contacts app..."
|
||||
cd ../contacts
|
||||
start_jetty
|
||||
curl http://localhost:8080/contacts/
|
||||
stop_jetty
|
||||
|
||||
echo "Running ldap app..."
|
||||
cd ../ldap
|
||||
start_jetty
|
||||
curl http://localhost:8080/ldap/
|
||||
stop_jetty
|
||||
|
||||
echo "Running preauth app..."
|
||||
cd ../preauth
|
||||
start_jetty
|
||||
curl http://localhost:8080/preauth/
|
||||
stop_jetty
|
||||
|
||||
|
||||
cd ../cas
|
||||
|
||||
if [[ -e ./server/cas-server-webapp-3.2.1.war ]]
|
||||
|
||||
Reference in New Issue
Block a user