Re: Challenges for Java hosting

2006-04-07 Thread Peter Rossbach
Hey, Java/JSP and Tomcat for german hoster is a very bad story. For two year we start a tomcat 5.0 based spezial tomcat distibution for hosting. The Centaurus Platform has show that effectiv hosting is possible. Problem is to find hoster that use that package. Look at

DO NOT REPLY [Bug 38768] - URL encoded unicode characters in GET request parameters cause the parameter not to present in the request object

2006-04-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=38768. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Challenges for Java hosting

2006-04-07 Thread Bill Barker
Henri Gomez [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] 2006/4/6, Remy Maucherat [EMAIL PROTECTED]: Hi, This thread started (for whatever reason) on the private list as part of an unrelated discussion. The point is to see what could be improved to make Tomcat more suitable for

DO NOT REPLY [Bug 31426] - OutOfMemoryError: unable to create new native thread - and tomcat hangs

2006-04-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31426. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Challenges for Java hosting

2006-04-07 Thread Tim Funk
I was thinking that too. A big problem with JVM's is memory leaks. The easy solution is to restart tomcat. But that causes a period of downtime due to waiting for a restart. Why not make mod_ajp smarter or create a tomcat launcher where some parent process (apache, or the launcher) listens

Re: Challenges for Java hosting

2006-04-07 Thread Henri Gomez
Very interesting stuff My german is too bad but from what I could see it seems a good candidate. Could this works be ported back into ASF Tomcat 5.5.x ? Or better included in ASF Tomcat ? 2006/4/7, Peter Rossbach [EMAIL PROTECTED]: Hey, Java/JSP and Tomcat for german hoster is a very bad

Re: Challenges for Java hosting

2006-04-07 Thread Henri Gomez
2006/4/7, Bill Barker [EMAIL PROTECTED]: Henri Gomez [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] 2006/4/6, Remy Maucherat [EMAIL PROTECTED]: Hi, This thread started (for whatever reason) on the private list as part of an unrelated discussion. The point is to see what

Re: Challenges for Java hosting

2006-04-07 Thread Peter Rossbach
Hey Henri, no problem. I have talk with Thorsten Kamann the other author and we are happy to contribute the code. Then we can translate the complete docs and finish the tomcat 5.5 integration. Regards Peter Thorsten Am 07.04.2006 um 13:16 schrieb Henri Gomez: Very interesting stuff My

DO NOT REPLY [Bug 31426] - OutOfMemoryError: unable to create new native thread - and tomcat hangs

2006-04-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31426. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 38768] - URL encoded unicode characters in GET request parameters cause the parameter not to present in the request object

2006-04-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=38768. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Challenges for Java hosting

2006-04-07 Thread Reinhard Moosauer
Hi List, good that you brought up this point. IMHO many people underestimated this subject in both importance _and_ difficulty. We know, shared java hosting can be done in 2 ways: a) one JVM per host b) many hosts in one JVM As Remy noted, the java machine does not provide the necessary

Re: Challenges for Java hosting

2006-04-07 Thread Remy Maucherat
Reinhard Moosauer wrote: Now, with clustering, we could combine both. Consider the following: 1. Set up a couple of tomcat servers (at least 2). I call them 'node' These can sit on a single server 2. Cluster and load-balance these nodes. They should been seen as a single tomcat server .

Re: Challenges for Java hosting

2006-04-07 Thread Reinhard Moosauer
Am Freitag, 7. April 2006 15:12 schrieb Remy Maucherat: Reinhard Moosauer wrote: Now, with clustering, we could combine both. Consider the following: 1. Set up a couple of tomcat servers (at least 2). I call them 'node' These can sit on a single server 2. Cluster and load-balance

Windows Itanium Support

2006-04-07 Thread etheredgea
I am currently porting our 32 bit application to a Windows 2k3 Itanium 2 64 bit platform. The tomcat windows installer fails when attempting to install the service. I would like to solve this problem. I can't find the source for the windows installer... Is this available or is someone else

Tomcat connector for Lotus Domino

2006-04-07 Thread Alexander V. Khokhlov
Hi all! I could not build DSAPI plugin for Lotus Domino tomcat_redirector.dll from JK-1.2.15 distribution for Win32 patform I have Lotus Domino 6.5.4 and corresponding version of C API Toolkit When I try to build project MSVC 6.0 show me following messages: Build : warning : failed to (or don't

svn commit: r392352 - /tomcat/connectors/trunk/build.properties.default

2006-04-07 Thread markt
Author: markt Date: Fri Apr 7 11:10:44 2006 New Revision: 392352 URL: http://svn.apache.org/viewcvs?rev=392352view=rev Log: Remove references in build scripts to JavaService Modified: tomcat/connectors/trunk/build.properties.default Modified:

svn commit: r392357 - /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/CoyoteRequest.java

2006-04-07 Thread markt
Author: markt Date: Fri Apr 7 11:28:19 2006 New Revision: 392357 URL: http://svn.apache.org/viewcvs?rev=392357view=rev Log: Fix NPE when no query string is specified Modified: tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/CoyoteRequest.java Modified:

DO NOT REPLY [Bug 39247] New: - XSD for jspx and tagx

2006-04-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39247. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Challenges for Java hosting

2006-04-07 Thread Paul Speed
Reinhard Moosauer wrote: Ok. But you can kill the webapp with the amok-thread. So we will not have a break every 3 requests. (the thread can be tracked down to the failing webapp. Send a mail with the thread-stack-dump) You can't really kill a thread in Java. We used to have a joke at a

Suggestion for new Session Manager

2006-04-07 Thread Marc Riehm
I would like to make a suggestion for a new Tomcat Session Manager. I've been using Tomcat heavily for 5 years now at my work: http://www.maptuit.comhttp://www.maptuit.com/. We have multiple Tomcat instances, but sessions are bound to individual instances. I've toyed with the idea of

Re: Suggestion for new Session Manager

2006-04-07 Thread Filip Hanik - Dev Lists
take a look at the PersistentManager Marc Riehm wrote: I would like to make a suggestion for a new Tomcat Session Manager. I've been using Tomcat heavily for 5 years now at my work: http://www.maptuit.comhttp://www.maptuit.com/. We have multiple Tomcat instances, but sessions are bound to

DO NOT REPLY [Bug 39250] New: - Tomcat 3.2.1 + JDK 1.4

2006-04-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39250. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.