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
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.
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
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
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
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
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
7 matches
Mail list logo