RE: sending a JSP page by email

2004-12-16 Thread Graff, David
Sorry about the double ... this got lost in the lower message response: http://bijou.dyndns.org/weblog/computer/software/SendingMailFromJavaServlets .html or http://tinyurl.com/5lukz Enjoy. -Original Message- From: Graff, David [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16

RE: sending a JSP page by email

2004-12-16 Thread Graff, David
Hey kids, I had run into this a while back. I've got a link here to what I did. It's rough and ready so don't expect too much out of it, but it should be enough to get you runnning. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004

RE: Problem displaying PDF in IE6 from Tomcat using the ActiveX R eader Plug-in

2004-11-16 Thread Graff, David
I've developed a couple of applications that spit back PDF files from within Struts. One thing I did have to do was make sure the generated PDF's response content type was application/pdf I don't think I've had to do anything with filename extensions. -Original Message- From: Phillip

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-25 Thread Graff, David
in your jdbc url, lose the prd_owner ... parameter nameurl/name valuejdbc:oracle:thin:@127.0.0.1:1521:dev/value /parameter -Original Message- From: spammemothers [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 12:51 PM To: 'Tomcat

RE: JDBCRealm authentication on every page

2004-10-19 Thread Graff, David
, Graff, David wrote: : I think, but this may need elaboration, that Deigo want's to put a login : box on all pages when the user has not authenticated and not show it after : login. Ah, gotcha. Instead of showing a login box, what about a login *link* that points to a landing page inside

RE: JDBCRealm authentication on every page

2004-10-18 Thread Graff, David
QM, I think, but this may need elaboration, that Deigo want's to put a login box on all pages when the user has not authenticated and not show it after login. -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Monday, October 18, 2004 12:10 PM To: Tomcat Users List Subject: Re:

RE: JNDI Problem

2004-08-17 Thread Graff, David
Temporarily remove the res-ref entry from your web.xml file, and through the admin console add a resource link to the global resource in the context of your web app. Or add manually a resource link entry in your server.xml to the context entry. This is an annoying little quirk. -Original

RE: Login question

2004-08-16 Thread Graff, David
I remembered seeing something about adding an additional callback to the JAAS authentication mechanism but I'm at a loss to tell you where it was that I saw this. Hope someone else reading the list might know what I'm referring to. -Original Message- From: Scott Smith [mailto:[EMAIL

RE: TLD and c:if Problem on Tomcat

2004-08-12 Thread Graff, David
use ${not empty param.con} -Original Message- From: Younes El Moumen [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 8:46 AM To: [EMAIL PROTECTED] Subject: TLD and c:if Problem on Tomcat Hi all, when I try to validate this code: c:if

Wierd Realm authentication problem - Tomcat 4.1.30 / Jakarta Stru ts 1.1 / Internet Explorer 5.5+ / Forms Authentication

2004-08-10 Thread Graff, David
I am having a bit of an intermittent problem with Realm Authentication. I've got a jdbc realm (backed by hsql) configured for form based authentication under Tomcat 4.1.30. My application is developed on Struts 1.1. The problem I'm running into is that even after entering correct credentials, I

RE: Request parameters in catalina.out

2004-08-10 Thread Graff, David
looks like you have a request dumper valve installed somewhere. try removing that. -Original Message- From: Tim McLaughlin [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 12:15 PM To: Tomcat Users List Subject: Request parameters in catalina.out Hello, I am getting output