Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在Apache ISIS使用Shiro Auth.
Apache ISIS
Shiro Auth
我想更改欢迎页面。
我知道欢迎文件是在 web.xml 上定义的,但我必须在登录页面启动应用程序(这个:myhost/signin)。有人可以告诉我该怎么做吗?谢谢
最简单的方法是将 index.html(在 src/main/webapp 中)替换为:
<html> <head> <META HTTP-EQUIV="Refresh" CONTENT="0; URL=wicket/"/> </head> </html>
或者,您可以将 Wicket servlet 映射到“/”(而不是“wicket/”)。