Re: mod_jk2 Tomcat Apache JSP Servlet

2006-08-07 Thread Mark Thomas
jeusdi wrote: > Hello, I've configured Apache Web Server with mod_jk2 to communicate it with > Apache Tomcat 5.5. Mmm, I've created a Web Application with one JSP > (index.JSP) and one Servlet (it is performed form JSP). > > All is ok, but when I access to my web Application the result is the code

DO NOT REPLY [Bug 40187] - Unable to compile class for JSP

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

Re: How to get hold on org.apache.catalina.Manager?

2006-08-07 Thread Mark Thomas
Gregor Schneider wrote: > Hi list, > > ok, one problems is solved so far, after I plugged my eyes back in I saw > how > to get hold of the Container (sometimes it's useful to read the Tomcat-Docs > rather than the Sun-Docs... This question belongs on the users list. Please redirect your enquiry t

mod_jk2 Tomcat Apache JSP Servlet

2006-08-07 Thread jeusdi
Hello, I've configured Apache Web Server with mod_jk2 to communicate it with Apache Tomcat 5.5. Mmm, I've created a Web Application with one JSP (index.JSP) and one Servlet (it is performed form JSP). All is ok, but when I access to my web Application the result is the code of my JSP instead a si

DO NOT REPLY [Bug 40203] - Apache, mod_jk and Tomcat looses sessions

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

svn commit: r429431 - in /tomcat/tc6.0.x/trunk/java/org/apache: coyote/http11/InternalNioInputBuffer.java coyote/http11/InternalNioOutputBuffer.java tomcat/util/net/NioChannel.java tomcat/util/net/Nio

2006-08-07 Thread fhanik
Author: fhanik Date: Mon Aug 7 11:55:41 2006 New Revision: 429431 URL: http://svn.apache.org/viewvc?rev=429431&view=rev Log: Fixed the socket flush, since NIO SSL uses dual sockets, we need to be considerate of when the data is actually sent on the OS buffer Modified: tomcat/tc6.0.x/trunk/

Re: How to get hold on org.apache.catalina.Manager?

2006-08-07 Thread Gregor Schneider
Hi list, ok, one problems is solved so far, after I plugged my eyes back in I saw how to get hold of the Container (sometimes it's useful to read the Tomcat-Docs rather than the Sun-Docs... Anyways, the Valve is plugged in to server.xml (linux suse 9 btw.) like this:

How to get hold on org.apache.catalina.Manager?

2006-08-07 Thread Gregor Schneider
Hi list, first, I'm talking about Tomcat 5.0.28, but maybe those questions / pronlems arise for other version, too. We do have an application here which is making heavy use of frame, and frames inside those frame and frames inside you know what I mean. Our developes thought it to be a good i

DO NOT REPLY [Bug 40203] - Apache, mod_jk and Tomcat looses sessions

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

DO NOT REPLY [Bug 40203] - Apache, mod_jk and Tomcat looses sessions

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

DO NOT REPLY [Bug 40203] - Apache, mod_jk and Tomcat looses sessions

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

DO NOT REPLY [Bug 40203] New: - Apache, mod_jk and Tomcat looses sessions

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

svn commit: r429354 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-08-07 Thread remm
Author: remm Date: Mon Aug 7 07:32:45 2006 New Revision: 429354 URL: http://svn.apache.org/viewvc?rev=429354&view=rev Log: - Changelog update. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.

AW: Jakarta Connectors - a) Performance Differences or b) Problems with 64bit version

2006-08-07 Thread Lichtenfeld, Enno, ext.
Hi Mark, maybe the first sentence was a wrong entry and for the problem not relevant. The important issues are: > We can elect between 2 problems: > A) Performance problem with the 1.2.18 > B) Problem in file uploads with 2.0.4 in 64 bit environment The installation of the connectors are ok,

Re: svn commit: r429003 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-08-07 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: quick question, Socket.timeoutSet(state.socket, soTimeout * 1000); does APR have timeouts in nano seconds? cause I believe the default value for the variable soTimeout is 6ms. The value is fine, and it's in microseconds. cool thank

Re: Jakarta Connectors - a) Performance Differences or b) Problems with 64bit version

2006-08-07 Thread Mark Thomas
Lichtenfeld, Enno, ext. wrote: > Hi, > > we need a Jakarta connector for Win2K3 Server (x64) with IIS 6.0. This question belongs on the users list since it is about how to use Tomcat. The dev list is for questions related to the development (ie changes in source code) of Tomcat. Mark -

Jakarta Connectors - a) Performance Differences or b) Problems with 64bit version

2006-08-07 Thread Lichtenfeld, Enno, ext.
Hi, we need a Jakarta connector for Win2K3 Server (x64) with IIS 6.0. Till now we used the connector 2.0.4, because this connector contained features we used, and in 1.2.x we missed this features. With features of the newest versions of 1.2 we can now also use version 1.2.18. And because the ver

Re: Tomcat 6

2006-08-07 Thread Oliver Rettig
Hi, what do you think at which date Tomcat 6 will be available? Oliver > Hi, > It's being actively developed. You can see the code at > http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/ and follow the > commit messages sent here for more details. > > Yoav > > On 8/2/06, Kunal Mittal <[EMAIL PROT

Re: svn commit: r429003 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/AprEndpoint.java

2006-08-07 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: quick question, Socket.timeoutSet(state.socket, soTimeout * 1000); does APR have timeouts in nano seconds? cause I believe the default value for the variable soTimeout is 6ms. The value is fine, and it's in microseconds. Rémy ---