REPOST: SSL and setContentType() and secure and nonsecure items

2002-12-09 Thread Chris Parker
Greetings all, Apologies in advance for the blatant repost; I originally posted Friday afternoon, and I'm not sure if I got lost in the 'it's Friday - let's go home' shuffle or if nobody knows how/wants to help. --Original Message--- No doubt there's a simple way around

RE: REPOST: SSL and setContentType() and secure and nonsecure

2002-12-09 Thread Chris Parker
; } catch (Exception e2) { System.out.println(Error in + getClass().getName() + \n + e2); } - Original Message - From: Bodycombe, Andrew [EMAIL PROTECTED] To: 'Chris Parker ' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, December 09, 2002 8:22 AM

Re: Advise on how to hanle url names when using https

2002-12-09 Thread Chris Parker
easier once complete. === Chris Parker Programmer/Analyst Health Care Services Division California Youth Authority - Original Message - From: Alexander Wallace [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 09, 2002 1:45 PM Subject

SSL and setContentType(application/pdf)

2002-12-06 Thread Chris Parker
Greetings all, No doubt there's a simple way around this, but I can't find it. I have some dynamic content that is being sent to the user's browser as PDF on an SSL enabled page. When the user goes to the page, she gets the message This page contains both secure and nonsecure items. I've

Re: SV: tomcat as a service

2002-11-13 Thread Chris Parker
. Additionally, the value typed needed to be between 160 and 32768. This may or may not still apply to Win9x... Whatever you type is rounded up to the next even 16 bytes, so don't be surprised if the value is a bit higher than what you type. === Chris Parker Programmer/Analyst

Re: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Chris Parker
But for Tomcat running Stand Alone there still must be a way for SSL to work w/o having to explicity say :8443 in the URL. find this in server.xml... Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8443 minProcessors=5 maxProcessors=75

Re: Shutting down and restarting Tomcat

2002-11-08 Thread Chris Parker
- if all else fails, email me directly, and I'll send the utility you need as an attachment. === Chris Parker Programmer/Analyst Health Care Services Division California Youth Authority -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org

Re: Tomcat-Apache SSL - Extension Question

2002-11-07 Thread Chris Parker
this? === Chris Parker Programmer/Analyst Health Care Services Division California Youth Authority -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: Tomcat-Apache SSL - Extension Question

2002-11-07 Thread Chris Parker
This came up a week or so ago. Check here for a very comprehensive reply from Milt Epstein. In short, isSecure is exactly the method you should use, and it does know if the original request is SSL or not. If it is always returning 'false', something else is going on.

Re: Tomcat-Apache SSL - Extension Question

2002-11-07 Thread Chris Parker
, and the Ajp13Connector enabled. It seems there isn't a 'ManagedBean' in the Ajp13Connector. I don't curretnly use MBeans anyhow, so I commented this out also. I'll post more about how to do all this once I have connected all the dots. === Chris Parker Programmer/Analyst Health Care Services