automate login to other opensource apps

2003-11-14 Thread Jack Bakker
I have several Struts apps with a form-based single signon using a JNDIRealm with md5 passwords in openldap. I'm looking to pass username/password used in Java login to other apps like horde, dotproject, among others for user convenience. Sync of user account info between db stores used by other pr

RE: jsp output to file

2003-11-06 Thread Jack Bakker
; > } > catch(Exception e) > { > if(m_log.isErrorEnabled()) > m_log.error("ToolBox ERROR: > executeHTTPRequest(path)path=" + path + e); > } > return htmlContent; > } > &

jsp output to file

2003-11-05 Thread Jack Bakker
I have a multi page wizard which ultimately produces 10 output pages which show data entered into the form(s). The user then reviews the output pages, can modify input data, and then can click a final submit button when satisfied with their entries. So far so good. At this final submission, I want

RE: Using reporting "tools" in Struts?

2003-05-30 Thread Jack Bakker
Bjørn, JasperReports Many code samples (including embedding charts) available in the download. The Ultimate Guide is useful ($35 USD and worth it) http://jasperreports.sourceforge.net/more.docs.html Then there is iReport which is a useful GUI tool for report design (for Wi

RE: Struts Module Arch Q

2003-03-27 Thread Jack Bakker
You don't need EJB to use container managed security. Look at: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html Jack Bakker > -Original Message- > From: Navjot Singh [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2003 9:04 AM > To: Struts U

JDBCRealms, no cookies trouble

2001-12-12 Thread Jack Bakker
I'm using JDBCRealms, TomCat 4.01, Struts 1.0 with form authentication With cookies enabled in browser, no trouble; with cookies off in Netscape 4.7 I get: Invalid direct reference to form login page I'm using the following code for the form. username: