How can I set tomcat 5.5 NOT Case Sensitive

2007-02-21 Thread mukesh sriwastava
Hello, Sir i have a problem . Actually i am using tomcat 5.5, and i want that when i run jsp file on the server it will be case insensitive. means case sensitive free. as when I write in browser's 'http://localhost/test.html' equals to 'http://local

DO NOT REPLY [Bug 41673] New: - Jasper output the message of compiling error using LF(\n) on ANY OS.

2007-02-21 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 41666] - If-Unmodified-Since failure

2007-02-21 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 41664] - ClassLoader does not return directory resources correctly

2007-02-21 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 41664] - ClassLoader does not return directory resources correctly

2007-02-21 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: Tomcat 6.0.9 building failed

2007-02-21 Thread William L. Thomson Jr.
On Wed, 2007-02-21 at 11:35 -0500, William L. Thomson Jr. wrote: > On Wed, 2007-02-21 at 14:55 +0100, Remy Maucherat wrote: > > Avramenko Andrew wrote: > > >> I haven't been able to build Tomcat 6 with JDK 1.6 either. Since > > >> building with > > >> JDK 1.5 works for me, I didn't try too hard

Re: Tomcat 6.0.9 building failed

2007-02-21 Thread Filip Hanik - Dev Lists
William L. Thomson Jr. wrote: On Wed, 2007-02-21 at 14:55 +0100, Remy Maucherat wrote: Avramenko Andrew wrote: I haven't been able to build Tomcat 6 with JDK 1.6 either. Since building with JDK 1.5 works for me, I didn't try too hard to find out why it fails using 1.6. I've i

svn commit: r510111 - /tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

2007-02-21 Thread fhanik
Author: fhanik Date: Wed Feb 21 09:28:24 2007 New Revision: 510111 URL: http://svn.apache.org/viewvc?view=rev&rev=510111 Log: Added in remainder of docs Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml URL: http://svn.a

svn commit: r510098 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-02-21 Thread fhanik
Author: fhanik Date: Wed Feb 21 08:52:22 2007 New Revision: 510098 URL: http://svn.apache.org/viewvc?view=rev&rev=510098 Log: Accept doesn't need a worker thread, the operations are non blocking Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/

svn commit: r510092 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net: NioBlockingSelector.java NioEndpoint.java NioSelectorPool.java

2007-02-21 Thread fhanik
Author: fhanik Date: Wed Feb 21 08:37:04 2007 New Revision: 510092 URL: http://svn.apache.org/viewvc?view=rev&rev=510092 Log: Fixed latch behavior, still could be improved upon. In the next revision, I'll probably have the blocking read/write selector to use its own thread so that it doesn't con

Re: Tomcat 6.0.9 building failed

2007-02-21 Thread William L. Thomson Jr.
On Wed, 2007-02-21 at 14:55 +0100, Remy Maucherat wrote: > Avramenko Andrew wrote: > >> I haven't been able to build Tomcat 6 with JDK 1.6 either. Since building > >> with > >> JDK 1.5 works for me, I didn't try too hard to find out why it fails using > >> 1.6. > > > > I've install JDK 1.5. Th

Re: Classloading deadlock in tomcat 5.5.20 / tomcat 6.0.9?

2007-02-21 Thread Glen Vermeylen
Thanks for the info. We haven't had the problem again so far, so we will leave it as is (the deadlock can should occur after a restart, so we can monitor it) I may look into the fix on my development pc and let you know. Glen. 2007/2/21, Remy Maucherat <[EMAIL PROTECTED]>: Glen Vermeylen wrote

DO NOT REPLY [Bug 41664] - ClassLoader does not return directory resources correctly

2007-02-21 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: r510055 - /tomcat/connectors/trunk/jk/native/netscape/Makefile.linux

2007-02-21 Thread jfclere
Author: jfclere Date: Wed Feb 21 07:23:13 2007 New Revision: 510055 URL: http://svn.apache.org/viewvc?view=rev&rev=510055 Log: Add missing define (See nsapi.h to see why). Modified: tomcat/connectors/trunk/jk/native/netscape/Makefile.linux Modified: tomcat/connectors/trunk/jk/native/netscape

Re: Classloading deadlock in tomcat 5.5.20 / tomcat 6.0.9?

2007-02-21 Thread Remy Maucherat
Glen Vermeylen wrote: Hello all, We've seen strange behaviour on production (tomcat 5.5.20/java 6): immediately after restart no-one could login. Using jconsole we saw that there was a deadlock in the classloader. Today I've also had the problem on development (tomcat 6.0.9/ java 6). Its a sha

svn commit: r510041 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2007-02-21 Thread remm
Author: remm Date: Wed Feb 21 06:48:39 2007 New Revision: 510041 URL: http://svn.apache.org/viewvc?view=rev&rev=510041 Log: - (quick fix) findClassInternal may loop so the fancy syncing probably cannot work. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoader.jav

Re: Tomcat 6.0.9 building failed

2007-02-21 Thread Remy Maucherat
Avramenko Andrew wrote: I haven't been able to build Tomcat 6 with JDK 1.6 either. Since building with JDK 1.5 works for me, I didn't try too hard to find out why it fails using 1.6. I've install JDK 1.5. The problem is the same. Can it be related to installed GCJ on this computer or ant whic

Re: Tomcat 6.0.9 building failed

2007-02-21 Thread Avramenko Andrew
> I haven't been able to build Tomcat 6 with JDK 1.6 either. Since building > with > JDK 1.5 works for me, I didn't try too hard to find out why it fails using > 1.6. I've install JDK 1.5. The problem is the same. Can it be related to installed GCJ on this computer or ant which was built with

Re: Classloading deadlock in tomcat 5.5.20 / tomcat 6.0.9?

2007-02-21 Thread Remy Maucherat
Glen Vermeylen wrote: Hello all, We've seen strange behaviour on production (tomcat 5.5.20/java 6): immediately after restart no-one could login. Using jconsole we saw that there was a deadlock in the classloader. Today I've also had the problem on development (tomcat 6.0.9/ java 6). Its a sha

svn commit: r510000 - /tomcat/connectors/trunk/jk/native/netscape/Makefile.solaris

2007-02-21 Thread jfclere
Author: jfclere Date: Wed Feb 21 05:20:57 2007 New Revision: 51 URL: http://svn.apache.org/viewvc?view=rev&rev=51 Log: The clean should also remove what is in common. Modified: tomcat/connectors/trunk/jk/native/netscape/Makefile.solaris Modified: tomcat/connectors/trunk/jk/native/net

DO NOT REPLY [Bug 41664] - ClassLoader does not return directory resources correctly

2007-02-21 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: Tomcat 6.0.9 building failed

2007-02-21 Thread Markus Schönhaber
Avramenko Andrew wrote: > I've RHELS 5 beta, JDK 1.6, ant-1.6.5-2jpp.2.1 (RH's RPM). > While I'm trying to build tomcat I've get an error: I haven't been able to build Tomcat 6 with JDK 1.6 either. Since building with JDK 1.5 works for me, I didn't try too hard to find out why it fails using 1.

svn commit: r509982 - /tomcat/connectors/trunk/jk/native/netscape/Makefile.linux

2007-02-21 Thread jfclere
Author: jfclere Date: Wed Feb 21 04:18:15 2007 New Revision: 509982 URL: http://svn.apache.org/viewvc?view=rev&rev=509982 Log: Sun Java System Web Server 7.0 also works on Linux. That the Makefile to compile nsapi_redirector.so :-) Added: tomcat/connectors/trunk/jk/native/netscape/Makefile.li

Tomcat 6.0.9 building failed

2007-02-21 Thread Avramenko Andrew
Hello! I've RHELS 5 beta, JDK 1.6, ant-1.6.5-2jpp.2.1 (RH's RPM). While I'm trying to build tomcat I've get an error: [EMAIL PROTECTED] apache-tomcat-6.0.9-src]# ant Buildfile: build.xml build-prepare: [delete] Deleting directory /root/

Classloading deadlock in tomcat 5.5.20 / tomcat 6.0.9?

2007-02-21 Thread Glen Vermeylen
Hello all, We've seen strange behaviour on production (tomcat 5.5.20/java 6): immediately after restart no-one could login. Using jconsole we saw that there was a deadlock in the classloader. Today I've also had the problem on development (tomcat 6.0.9/ java 6). Its a shame I was using tomcat 6.0

DO NOT REPLY [Bug 41666] New: - If-Unmodified-Since failure

2007-02-21 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