Re: using JAAS with Struts

2003-09-27 Thread Aymeric Alibert
You might want to check the Virtual Shopping Mall sample application from Oracle. It uses JAAS. http://otn.oracle.com/sample_code/tech/java/j2ee/vsm13/index.html Aymeric. >>> [EMAIL PROTECTED] 09/27/03 07:59AM >>> how to use the jaas framework with struts for Oracle9iAS. If anybody knows about

Struts and session timeout

2003-01-08 Thread Aymeric Alibert
Let's say I have the session timeout set to 2 minutes. I have a struts action called before displaying a jsp. If the processing of the struts action takes more than 2 minutes, can the session timeout before the jsp is displayed? Thanks, Aymeric.

Re: Struts application & infrastructure choices

2002-12-14 Thread Aymeric Alibert
Thanks for your inputs. I was looking for an alternative solution to the deployment of a full J2EE application server. I particularly like the Apache/Tomcat approach since it is fairly simple to implement. The IBM documentation is very interesting too. That gives us a lot of options. You guys are

Struts application & infrastructure choices

2002-12-14 Thread Aymeric Alibert
Hello, We are successfully running a large struts application. We designed it using a 'classic' architecture: - A Tomcat server running the application in our DMZ. - Use of Struts for our front-end and implementation of the DAO pattern to isolate our Data Access layer. Even if everything runs on

RE: ActionForward bug and Struts 1.1-b2

2002-08-20 Thread Aymeric Alibert
e( true); Mark -Original Message- From: Aymeric Alibert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 5:40 PM Mark, In my case, I woud like to use the complete path to build the ActionForward. When a user access a part of the site that requires login, I first save the

RE: ActionForward bug and Struts 1.1-b2

2002-08-20 Thread Aymeric Alibert
ctionForward("home.do"); return redirect; ? Mark -Original Message- From: Aymeric Alibert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 5:22 PM In my action class, when I create an ActionForward object using an absolute path, Struts does not forward to the pr

ActionForward bug and Struts 1.1-b2

2002-08-20 Thread Aymeric Alibert
Hi All, In my action class, when I create an ActionForward object using an absolute path, Struts does not forward to the proper page. The following code is working in Struts 1.1-b1: public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse