[ANN] Apache Tomcat JK 1.2.27 Web Server Connector released

2008-11-03 Thread Rainer Jung
The Apache Tomcat team is pleased to announce the immediate availability of version 1.2.27 of the Apache Tomcat Connectors. It contains connectors, which allow a web server such as Apache HTTPD, Microsoft IIS and Sun Web Server to act as a front end to the Tomcat web application server. This vers

Re: Custom Error Messages (5xx and 4xx)

2008-11-03 Thread Serge Fonville
Hi, Look at http://java.sun.com/developer/EJTechTips/2003/tt0114.html, especially the text The string isErrorPage="true" causes the Web container to define a new implicit variable, "exception", that the JSP page can use in scriptlets or in custom tags. For example, the error page for the current e

Custom Error Messages (5xx and 4xx)

2008-11-03 Thread Rob Mercer
Hey all, I'm trying to setup custom error messages in Tomcat 6.0.14. I've got the following entry in web.xml: 404 /error_pages/404.jsf 500 /error_pages/500.jsf And I'v

Re: Tomcat 5.5 and x64 Windows

2008-11-03 Thread Serge Fonville
I googled for "tomcat 5.5 x64" (without the quotes) And at the second result I found http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/bin/ Hope this helps On Mon, Nov 3, 2008 at 9:55 PM, André Warnier <[EMAIL PROTECTED]> wrote: > Hi guys. > Sorry to talk out of turn maybe, but if you d

Re: Tomcat 5.5 and x64 Windows

2008-11-03 Thread André Warnier
Hi guys. Sorry to talk out of turn maybe, but if you do not know this already, two bits of information : - tomcat5/6.exe and tomcat5/6w.exe are but renamed versions of what you find in Apache Commons Daemon (prunsrv and ...). Somewhere around there may lurk 64-bit versions of these programs. -

Re: Tomcat 5.5 and x64 Windows

2008-11-03 Thread Serge Fonville
A XEON has the same instruction set (both emt64) Where exactly did you download the exe? On Mon, Nov 3, 2008 at 9:43 PM, robainp <[EMAIL PROTECTED]> wrote: > > near about the same. i am running windows server on xeon 64bit though, I > think thats where the problem is. which processor are you run

Re: Tomcat 5.5 and x64 Windows

2008-11-03 Thread robainp
near about the same. i am running windows server on xeon 64bit though, I think thats where the problem is. which processor are you running? is there a build for xeon 64bit that I can download somehwere ? jdk 64 1.5.0_15 tomcat5.5 zip download tomcat5.5 amd64 tomcat5.exe wont run error i get. [20

Re: Tomcat 5.5 and x64 Windows

2008-11-03 Thread Serge Fonville
Hi, I have tomcat running on Windows Vista Home Premium x64 in native 64-bit. Heres what I did: Installed x64 jdk 5 Downloaded the tomcat zip Browsed the svn for the amd64 tomcat6 en tomcat6w EXEs (i used tomcat 6.0.18) then installed the service as normal: service install What exactly have you do

RE: Tomcat 5.5 and x64 Windows

2008-11-03 Thread robainp
Have the same problem. want to install tomcat service on windows 64 running on xeon processor. installed the microsoft library http://www.microsoft.com/downloads/details.aspx?familyid=90548130-4468-4BBC-9673-D6ACABD5D13B&displaylang=en also downloaded amd64 tomcat files. but still cannot run the

Re: How can I hard code the IP address on a single server with multiple Tomcat instances.

2008-11-03 Thread dOE
I was FINALLY able to make this work using the single isapi.dll tomcat_connector, and two separate Tomcat instances on the same host. I swapped the server.xml I was using with a default one, and I followed the information in the LinuxJournal url below, and only changed what was mentioned (essentia

Re: TCP RST on rapid data in NIO Connector

2008-11-03 Thread Burak Oguz
Hi Filip, Also I need to add something more: 1. After a lot of googling and forum researchs, I saw a few topics about that. I have tried them all. They made it a little bit stable. (especially these ones : http://markmail.org/message/5zs7qejpjy3vxhfy and http://www.nabble.com/Comet-s

Re: TCP RST on rapid data in NIO Connector

2008-11-03 Thread Filip Hanik - Dev Lists
Hi Burak, I will take a look at the trace and see if I can find anything Filip Burak Oguz wrote: Hi, I am using Tomcat 6.0.18 with NIO Connector with Comet. And I have crashed into a real problem. I want to use Comet to transfer data on high rate over http but Tomcat gives such an error when d

TCP RST on rapid data in NIO Connector

2008-11-03 Thread Burak Oguz
Hi, I am using Tomcat 6.0.18 with NIO Connector with Comet. And I have crashed into a real problem. I want to use Comet to transfer data on high rate over http but Tomcat gives such an error when data starts to come too rapid. I have a multithreaded architecture behind Tomcat to handle connections