我的 jetty-servlet-context.xml 中有那行代码
<bean id="jerseyServletCtx" class="org.eclipse.jetty.servlet.ServletContextHandler">
<property name="displayName" value="Jersey Servlet Context"/>
<property name="contextPath" value="/rest"/>
<property name="sessionHandler">
<bean class="org.eclipse.jetty.server.session.SessionHandler"/>
</property>
...
如何在我的 xml 文件中添加设置 maxInactiveInterval 的功能?也许我错过了一些东西,它可能在其他任何地方而不是那个 jerseyServletCtx,但它应该在 jetty-servlet-context.xml。欢迎任何想法。
PS:我没有 web.xml