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

RE: Apache Tomcat

2004-09-30 Thread Mazen, Tamer S
: Apache Tomcat Hello All, I have got a form which has got some 200 rows which needs to be submitted to server for updation. I am using Tomcat 5..0.16 as the webserver. This passing of data from browser to server seems to be very slow. Is there any way by which i can increase the speed. I know

Apache Tomcat

2004-09-30 Thread Shailender Jain
Hello All, I have got a form which has got some 200 rows which needs to be submitted to server for updation. I am using Tomcat 5..0.16 as the webserver. This passing of data from browser to server seems to be very slow. Is there any way by which i can increase the speed. I know this is dependen

Re: [OT] Apache/Tomcat restriction by IP address

2004-09-20 Thread Erik Weber
lt;[EMAIL PROTECTED]> Sent: Friday, September 17, 2004 10:35 PM Subject: [OT] Apache/Tomcat restriction by IP address I have a site running on a third-party box that uses Apache in front of Tomcat. I need to restrict the entire site to a series of IP addresses. Using the Deny, Order and Allow c

Re: [OT] Apache/Tomcat restriction by IP address

2004-09-17 Thread Erik Weber
quot; <[EMAIL PROTECTED]> Sent: Friday, September 17, 2004 10:35 PM Subject: [OT] Apache/Tomcat restriction by IP address I have a site running on a third-party box that uses Apache in front of Tomcat. I need to restrict the entire site to a series of IP addresses. Using the Deny, Or

Re: [OT] Apache/Tomcat restriction by IP address

2004-09-17 Thread Niall Pemberton
CTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, September 17, 2004 10:35 PM Subject: [OT] Apache/Tomcat restriction by IP address > I have a site running on a third-party box that uses Apache in front of > Tomcat. I need to restrict the entire site

[OT] Apache/Tomcat restriction by IP address

2004-09-17 Thread Erik Weber
I have a site running on a third-party box that uses Apache in front of Tomcat. I need to restrict the entire site to a series of IP addresses. Using the Deny, Order and Allow commands in a .htaccess file works for whatever is in Apache's public document root. However, it doesn't prevent reques