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=353881&view=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: http://

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=353883&view=rev Log: Remove Jasper 1 source from TC4 HEAD Removed: tomcat/container/branches/tc4.1.x/jasper/ - To unsu

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=353884&view=rev Log: Fix bug 13040. getContext() now allows retrieval of an external context that is a sub-context of the current context. Modified: tomcat/container/branches/tc4.1.x/cata

DO NOT REPLY [Bug 13040] - can't retrieve external context who's uri is a sub-dir of current context

2005-12-04 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: r353887 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/ApplicationContext.java webapps/docs/changelog.xml

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 10:41:19 2005 New Revision: 353887 URL: http://svn.apache.org/viewcvs?rev=353887&view=rev Log: Fix bug 13040. getContext() now allows retrieval of an external context that is a sub-context of the current context. Ported from TC4. Modified: tomcat/container/tc5.

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=353896&view=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: tomcat/container/b

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 . 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: 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=353899&view=rev Log: Remove jakarta-regexp-1.2.jar from repo since the build scripts use a newer version from a different location Removed: tomcat/container/branches/tc4.1.x/lib/jakarta-re

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=353900&view=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=353901&view=rev Log: Remove cvs config file Removed: tomcat/container/branches/tc4.1.x/.cvsignore - To unsubscribe, e-

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=353902&view=rev Log: Remove cvs config files Removed: tomcat/container/branches/tc4.1.x/catalina/.cvsignore tomcat/container/branches/tc4.1.x/tester/.cvsignore tomcat/container/bra

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, Georg

May Chun Chew/FEA/PEC is out of the office.

2005-12-04 Thread May Chun Chew
I will be out of the office starting 12/05/2005 and will not return until 12/13/2005. I will respond to your message when I return. For urgent matters, pls contact SP Lim at [EMAIL PROTECTED] or 63629384. - To unsubscribe,

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 vir

Re: Host Manager Question

2005-12-04 Thread Yoav Shapira
Hi, It may be a fairly simple addition to the Manager and/or HostManager servlets, if someone wanted to write the enhancement patch ;) Yoav On 12/4/05, George Sexton <[EMAIL PROTECTED]> wrote: > I'm really trying to come up with something that is scriptable. I'm also > concerned that the saving f

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 P

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

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

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 > > > > -Ori

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu