Jetty在Web-xml中添加

 

 

xmlns="http://java.sun.com/xml/ns/javaee" 

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 

xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 

http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">

 

 

    org.mortbay.jetty.servlet.SessionDomain

    127.0.0.1

  

 

  

    org.mortbay.jetty.servlet.SessionPath

    /

  

 

  

    org.mortbay.jetty.servlet.MaxAge

    -1

  

 

  

    30

  

 

你可能感兴趣的:(Jetty6)