Re: saving and opening files

2003-01-15 Thread mwm
At the risk of spoiling everybody's fun, I'd just like to point out that you're asking for trouble by not specifying a full path for a file. I don't believe there are actual requirements (in either Java or Web-Container terms) for what should be considered the default directory when one isn't

Re: stack trace error when viewing html source, but the display inbrowser is good.

2003-01-15 Thread mwm
If the browser is displaying what you expect then the html (or at least some of it) must be getting to sent to the browser, right? Either, as someone already implied, the browser is loading up a cached version of the page, or alternatively, the browser is getting sent a mix of the correct response

Re: Require a secure connection

2003-01-17 Thread mwm
There's also a transport-guarantee element for web.xml that's supposed to be handy for doing this declaratively. Mike. - Original Message - From: Andy Eastham [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 10:29 PM Subject: RE: Require a secure

Re: allow HTTPS connection only to some contexts

2003-01-21 Thread mwm
Check out the security-constraint, user-data-constraint and transport-guarantee tags for requiring that access is confidential (pretty much meaning via https). Not sure about requiring non-http. (Can connectors be defined per context?) Mike. - Original Message - From: Fabrizio

Re: JDBC authentication

2003-01-21 Thread mwm
I had a look through your config stuff and it looked fairly similar to mine. (Which is the only one I've configured - though it's form-based. Oh, and working.) I did have a realm-name entry, in login-config I think, but that didn't look like enough to cause a problem. One thing has just occurred

Re: MySQL Hell

2003-01-22 Thread mwm
Not really related, but I thought I'd mention that the driver has been renamed to com.mysql.jdbc.Driver. (The one you're using remains as a wrapper for backwards compatibility.) Mike. - Original Message - From: Jason Pyeron [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: