svn commit: r829067 - in /tomcat/trunk/webapps/examples/WEB-INF/classes: chat/ChatServlet.java filters/SetCharacterEncodingFilter.java

2009-10-23 Thread markt
Author: markt Date: Fri Oct 23 14:00:36 2009 New Revision: 829067 URL: http://svn.apache.org/viewvc?rev=829067&view=rev Log: Clear the remaining Eclipse warnings in the examples Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/chat/ChatServlet.java tomcat/trunk/webapps/examples/WE

svn commit: r829083 - in /tomcat/site/trunk: docs/ docs/images/ xdocs/images/ xdocs/stylesheets/

2009-10-23 Thread mturk
Author: mturk Date: Fri Oct 23 14:52:42 2009 New Revision: 829083 URL: http://svn.apache.org/viewvc?rev=829083&view=rev Log: Add 10th anniversary logo Added: tomcat/site/trunk/docs/images/tomcat10.jpg (with props) tomcat/site/trunk/xdocs/images/tomcat10.jpg (with props) Modified:

How to upload the site

2009-10-23 Thread Mladen Turk
Hi, I've committed the 10th anniversary logo to the site. How to put that to tomcat.apache.org svn export --force ? Regards -- ^TM - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: de

Re: How to upload the site

2009-10-23 Thread Mark Thomas
Mladen Turk wrote: > Hi, > > I've committed the 10th anniversary logo > to the site. How to put that to tomcat.apache.org > svn export --force ? umask 002 svn up Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o

Re: How to upload the site

2009-10-23 Thread Mladen Turk
On 23/10/09 17:04, Mark Thomas wrote: Mladen Turk wrote: Hi, I've committed the 10th anniversary logo to the site. How to put that to tomcat.apache.org svn export --force ? umask 002 svn up Thanks Mark. So now it's just a sync time, right? Cheers -- ^TM

Re: How to upload the site

2009-10-23 Thread Mark Thomas
Mladen Turk wrote: > On 23/10/09 17:04, Mark Thomas wrote: >> Mladen Turk wrote: >>> Hi, >>> >>> I've committed the 10th anniversary logo >>> to the site. How to put that to tomcat.apache.org >>> svn export --force ? >> >> umask 002 >> svn up >> > > Thanks Mark. > So now it's just a sync time, rig

Re: How to upload the site

2009-10-23 Thread sebb
On 23/10/2009, Mladen Turk wrote: > On 23/10/09 17:04, Mark Thomas wrote: > > > Mladen Turk wrote: > > > > > Hi, > > > > > > I've committed the 10th anniversary logo > > > to the site. How to put that to tomcat.apache.org > > > svn export --force ? > > > > > > > umask 002 > > svn up > > > > > > T

Re: How to upload the site

2009-10-23 Thread Henri Gomez
> If you configure your browser to use 140.211.11.10:80 as a proxy you can > preview what the site will look like. Great ! - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomc

svn commit: r829121 - in /tomcat/trunk/java/org/apache/catalina/startup: ContextConfig.java LocalStrings.properties WebRuleSet.java WebXml.java

2009-10-23 Thread markt
Author: markt Date: Fri Oct 23 16:39:32 2009 New Revision: 829121 URL: http://svn.apache.org/viewvc?rev=829121&view=rev Log: Add support for absolute ordering of web fragments and the start of the fragment merge code Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

DO NOT REPLY [Bug 47712] NoSuchFieldException when trying to use Tomcat Native library

2009-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47712 --- Comment #2 from Joe Dane 2009-10-23 10:42:28 UTC --- Consider this another vote for someone to take a look at this extremely irritating bug. Tomcat will simply and quietly fail to use apr as long as this remains unfixed. -- Configure

DO NOT REPLY [Bug 47718] ManagerBase leaks fd to /dev/urandom when context stopped

2009-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47718 --- Comment #1 from George Sexton 2009-10-23 11:38:12 UTC --- This issue also applies to Tomcat 6.0.20. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: ---

DO NOT REPLY [Bug 47712] NoSuchFieldException when trying to use Tomcat Native library

2009-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47712 Rainer Jung changed: What|Removed |Added Keywords||PatchAvailable --- Comment #3 from R

DO NOT REPLY [Bug 47712] NoSuchFieldException when trying to use Tomcat Native library

2009-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47712 --- Comment #4 from Rainer Jung 2009-10-23 12:57:45 UTC --- Created an attachment (id=24411) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24411) Get Fields before switching to different clazz. -- Configure bugmail: https://

svn commit: r829196 - /tomcat/tc5.5.x/trunk/STATUS.txt

2009-10-23 Thread rjung
Author: rjung Date: Fri Oct 23 20:00:07 2009 New Revision: 829196 URL: http://svn.apache.org/viewvc?rev=829196&view=rev Log: Add proposal. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?re

Re: svn commit: r829196 - /tomcat/tc5.5.x/trunk/STATUS.txt

2009-10-23 Thread Rainer Jung
On 23.10.2009 22:00, rj...@apache.org wrote: > +* Loading tcnative is broken since r795039. > + https://issues.apache.org/bugzilla/show_bug.cgi?id=47712 > + https://issues.apache.org/bugzilla/attachment.cgi?id=24411 > + +1: rjung > + -1: Just a short note: this is a regression from TC 5.5.27.

Customized WebClassLoader doesn't run when the classes import in jsp file

2009-10-23 Thread 原楠
Hi All: I write a customized class loader which extends org.apache.catalina.loader.WebappClassLoader and define it in the server.xml. Such as: I override the method of findResourceInternal to do some works. It works when I startup the tomcat server. The overrided method runs