Re: Antw: RE: [Tomcat Documentation Redactors To Hire] -WAS:TOMCA TSUCKS (Abwesenheitsnotiz)

2001-06-29 Thread Michael Carmack

On Fri, Jun 29, 2001 at 01:32:06PM -0500, Barry Draper wrote:
 Petra-
 Excuse my poor German, but you are posting many emails. Do you intend to 
 send so many? It is filling my inbox.

Barry, I don't know if you're aware of this, but your poor German
has come across as almost perfect English.

m.




Re: una pregunta

2001-06-27 Thread Michael Carmack

On Wed, Jun 27, 2001 at 03:29:27PM -0300, Martin Mauri wrote:
 What's cantonese?
 And how do you say thank you?
  
  I know how to say thank you in Cantonese. That's it.
  And that I learned from a movie. Not much help. Want the
  name of the movie?

Cantonese is a dialect of Chinese, most prominently associated with
Hong Kong. (It's the language spoken in virtually all movies out of
Hong Kong.) Thank you can be translated as either do-jeh or m-goi.

m.




Setting mime-types by directory

2001-06-13 Thread Michael Carmack


The config files all set mime-types by filename extension. Is there
a way to tell tomcat that all files in a certain directory should 
be given a certain mime type? (The reason is that I have a bunch
of files with no extension, but I do need to tell a browser the
mime type)

m.




Re: Books on Tomcat

2001-04-24 Thread Michael Carmack

On Mon, Apr 23, 2001 at 08:32:09PM -0500, Adam Fowler wrote:
 
 So don't worry, one book is on its way!

But will it be available online? That was one of the nicest
things about the original proposal.

m.




Spaces in URLs?

2001-04-21 Thread Michael Carmack


Can Tomcat 3.2 not handle spaces in URLs? I've tried with both
literal spaces and the escaped %20 syntax, but neither seem 
to be recognized. There is a bug report mentioned from a while 
back in the archives, but there didn't seem to be any resolution
at the time. If this is an uresolved/unresolvable issue with
3.2, is it working in 4.0?

thanks,
m.




Re: Spaces in URLs?

2001-04-21 Thread Michael Carmack

On Sat, Apr 21, 2001 at 05:07:22AM -0400, Michael Carmack wrote:
 
 Can Tomcat 3.2 not handle spaces in URLs? I've tried with both
 literal spaces and the escaped %20 syntax, but neither seem 
 to be recognized. There is a bug report mentioned from a while 
 back in the archives, but there didn't seem to be any resolution
 at the time. If this is an uresolved/unresolvable issue with
 3.2, is it working in 4.0?

To follow up on my own question, I just checked out 3.3 and
everything seems to be working fine there. I suppose I can
just stick with that instead.

m.