Hi, I'm having two tomcat servers: 1. Liferay - tomcat 5 - client for webservice 2. Tomcat 7.0.28 - server of webservice
I am using CXF for webservices configured with Spring. I would like to create Shiro session in liferay and send it with webservice request to tomcat 7. The sessions would be shared via ehcache and terracotta. This way I would not have to send user/pass in http header. Is there a way to do it like with Spring JmsInvokerServiceExporter/ProxyFactoryBean and org.apache.shiro.spring.remoting.SecureRemoteInvocationExecutor which can be set as remoteInvocationExecutor. Maybe there is some other way? I'm pretty new to Shiro and have no idea if this can be done easy way. BR Zajac -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-session-over-web-service-tp7577747.html Sent from the Shiro User mailing list archive at Nabble.com.
