svn commit: r332741 - /tomcat/connectors/trunk/.classpath

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 00:04:03 2005 New Revision: 332741 URL: http://svn.apache.org/viewcvs?rev=332741&view=rev Log: PureTLS is not normally donwloaded by "ant download", it is optional - let's exclude it from eclipse project so it's easier for people to get started. Modified: tomc

svn commit: r332742 - /tomcat/container/tc5.5.x/.classpath

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 00:05:31 2005 New Revision: 332742 URL: http://svn.apache.org/viewcvs?rev=332742&view=rev Log: Activation and mail are not typically available, require manual download. To make it easier for users - let's remove them by default. Renamed the dependencies to match th

svn commit: r332766 - in /tomcat: connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11BaseProtocol.java connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Protocol.java contai

2005-11-12 Thread pero
Author: pero Date: Sat Nov 12 04:29:58 2005 New Revision: 332766 URL: http://svn.apache.org/viewcvs?rev=332766&view=rev Log: Fix that the RequestProcessor registered at JMX. It was nice to see this information back inside manager app :-) Modified: tomcat/connectors/trunk/http11/src/java/org/

svn commit: r332767 - /tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml

2005-11-12 Thread pero
Author: pero Date: Sat Nov 12 04:30:34 2005 New Revision: 332767 URL: http://svn.apache.org/viewcvs?rev=332767&view=rev Log: Fix some typos! Modified: tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml Modified: tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml URL: http://svn.ap

svn commit: r332768 - in /tomcat/container/tc5.5.x: modules/cluster/ modules/cluster/src/share/org/apache/catalina/cluster/session/ modules/cluster/src/share/org/apache/catalina/cluster/tcp/ webapps/d

2005-11-12 Thread pero
Author: pero Date: Sat Nov 12 04:36:42 2005 New Revision: 332768 URL: http://svn.apache.org/viewcvs?rev=332768&view=rev Log: Fix closed socket exceptions inside async modes. Some linux user have reported strange read exceptions. Sorry for that! Modified: tomcat/container/tc5.5.x/modules/clust

DO NOT REPLY [Bug 37449] - Two UserDatabaseRealm break manager user

2005-11-12 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

[Fwd: Re: svn commit failed]

2005-11-12 Thread Mark Thomas
Others might find this useful. Note this was before Costin made his changes to the .project and .classpath files and I haven't seen what effect those changes have. Mark Original Message To: [EMAIL PROTECTED] Henri, There are lots of different ways to do this. I have been pl

DO NOT REPLY [Bug 37449] - Two UserDatabaseRealm break manager user

2005-11-12 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: r332776 - /tomcat/container/tc5.5.x/modules/storeconfig/build.xml

2005-11-12 Thread pero
Author: pero Date: Sat Nov 12 06:28:10 2005 New Revision: 332776 URL: http://svn.apache.org/viewcvs?rev=332776&view=rev Log: Fix for new svn repository structure Fix build-clean Modified: tomcat/container/tc5.5.x/modules/storeconfig/build.xml Modified: tomcat/container/tc5.5.x/modules/storec

svn commit: r332794 [2/2] - in /tomcat: build/tc5.5.x/ connectors/trunk/jk/jkstatus/ connectors/trunk/jk/jkstatus/conf/ connectors/trunk/jk/jkstatus/example/ connectors/trunk/jk/jkstatus/src/ connecto

2005-11-12 Thread pero
Added: tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/package.html URL: http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/package.html?rev=332794&view=auto ==

Re: svn commit: r332766 - in /tomcat: connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11BaseProtocol.java connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Protocol.java co

2005-11-12 Thread Costin Manolache
On 11/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: pero > Date: Sat Nov 12 04:29:58 2005 > New Revision: 332766 > > URL: http://svn.apache.org/viewcvs?rev=332766&view=rev > Log: > Fix that the RequestProcessor registered at JMX. > It was nice to see this information back inside man

Re: [Fwd: Re: svn commit failed]

2005-11-12 Thread Costin Manolache
At least with subclipse 0.9.37 - I can't import existing projects checked out with CLI svn. The name change is to allow "checkout" - and have the checked out files match the normal structure, so build with ant will work too. Costin On 11/12/05, Mark Thomas <[EMAIL PROTECTED]> wrote: > Others mig

svn commit: r332801 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2005-11-12 Thread remm
Author: remm Date: Sat Nov 12 09:48:54 2005 New Revision: 332801 URL: http://svn.apache.org/viewcvs?rev=332801&view=rev Log: - Add additional experimental measures against apparent garbage collection bugs by setting to null static final fields. Also unregister any JDBC driver. This code is bas

svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 10:07:58 2005 New Revision: 332806 URL: http://svn.apache.org/viewcvs?rev=332806&view=rev Log: Another change - sorry if I mess up everything, but the svn plugin is really frustrating and I think it is important to have a consistent environment when working in eclis

svn commit: r332808 - /tomcat/jasper/tc5.5.x/.classpath

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 10:20:20 2005 New Revision: 332808 URL: http://svn.apache.org/viewcvs?rev=332808&view=rev Log: Small fix to depend on servletapi Modified: tomcat/jasper/tc5.5.x/.classpath Modified: tomcat/jasper/tc5.5.x/.classpath URL: http://svn.apache.org/viewcvs/tomcat/ja

svn commit: r332811 - in /tomcat/container/tc5.5.x: .classpath Tomcat5.5.launch

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 10:24:05 2005 New Revision: 332811 URL: http://svn.apache.org/viewcvs?rev=332811&view=rev Log: Add dep on build ( so resources is visible ). Add a launcher to start tomcat. It doesn't work completely - some dtds are not found. It would work if I would depend on th

DO NOT REPLY [Bug 37469] - mod_jk doesn�t scale well with hundreds of sites - interferes with CGI handling

2005-11-12 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_

svn commit: r332823 - in /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11: Http11BaseProtocol.java Http11Protocol.java

2005-11-12 Thread pero
Author: pero Date: Sat Nov 12 11:23:00 2005 New Revision: 332823 URL: http://svn.apache.org/viewcvs?rev=332823&view=rev Log: Refactor connection handler for better standalone support without JMX. Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11BaseProtocol.j

Re: svn commit: r332766 - in /tomcat: connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11BaseProtocol.java connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Protocol.java co

2005-11-12 Thread Peter Rossbach
When we want use different Handler it was easier we don't create the ConnectionHandler inside constructor. Can we use a init() method instead? protected Http11ConnectionHandler createConnectionHandler() { ... } public void init() throws Exception { cHandler = createConnectio

svn commit: r332825 - /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Protocol.java

2005-11-12 Thread pero
Author: pero Date: Sat Nov 12 11:28:55 2005 New Revision: 332825 URL: http://svn.apache.org/viewcvs?rev=332825&view=rev Log: Remove useless init code Modified: tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/Http11Protocol.java Modified: tomcat/connectors/trunk/http11/src/

Re: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-12 Thread Mark Thomas
The command line build doesn't check out this directory, it checks out the jasper2 directory. That is why the .project & .classpath files were created one level lower down. Are you using the latest build.xml (http://svn.apache.org/repos/asf/tomcat/build/tc5.5.x/resources/build.xml)? Mark [E

svn commit: r332846 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java

2005-11-12 Thread markt
Author: markt Date: Sat Nov 12 13:55:40 2005 New Revision: 332846 URL: http://svn.apache.org/viewcvs?rev=332846&view=rev Log: Tidy up CGIServlet Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java Modified: tomcat/container/tc5.5.x/catalina/sr

DO NOT REPLY [Bug 37480] New: - Log forging possible

2005-11-12 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 37480] - Log forging possible

2005-11-12 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 37480] - Log forging possible

2005-11-12 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 37442] - JK Connector Session Desynchronisation

2005-11-12 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: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-12 Thread Costin Manolache
I'll fix this, sorry - I think I have made few changes to my properties. What is "svn co .../current" doing - I was using this before realizing that current doesn't work in eclipse, never used resources/build.xml In the top level build.xml - jasper project is still called "jasper" - are we suppos

Re: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-12 Thread Mark Thomas
Costin Manolache wrote: I'll fix this, sorry - I think I have made few changes to my properties. What is "svn co .../current" doing - I was using this before realizing that current doesn't work in eclipse, never used resources/build.xml It is using svn:externals to bring the various modules to

Repo clean up

2005-11-12 Thread Mark Thomas
Back we I was doing the SVN migration, a clean-up of our code base was briefly mentioned. At the time, I said I would start a thread to gather candidates for clean-up once the migration was complete. Since the migration is complete, this is the thread. I will post a question to the infra@ list

Re: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-12 Thread Costin Manolache
On 11/12/05, Mark Thomas <[EMAIL PROTECTED]> wrote: > Costin Manolache wrote: > > I'll fix this, sorry - I think I have made few changes to my properties. > > > > What is "svn co .../current" doing - I was using this before realizing > > that current doesn't work in eclipse, never used resources/bu

Re: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-12 Thread Costin Manolache
BTW - Mark, many thanks for all this work in moving to SVN, I understand how difficult it is and how limiting and immature SVN and svn tools are. Costin On 11/12/05, Costin Manolache <[EMAIL PROTECTED]> wrote: > On 11/12/05, Mark Thomas <[EMAIL PROTECTED]> wrote: > > Costin Manolache wrote: > >

Re: Repo clean up

2005-11-12 Thread Costin Manolache
connectors/naming, connectors/webapp, connectors/jk/native2. I'm not sure touching 4.1 tree is a good idea - we should do it in HEAD ( i.e. 5.5 ) first ( and maybe only in HEAD ). Costin On 11/12/05, Mark Thomas <[EMAIL PROTECTED]> wrote: > Back we I was doing the SVN migration, a clean-up of o

svn commit: r332865 - /tomcat/jasper/tc5.5.x/jasper2/.project

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 16:58:32 2005 New Revision: 332865 URL: http://svn.apache.org/viewcvs?rev=332865&view=rev Log: Rename to match the dir ( well, not the dir in svn - but the local one that build.xml expects ) Modified: tomcat/jasper/tc5.5.x/jasper2/.project Modified: tomcat/ja

svn commit: r332866 - /tomcat/jasper/tc5.5.x/.project

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 16:58:53 2005 New Revision: 332866 URL: http://svn.apache.org/viewcvs?rev=332866&view=rev Log: This is no longer needed. Removed: tomcat/jasper/tc5.5.x/.project - To unsubscribe, e-mail: [EMA

svn commit: r332867 - /tomcat/jasper/tc5.5.x/jasper2/.classpath

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 17:03:40 2005 New Revision: 332867 URL: http://svn.apache.org/viewcvs?rev=332867&view=rev Log: As I mentioned, the launcher doesn't work with the dir struct in servletapi And most people won't modify servletapi anyway - so it is easier to just use the repository/,

svn commit: r332868 - /tomcat/container/tc5.5.x/.classpath

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 17:04:30 2005 New Revision: 332868 URL: http://svn.apache.org/viewcvs?rev=332868&view=rev Log: Same - use the libs instead of servletapi Modified: tomcat/container/tc5.5.x/.classpath Modified: tomcat/container/tc5.5.x/.classpath URL: http://svn.apache.org/vie

svn commit: r332869 - /tomcat/build/tc5.5.x/.classpath

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 17:06:05 2005 New Revision: 332869 URL: http://svn.apache.org/viewcvs?rev=332869&view=rev Log: Add a .classpath - only include resources. This is needed if you want to debug and run tomcat in eclipse. BTW - hotswapping is really GREAT. Added: tomcat/build/tc5

Re: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-12 Thread Mark Thomas
Costin Manolache wrote: What is "svn co .../current" doing - I was using this before realizing that current doesn't work in eclipse, never used resources/build.xml It is using svn:externals to bring the various modules together under a single directory. See the svn manual for an explanation of

Re: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-12 Thread Costin Manolache
On 11/12/05, Mark Thomas <[EMAIL PROTECTED]> wrote: > Costin Manolache wrote: > >>>What is "svn co .../current" doing - I was using this before realizing > >>>that current doesn't work in eclipse, never used resources/build.xml > >> > >>It is using svn:externals to bring the various modules togethe

svn commit: r332916 - in /tomcat/sandbox/java/org/apache/tomcat/servlets: ./ jsp/ jsp/JspProxyServlet.java

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 23:02:43 2005 New Revision: 332916 URL: http://svn.apache.org/viewcvs?rev=332916&view=rev Log: An experimental ( like all sandbox ) redirector for jasper, so we can include jsp in web-embed.xml, and it could work if jasper is found. Later can be extended to load jas

svn commit: r332917 - in /tomcat/sandbox: .classpath java/server-embed.xml java/web-embed.xml

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 23:03:17 2005 New Revision: 332917 URL: http://svn.apache.org/viewcvs?rev=332917&view=rev Log: Fix classpath, move web-embed and server-embed from build/ Added: tomcat/sandbox/.classpath tomcat/sandbox/java/server-embed.xml tomcat/sandbox/java/web-embed

svn commit: r332919 - in /tomcat/build/tc5.5.x/resources: runtime.MF server-embed.xml web-embed.xml

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 23:06:00 2005 New Revision: 332919 URL: http://svn.apache.org/viewcvs?rev=332919&view=rev Log: Moved to sandbox Removed: tomcat/build/tc5.5.x/resources/runtime.MF tomcat/build/tc5.5.x/resources/server-embed.xml tomcat/build/tc5.5.x/resources/web-embed.x

svn commit: r332927 - in /tomcat/build/tc5.5.x: build.properties.default build.xml

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 23:19:12 2005 New Revision: 332927 URL: http://svn.apache.org/viewcvs?rev=332927&view=rev Log: Removed ( moved to sandbox ) the single-jar option. Added download for rhino. Modified: tomcat/build/tc5.5.x/build.properties.default tomcat/build/tc5.5.x/build.x

svn commit: r332930 - in /tomcat/sandbox: .project build.xml resources/

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 23:23:22 2005 New Revision: 332930 URL: http://svn.apache.org/viewcvs?rev=332930&view=rev Log: Moved stuff from build/ The build.xml file is not following exactly same rules and using same dirs as eclipse. Added: tomcat/sandbox/.project tomcat/sandbox/bui

svn commit: r332931 - /tomcat/sandbox/resources/runtime.MF

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 23:23:42 2005 New Revision: 332931 URL: http://svn.apache.org/viewcvs?rev=332931&view=rev Log: moved the manifest as well Added: tomcat/sandbox/resources/runtime.MF Added: tomcat/sandbox/resources/runtime.MF URL: http://svn.apache.org/viewcvs/tomcat/sandbox/r

svn commit: r332933 - /tomcat/sandbox/java/org/apache/coyote/adapters/MapperAdapter.java

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 23:24:41 2005 New Revision: 332933 URL: http://svn.apache.org/viewcvs?rev=332933&view=rev Log: Use the real mapper. Added: tomcat/sandbox/java/org/apache/coyote/adapters/MapperAdapter.java Added: tomcat/sandbox/java/org/apache/coyote/adapters/MapperAdapter.jav

svn commit: r332935 - in /tomcat/sandbox/java/org/apache/coyote: adapters/JsAdapter.java standalone/Main.java

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 23:25:39 2005 New Revision: 332935 URL: http://svn.apache.org/viewcvs?rev=332935&view=rev Log: Use the real mapper, remove old unused code Modified: tomcat/sandbox/java/org/apache/coyote/adapters/JsAdapter.java tomcat/sandbox/java/org/apache/coyote/standalo

svn commit: r332936 - /tomcat/sandbox/java/org/apache/tomcat/util/log/JdkLoggerFormatter.java

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 23:26:28 2005 New Revision: 332936 URL: http://svn.apache.org/viewcvs?rev=332936&view=rev Log: Better layout Modified: tomcat/sandbox/java/org/apache/tomcat/util/log/JdkLoggerFormatter.java Modified: tomcat/sandbox/java/org/apache/tomcat/util/log/JdkLoggerForm

Re: svn commit: r332823 - in /tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11: Http11BaseProtocol.java Http11Protocol.java

2005-11-12 Thread Costin Manolache
Thanks. Costin On 11/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: pero > Date: Sat Nov 12 11:23:00 2005 > New Revision: 332823 > > URL: http://svn.apache.org/viewcvs?rev=332823&view=rev > Log: > Refactor connection handler for better standalone support > without JMX. > > Modified

svn commit: r332938 - in /tomcat/sandbox: build.xml resources/coyote-http11.MF

2005-11-12 Thread costin
Author: costin Date: Sat Nov 12 23:36:11 2005 New Revision: 332938 URL: http://svn.apache.org/viewcvs?rev=332938&view=rev Log: Finish up - build all 3 'standalones' using same model Added: tomcat/sandbox/resources/coyote-http11.MF (with props) Modified: tomcat/sandbox/build.xml Modifie