Re: Authentication from Apache -> tomcat

2008-10-24 Thread Paweł Wielgus
Hi Kavita, cookies are only valid inside one domain and scheme. So instant solution is to provide some kind of token passed along with this to tomcat. Then in tomcat ask RoR by webservice or something else if this token is valid and automaticly create session for incoming user. Or use same domain

Authentication from Apache -> tomcat

2008-10-24 Thread Kavita Mehta
Hi, I have a struts application on Tomcat which is linked by a Ruby on Rails application on Apache through tag . My problem is that -- when the user logs in to Rails application (on Apache server), he gets authenticated and a cookie is stored . -- The user clicks on the link to struts applicat