Answer on the FIRST question:
I want to have Struts and php applications on separate hosts (if possible). 
If not, I will consider possibility for putting them on same host...


SECOND:
Tomcat application is using j_security_check, not Basic authentication. 
User-id and password are kept in session. They can be reached anytime.


The scenario that you wrote is exactly what I want.
How can I implement it?


I'll also look after HttpFox.


Regards(!!!)



awarnier wrote:
> 
> Mmmm wait.. I think I am starting to understand what you want.
> 
> A question first : are the Tomcat server (+Struts) and the php 
> application on the same host ?
> 
> A second question : does your Tomcat host know the login user-id and 
> password of the users ? In other words, can the host where Tomcat runs 
> /verify/ the user login ?
> 
> Is what you want the following ?
> You want that the users connect to the Tomcat host first, login, and 
> then that this login would be valid for both the Tomcat application and 
> also the php application ?
> So that, in your Struts application, you could just give them a link to 
> the php application, and when they click on that link they go the php 
> application, but do not have to login again ?
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Basic-authentication-without-a-secure-connection-tp23347310p23370984.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to