# Example CASified Java Web Application
This is sample java web application that exercises the CAS protocol features via the Java CAS Client.
Configure
---------
- Adjust the url endpoints of the CAS server and
the application server in the [`web.xml`](https://github.com/UniconLabs/cas-sample-java-webapp/blob/master/src/main/webapp/WEB-INF/web.xml) file.
## Build
* Create a Java keystore at `/etc/cas/jetty/thekeystore` with the password `changeit`.
* Import your server certificate inside this keystore.
```bash
mvn clean package jetty:run-forked
```
The application will be available on:
```bash
http://localhost:9080/sample
```
and
```bash
https://localhost:9443/sample
```
## Testing High Availability
Assuming you have deployed CAS on two nodes, you can use the sample application to make sure all nodes are properly
sharing the ticket state. To do this, in the `web.xml` file ensure that:
- The `casServerLoginUrl` of the `CAS Authentication Filter` points to CAS node 1 (i.e `https://cas1.sso.edu:8443/cas/login`).
- The `casServerUrlPrefix` of the `CAS Validation Filter` points to CAS node 2 (i.e `https://cas2.sso.edu:8443/cas`)
- For both of the above filters, the `serverName` should always point to the location where *this sample application* is deployed.
Deploy the application and test. You may also want to reverse the order of CAS
nodes 1 and 2 in the above configuration, redeploy and test again.
> Alternatively, one could test distributed CAS nodes without any client application
set up using [this](https://github.com/UniconLabs/duct) small command line utility
没有合适的资源?快使用搜索试试~ 我知道了~
受 Java CAS 客户端保护的示例 Java Web 应用程序.zip
共14个文件
xml:7个
txt:2个
jsp:2个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 43 浏览量
2024-11-25
13:38:06
上传
评论
收藏 11KB ZIP 举报
温馨提示
受 Java CAS 客户端保护的示例 Java Web 应用程序CASified Java Web 应用程序示例这是通过 Java CAS 客户端执行 CAS 协议功能的示例 Java Web 应用程序。配置在文件中调整CAS服务器和应用服务器的url端点web.xml。建造/etc/cas/jetty/thekeystore使用密码创建一个 Java 密钥库changeit。将您的服务器证书导入此密钥库中。mvn clean package jetty:run-forked该应用程序可在以下平台获取http://localhost:9080/sample和https://localhost:9443/sample测试高可用性假设您已在两个节点上部署了 CAS,则可以使用示例应用程序确保所有节点都正确共享票证状态。为此,请在web.xml文件中确保的casServerLoginUrl指向CAS Authentication FilterCAS 节点 1(即https://cas1.sso.edu:8443/cas/login)。指向CA
资源推荐
资源详情
资源评论
收起资源包目录
受 Java CAS 客户端保护的示例 Java Web 应用程序.zip (14个子文件)
pom.xml 3KB
标签.txt 4B
src
main
resources
log4j.xml 593B
webapp
WEB-INF
web.xml 4KB
index.jsp 3KB
logout.jsp 727B
etc
jetty
web.xml 1KB
jetty-ssl.xml 5KB
jetty-https.xml 1KB
jetty.xml 9KB
cas-sample-java-webapp.iml 1KB
资源内容.txt 870B
.gitignore 83B
README.md 2KB
共 14 条
- 1
资源评论
徐浪老师
- 粉丝: 8317
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功