[JBoss-user] [HTTPD, Servlets & JSP] - Re: storing JSPs in database

2005-03-23 Thread atomray
Hi juggernaut, thanks for the response, We already store all the survey data in the database, as you describe, however we don't wish to use the same JSP for all surveys. We would like addional flexibility to deal with unforeseen requirements and storing the JSPs in a location that is easy to mo

[JBoss-user] [HTTPD, Servlets & JSP] - storing JSPs in database

2005-03-21 Thread atomray
Hi, I'm making some modifications to a webapp that I've written for online surveys. I'd like it so that when I create a new survey in the database I can create a series of JSP files and store them in the DB - this way I can avoid redeploying the EAR that the webapp is stored in. After studying

[JBoss-user] [HTTPD, Servlets & JSP] - notification of authentication success/failure

2004-10-29 Thread atomray
Hi, In my web application I would like to store the last time the user has logged into the application. I'm using the standard Servlet 2.4 mechanisms (web.xml declarative security with Form based authentication) and JBoss's DatabaseServerLoginModule (JBoss 3.2.5). I've been through the specs,