RE: forwarding through j_security_check

2002-07-18 Thread James Krygowski
. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 12:45 PM To: Tomcat Users List Subject: RE: forwarding through j_security_check On Tue, 16 Jul 2002, James Krygowski wrote: Date: Tue, 16 Jul 2002 07:09:55 -0400 From: James Krygowski [EMAIL PROTECTED] Reply

RE: forwarding through j_security_check

2002-07-18 Thread Mete Kural
Jim, You may also want to check out Tapestry: http://www.saush.com/tapestry/ Good luck, Mete __ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: forwarding through j_security_check

2002-07-16 Thread James Krygowski
Hi Craig- If so, is it possible to set up a servlet that could manipulate the Referrer in the header, and redirect a request along to an application in another Tomcat server, making it look like a post to j_security_check, complete with referrer, j_username and j_password? Any suggestions

RE: forwarding through j_security_check

2002-07-16 Thread Craig R. McClanahan
On Tue, 16 Jul 2002, James Krygowski wrote: Date: Tue, 16 Jul 2002 07:09:55 -0400 From: James Krygowski [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: forwarding through j_security_check Hi Craig- If so

forwarding through j_security_check

2002-07-15 Thread James Krygowski
Hi All- I'm working on a web-app launcher. The essential idea is to provide users with a centralized, secure web portal from which they can launch other web applications. The other applications will reside in Tomcat servers different from the portal Tomcat server. Each application will be

Re: forwarding through j_security_check

2002-07-15 Thread Craig R. McClanahan
On Mon, 15 Jul 2002, James Krygowski wrote: Date: Mon, 15 Jul 2002 08:55:59 -0400 From: James Krygowski [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: forwarding through j_security_check Hi All- I'm working on a web-app launcher