Re: Killing tomcat java process, Windows

2007-11-20 Thread myrealbruno
Janne, When running Tomcat as a Windows service it will appear in the task manager as - for instance - Tomcat5.exe. For each instance I use to rename the Tomcat executable to the instance name, so to distinguish between them easily. Note that you will have to change a bit the service installer

RE: Incorrect function error w/isapi_redirect 1.2.25

2007-11-18 Thread myrealbruno
Dmitry, In the past eight years I have been using several isapi_redirect 1.x and 2 versions with IIS 4, 5.x and 6 and never had the need to recompile anything. I currently have several production machines with IIS 5 and isapi_redirect 1.2.25. I read somewhere that deprecated directives in the

Re: Help with Tomcat IIS

2007-10-26 Thread myrealbruno
Hi, I think the mailing list archives are full of people with IIS - or Apache - fronting Tomcat. There is a very good article that explains the technical reasons http://people.apache.org/~mturk/docs/article/ftwai.html Also, there might be cases where the reasons are political, or when the

RE: 20 Tips for Using Tomcat in Production

2007-08-29 Thread myrealbruno
Maybe it should also be noted that the service installation batch file that comes with the Tomcat's Windows binaries distribution (the zipped one) defaults to the server JVM, if available. The same should happen with the so called service installer version (the exe one) but I didn't check which

RE: 20 Tips for Using Tomcat in Production

2007-08-29 Thread myrealbruno
IMHO the only good reason to move a library out from an application and place it into /common/lib (or /lib) is to get advantage of connection pooling. http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html Then, yes, if you have different database versions you might find yourself in

Re: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found

2007-07-18 Thread myrealbruno
Hi Martin, As far as I can tell everything is ok in your setup - I tried to replicate the error you get without success. You might want to check the IIS logs, the file permissions on the isapi dll, check if the /jakarta alias on IIS has execute permissions, try to set it as a global filter..

Re: jk connector stripping Content-Type?

2006-06-23 Thread myrealbruno
All, Apologies, for the records: the content type mapping was missing under Tomcat. The pages I tested were served by Apache, not by Tomcat. Apache seem to insert the content type if Tomcat does not send it, while IIS does not. Sorry again, br1. - Original Message - From: myrealbruno

jk connector stripping Content-Type?

2006-06-22 Thread myrealbruno
Hello, I am using the JK connector version 1.2.15 with IIS 5. When trying to load through IIS a powerpoint ppt file served by Tomcat I get only garbage (it might be the binary displayed in the browser). I can see getting the HEAD through IIS that the Content-Type is not there, while opening the