svn commit: r353881 - /tomcat/container/branches/tc4.1.x/build.xml

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 10:29:25 2005 New Revision: 353881 URL: http://svn.apache.org/viewcvs?rev=353881view=rev Log: Update to remove all references to Jasper 1. Modified: tomcat/container/branches/tc4.1.x/build.xml Modified: tomcat/container/branches/tc4.1.x/build.xml URL:

svn commit: r353883 - /tomcat/container/branches/tc4.1.x/jasper/

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 10:30:45 2005 New Revision: 353883 URL: http://svn.apache.org/viewcvs?rev=353883view=rev Log: Remove Jasper 1 source from TC4 HEAD Removed: tomcat/container/branches/tc4.1.x/jasper/ - To

svn commit: r353884 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/core/ApplicationContext.java

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 10:34:35 2005 New Revision: 353884 URL: http://svn.apache.org/viewcvs?rev=353884view=rev Log: Fix bug 13040. getContext() now allows retrieval of an external context that is a sub-context of the current context. Modified:

svn commit: r353896 - in /tomcat/container/branches/tc4.1.x: build.properties.default catalina/build.xml lib/mx4j.license

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 11:24:23 2005 New Revision: 353896 URL: http://svn.apache.org/viewcvs?rev=353896view=rev Log: Use mx4j license from mx4j distribution rather than a copy in the asf repo Removed: tomcat/container/branches/tc4.1.x/lib/mx4j.license Modified:

DO NOT REPLY [Bug 37781] New: - Permission error causes malformed server.xml to be saved.

2005-12-04 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=37781. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r353899 - /tomcat/container/branches/tc4.1.x/lib/jakarta-regexp-1.2.jar

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 11:33:10 2005 New Revision: 353899 URL: http://svn.apache.org/viewcvs?rev=353899view=rev Log: Remove jakarta-regexp-1.2.jar from repo since the build scripts use a newer version from a different location Removed:

svn commit: r353900 - /tomcat/container/branches/tc4.1.x/lib/

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 12:03:12 2005 New Revision: 353900 URL: http://svn.apache.org/viewcvs?rev=353900view=rev Log: Remove empty directory Removed: tomcat/container/branches/tc4.1.x/lib/ - To unsubscribe, e-mail:

svn commit: r353901 - /tomcat/container/branches/tc4.1.x/.cvsignore

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 12:04:26 2005 New Revision: 353901 URL: http://svn.apache.org/viewcvs?rev=353901view=rev Log: Remove cvs config file Removed: tomcat/container/branches/tc4.1.x/.cvsignore - To unsubscribe,

svn commit: r353902 - in /tomcat/container/branches/tc4.1.x: catalina/.cvsignore tester/.cvsignore webapps/.cvsignore

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 12:06:42 2005 New Revision: 353902 URL: http://svn.apache.org/viewcvs?rev=353902view=rev Log: Remove cvs config files Removed: tomcat/container/branches/tc4.1.x/catalina/.cvsignore tomcat/container/branches/tc4.1.x/tester/.cvsignore

Host Manager Question

2005-12-04 Thread George Sexton
After one has used the host manager to deploy a new host, how do you force a save of the server.xml so that when Tomcat is re-started the host is still there? George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585

Re: Host Manager Question

2005-12-04 Thread Yoav Shapira
Hi, One way that comes to mind is to do anything (at all) in the Admin webapp, then click its commit changes button. This seems like a workaround, but I've used it in the past anyways because usually after deploying a new host I need to tweak some of its configuration... Yoav On 12/4/05, George

RE: Host Manager Question

2005-12-04 Thread George Sexton
I'm really trying to come up with something that is scriptable. I'm also concerned that the saving function seems to force a reload of contexts. I want to do something like: 1) Get an organization name from the user. 2) Create a web application/user name/database automatically. 3) Deploy a

RE: Host Manager Question

2005-12-04 Thread George Sexton
I don't know. I remember the last time I tried to write a patch. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yoav Shapira Sent: Sunday, December 04, 2005 2:06 PM

Bug report for Tomcat 4 [2005/12/04]

2005-12-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2005/12/04]

2005-12-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2005/12/04]

2005-12-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Host Manager Question

2005-12-04 Thread Yoav Shapira
What happened? (Excuse my short memory and laziness to search...) Yoav On 12/4/05, George Sexton [EMAIL PROTECTED] wrote: I don't know. I remember the last time I tried to write a patch. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original

Re: Host Manager Question

2005-12-04 Thread Remy Maucherat
Yoav Shapira wrote: Hi, One way that comes to mind is to do anything (at all) in the Admin webapp, then click its commit changes button. This seems like a workaround, but I've used it in the past anyways because usually after deploying a new host I need to tweak some of its configuration...

DO NOT REPLY [Bug 37381] - pageContext.forward causes Illegal to clear() when buffer size == 0

2005-12-04 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=37381. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.