Repository: juddi Updated Branches: refs/heads/master 1dcd5285f -> ebf5d0c47
JUDDI-945 fixed Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/ebf5d0c4 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/ebf5d0c4 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/ebf5d0c4 Branch: refs/heads/master Commit: ebf5d0c470acc4cae47572b6c3fc16bc29eaecef Parents: 1dcd528 Author: Alex <[email protected]> Authored: Wed Nov 18 07:28:52 2015 -0500 Committer: Alex <[email protected]> Committed: Wed Nov 18 07:28:52 2015 -0500 ---------------------------------------------------------------------- juddiv3-war/JAX-WS/Axis2/WEB-INF/web.xml | 1 + juddiv3-war/JAX-WS/CXF/WEB-INF/web.xml | 2 ++ juddiv3-war/JAX-WS/JBossWS-CXF/WEB-INF/web.xml | 11 ++++++++--- 3 files changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/ebf5d0c4/juddiv3-war/JAX-WS/Axis2/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war/JAX-WS/Axis2/WEB-INF/web.xml b/juddiv3-war/JAX-WS/Axis2/WEB-INF/web.xml index 4e520b5..44dd63e 100644 --- a/juddiv3-war/JAX-WS/Axis2/WEB-INF/web.xml +++ b/juddiv3-war/JAX-WS/Axis2/WEB-INF/web.xml @@ -29,6 +29,7 @@ <param-value>/WEB-INF/classes/log4j.properties</param-value> </context-param> + <listener> <!-- this class setups the encryption key for the session--> <listener-class>org.apache.juddi.adminconsole.StartupServlet</listener-class> http://git-wip-us.apache.org/repos/asf/juddi/blob/ebf5d0c4/juddiv3-war/JAX-WS/CXF/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war/JAX-WS/CXF/WEB-INF/web.xml b/juddiv3-war/JAX-WS/CXF/WEB-INF/web.xml index bcaf621..57647ad 100644 --- a/juddiv3-war/JAX-WS/CXF/WEB-INF/web.xml +++ b/juddiv3-war/JAX-WS/CXF/WEB-INF/web.xml @@ -37,6 +37,8 @@ <listener-class> org.springframework.web.context.ContextLoaderListener </listener-class> + </listener> + <listener> <!-- this class setups the encryption key for the session--> <listener-class>org.apache.juddi.adminconsole.StartupServlet</listener-class> http://git-wip-us.apache.org/repos/asf/juddi/blob/ebf5d0c4/juddiv3-war/JAX-WS/JBossWS-CXF/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war/JAX-WS/JBossWS-CXF/WEB-INF/web.xml b/juddiv3-war/JAX-WS/JBossWS-CXF/WEB-INF/web.xml index 0d80ca2..0a45b69 100644 --- a/juddiv3-war/JAX-WS/JBossWS-CXF/WEB-INF/web.xml +++ b/juddiv3-war/JAX-WS/JBossWS-CXF/WEB-INF/web.xml @@ -25,10 +25,15 @@ <param-value>/WEB-INF/classes/log4j.properties</param-value> </context-param> <listener> - <!-- this class setups the encryption key for the session--> - <listener-class>org.apache.juddi.adminconsole.StartupServlet</listener-class> + <listener-class> + org.springframework.web.context.ContextLoaderListener + </listener-class> + </listener> + <listener> + <!-- this class setups the encryption key for the session--> + <listener-class>org.apache.juddi.adminconsole.StartupServlet</listener-class> - </listener> + </listener> <servlet> <servlet-name>RegistryServlet</servlet-name> <display-name>Registry Servlet</display-name> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
