Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:UniconLabs/cas-sample-java-webapp
Browse files Browse the repository at this point in the history
* 'master' of github.com:UniconLabs/cas-sample-java-webapp:
  updated
  Reset jetty plugin back to 9.3.6 to avoid tld scanning "URI not hierarchical" issue
  Update README.md with location of the application (#6)

# Conflicts:
#	README.md
#	etc/jetty/jetty.xml
#	src/main/webapp/WEB-INF/web.xml
  • Loading branch information
mmoayyed committed Jul 13, 2021
2 parents ff2f6d1 + 8a9ff27 commit a978454
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 40 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@ the application server in the [`web.xml`](https://github.com/UniconLabs/cas-samp
mvn clean package jetty:run-forked
```

The application will be available on ports 9080 (http) and 9446 (https).
The application will be available on:

```bash
http://localhost:9080/sample
```
and
```bash
https://localhost:9446/sample
```


## Testing High Availability

Expand Down
20 changes: 0 additions & 20 deletions etc/jetty/jetty-https.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,4 @@
<?xml version="1.0"?>
<!--
Licensed to Apereo under one or more contributor license
agreements. See the NOTICE file distributed with this work
for additional information regarding copyright ownership.
Apereo licenses this file to you under the Apache License,
Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a
copy of the License at the following location:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">

<!-- ============================================================= -->
Expand Down
19 changes: 0 additions & 19 deletions etc/jetty/jetty-ssl.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
<?xml version="1.0"?>
<!--
~ Licensed to Apereo under one or more contributor license
~ agreements. See the NOTICE file distributed with this work
~ for additional information regarding copyright ownership.
~ Apereo licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file
~ except in compliance with the License. You may obtain a
~ copy of the License at the following location:
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->

<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">

<!-- ============================================================= -->
Expand Down

0 comments on commit a978454

Please sign in to comment.