diff -r 03e8815a012d -r 18b9be54174d server/java/renkan-web/src/main/webapp/WEB-INF/web.xml --- a/server/java/renkan-web/src/main/webapp/WEB-INF/web.xml Fri May 22 17:50:10 2015 +0200 +++ b/server/java/renkan-web/src/main/webapp/WEB-INF/web.xml Tue Jun 02 16:42:02 2015 +0200 @@ -1,23 +1,24 @@ - - - org.springframework.web.context.ContextLoaderListener + + org.springframework.web.context.ContextLoaderListener - - org.springframework.web.context.request.RequestContextListener + + org.springframework.web.context.request.RequestContextListener - - contextConfigLocation - /WEB-INF/applicationContext.xml + + contextConfigLocation + /WEB-INF/applicationContext.xml cometd org.cometd.server.CometdServlet + false logLevel 1 @@ -29,7 +30,7 @@ jsonDebug false - + maxSessionsPerBrowser -1 @@ -51,6 +52,7 @@ admin org.coweb.servlet.AdminServlet + false ConfigURI /WEB-INF/cowebConfig.json @@ -64,6 +66,7 @@ restServlet org.glassfish.jersey.servlet.ServletContainer + false javax.ws.rs.Application org.iri_research.renkan.rest.RestApplication @@ -77,6 +80,7 @@ spring org.springframework.web.servlet.DispatcherServlet + false 1