https://issues.apache.org/bugzilla/show_bug.cgi?id=50169
Summary: Trying to register wrapper and welcomeFile to Mapper
before context is registered on Mapper.
Product: Tomcat 7
Version: trunk
Platform: All
OS/Version: All
Hi,
I've done the automation build using build.xml(attached) for our
applications.
If there is any compilation error on build process, the web.xml needs to be
returned to the web-inf directory... or at least handled. Is there a way to
put some error handling logic in build.xml? Any help will be
2010/10/28 pannar :
>
1. Your question is about usage of a product, not about developing it.
It must be asked on the appropriate users@ mailing list. It is
offtopic on d...@.
2. Your question is about Apache Ant. That project lives at
http://ant.apache.org Look for manuals and support options th
Hi to all,
I'm currently experimenting various DBCP pools for Tomcat and wonder
why Filip "jdbc-pool" is not bundled with Tomcat 6.0.x / 7.0.x ?
Also, could it be deployed to Maven repo so it could be used and
deployed more easily ?
Regards
--
2010/10/28 Henri Gomez :
> Hi to all,
>
> I'm currently experimenting various DBCP pools for Tomcat and wonder
> why Filip "jdbc-pool" is not bundled with Tomcat 6.0.x / 7.0.x ?
>
It cannot be distributed, because there are no official releases of it yet.
There were several candidate builds, but
I am new to this forum. Please move redirect me to ant users forum with this
thread.
I would like to know whether there is any attribute like failOnerror=true on
javac tab on the build.xml to avoid deleting the web.xml when the javac
compilation fails. Hope you have read my build.xml file.
Ko
2010/10/28 pannar :
>
> I am new to this forum. Please move redirect me to ant users forum with this
> thread.
>
It is not a forum. It is a mailing list.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional
Author: mturk
Date: Thu Oct 28 10:39:30 2010
New Revision: 1028252
URL: http://svn.apache.org/viewvc?rev=1028252&view=rev
Log:
Votes ...
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=
On 28/10/2010 11:02, Henri Gomez wrote:
> Hi to all,
>
> I'm currently experimenting various DBCP pools for Tomcat and wonder
> why Filip "jdbc-pool" is not bundled with Tomcat 6.0.x / 7.0.x ?
Several reasons:
1. It isn't a 100% compatible drop-in replacement. There are some
features in Commons
Author: kkolinko
Date: Thu Oct 28 11:35:48 2010
New Revision: 1028263
URL: http://svn.apache.org/viewvc?rev=1028263&view=rev
Log:
Add changelog entry for r1027893
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/v
Author: markt
Date: Thu Oct 28 12:31:07 2010
New Revision: 1028276
URL: http://svn.apache.org/viewvc?rev=1028276&view=rev
Log:
Remove unused code
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.j
> > I am new to this forum. Please move redirect me to ant users forum with this
> > thread.
>
> It is not a forum. It is a mailing list.
More precisely, the "real" version of this list is a mailing list.
It is copied to several forum sites, which google leads people to
instead of the list archiv
Author: rjung
Date: Thu Oct 28 13:50:21 2010
New Revision: 1028295
URL: http://svn.apache.org/viewvc?rev=1028295&view=rev
Log:
Vote, comment.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt
Author: rjung
Date: Thu Oct 28 13:55:34 2010
New Revision: 1028297
URL: http://svn.apache.org/viewvc?rev=1028297&view=rev
Log:
Vote.
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?rev=1028
> Several reasons:
>
> 1. It isn't a 100% compatible drop-in replacement. There are some
> features in Commons DBCP that jdbc-pool doesn't provide.
I was thinking at JDBC pool for Datasources management as an
alternative to Tomcat DBCP pool based on Common DBCP.
> 2. Every time Filip tried to get
Ok thanks much for the info!
--
View this message in context:
http://old.nabble.com/Is-it-possible-to-handle-exception-on-ant-build--tp30074458p30077149.html
Sent from the Tomcat - Dev mailing list archive at Nabble.com.
-
T
Author: rjung
Date: Thu Oct 28 16:27:31 2010
New Revision: 1028377
URL: http://svn.apache.org/viewvc?rev=1028377&view=rev
Log:
Overhaul JspQueue, no functional change for Jasper.
- Rename class to FastRemovalDequeue, because
it can be used gnerally. Nothing jsp related in it.
- Rename "head" t
Author: rjung
Date: Thu Oct 28 17:13:25 2010
New Revision: 1028389
URL: http://svn.apache.org/viewvc?rev=1028389&view=rev
Log:
Reduce visibility. All those are only needed
by the Queue implementation, not by the consumer
of the collection.
Modified:
tomcat/trunk/java/org/apache/jasper/util/En
On 23 October 2010 12:05, Mark Thomas wrote:
> On 23/10/2010 11:40, Sylvain Laurent wrote:
>> so, we lose the information of what bug was fixed in which version for
>> tomcat 7 ? (apart from the comments)
>
> Yes, but that was always the case with Bugzilla. You get the version it
> was reported a
Author: rjung
Date: Thu Oct 28 17:30:28 2010
New Revision: 1028396
URL: http://svn.apache.org/viewvc?rev=1028396&view=rev
Log:
Move Entry to an inner class of FastRemovalDequeue.
All implementation details of Entry are now opaque
to the consumer of the FastRemovalDequeue.
Remove double generific
On 23 October 2010 15:33, wrote:
> Author: jboynes
> Date: Sat Oct 23 14:33:47 2010
> New Revision: 1026619
>
> URL: http://svn.apache.org/viewvc?rev=1026619&view=rev
> Log:
> Add compat and jstlel modules to start refactoring 1.0 support
>
> Added:
> tomcat/taglibs/standard/trunk/compat/ (w
On 25 October 2010 14:55, wrote:
> Author: markt
> Date: Mon Oct 25 13:55:54 2010
> New Revision: 1027120
>
> URL: http://svn.apache.org/viewvc?rev=1027120&view=rev
> Log:
> Fix numerous typos.
> Patch provide by Luke Meyer.
>
> Modified:
> tomcat/trunk/webapps/docs/security-howto.xml
>
> Modi
On 28 October 2010 18:44, sebb wrote:
> On 25 October 2010 14:55, wrote:
>> Author: markt
>> Date: Mon Oct 25 13:55:54 2010
>> New Revision: 1027120
>>
>> URL: http://svn.apache.org/viewvc?rev=1027120&view=rev
>> Log:
>> Fix numerous typos.
>> Patch provide by Luke Meyer.
>>
>> Modified:
>> t
Mark already fixed it in r1027121.
On 28.10.2010 19:44, sebb wrote:
On 25 October 2010 14:55, wrote:
Author: markt
Date: Mon Oct 25 13:55:54 2010
New Revision: 1027120
URL: http://svn.apache.org/viewvc?rev=1027120&view=rev
Log:
Fix numerous typos.
Patch provide by Luke Meyer.
Modified:
t
On 24 October 2010 13:18, wrote:
> Author: markt
> Date: Sun Oct 24 12:18:47 2010
> New Revision: 1026772
>
> URL: http://svn.apache.org/viewvc?rev=1026772&view=rev
> Log:
> Allow Checkstyle's unused imports test to be used with the o.a.catalina
> package
> Fix Eclipse warnings
>
> Modified:
>
On 21 October 2010 17:26, wrote:
> Author: markt
> Date: Thu Oct 21 16:26:50 2010
> New Revision: 1026057
>
> URL: http://svn.apache.org/viewvc?rev=1026057&view=rev
> Log:
> Allow Checkstyle's unused imports test to be used with this class
> Fix Eclipse warnings
>
> Modified:
> tomcat/trunk/ja
https://issues.apache.org/bugzilla/show_bug.cgi?id=50175
Summary: Enhance memory leak detection by selectively applying
methods,
Product: Tomcat 7
Version: trunk
Platform: All
OS/Version: All
Status: NEW
S
https://issues.apache.org/bugzilla/show_bug.cgi?id=50175
--- Comment #1 from Pid 2010-10-28 17:12:37 EDT ---
Created an attachment (id=26223)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26223)
Simple patch illustrating idea
Adds a system property and checks for it during app undep
https://issues.apache.org/bugzilla/show_bug.cgi?id=50175
Leon Rosenberg changed:
What|Removed |Added
CC||rosenberg.l...@gmail.com
--
Conf
Author: markt
Date: Thu Oct 28 22:29:25 2010
New Revision: 1028521
URL: http://svn.apache.org/viewvc?rev=1028521&view=rev
Log:
Provide configuration option to work around new welcome file mapping
requirements of section 10.10 Servlet 3.0 that break a lot of existing apps.
The default configurati
https://issues.apache.org/bugzilla/show_bug.cgi?id=49422
--- Comment #8 from Mark Thomas 2010-10-28 18:32:17 EDT ---
The new Servlet 3.0 requirements have caused a number of issues. As of Tomcat
7.0.5 a new context option is available "resourceOnlyServlets" that can be used
to list Servlets that
Author: markt
Date: Thu Oct 28 22:33:45 2010
New Revision: 1028522
URL: http://svn.apache.org/viewvc?rev=1028522&view=rev
Log:
Add new feature
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/w
Author: markt
Date: Thu Oct 28 22:34:52 2010
New Revision: 1028523
URL: http://svn.apache.org/viewvc?rev=1028523&view=rev
Log:
Missing closing tag
Modified:
tomcat/trunk/webapps/docs/config/context.xml
Modified: tomcat/trunk/webapps/docs/config/context.xml
URL:
http://svn.apache.org/viewvc/
Author: kkolinko
Date: Thu Oct 28 23:42:42 2010
New Revision: 1028547
URL: http://svn.apache.org/viewvc?rev=1028547&view=rev
Log:
Improve exception handling in PersistentManagerBase when running with a
security manager.
Fixes https://issues.apache.org/bugzilla/show_bug.cgi?id=50128
It is backport
https://issues.apache.org/bugzilla/show_bug.cgi?id=50128
--- Comment #2 from Konstantin Kolinko 2010-10-28
19:44:40 EDT ---
Fixed in 6.0 by r1028547, will be in 6.0.30
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because:
Author: kkolinko
Date: Thu Oct 28 23:58:00 2010
New Revision: 1028554
URL: http://svn.apache.org/viewvc?rev=1028554&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50131
Avoid possible NPE in debug output in PersistentValve.
Based on the patch provided by sebb
Modified:
t
https://issues.apache.org/bugzilla/show_bug.cgi?id=50131
--- Comment #3 from Konstantin Kolinko 2010-10-28
19:59:54 EDT ---
Fixed in 6.0 by r1028554, will be in 6.0.30.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because:
Author: kkolinko
Date: Fri Oct 29 00:03:47 2010
New Revision: 1028556
URL: http://svn.apache.org/viewvc?rev=1028556&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50131
Avoid possible NPE in debug output in PersistentValve.
Based on the patch provided by sebb
Modified:
t
https://issues.apache.org/bugzilla/show_bug.cgi?id=50131
--- Comment #4 from Konstantin Kolinko 2010-10-28
20:05:40 EDT ---
Fixed in 5.5 by r1028556, will be in 5.5.32.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because:
Author: kkolinko
Date: Fri Oct 29 00:12:59 2010
New Revision: 1028559
URL: http://svn.apache.org/viewvc?rev=1028559&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49965
Use correct i18n resources for StringManager in JAASRealm
Fixed using the "alternative" patch.
Modified:
https://issues.apache.org/bugzilla/show_bug.cgi?id=49965
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: kkolinko
Date: Fri Oct 29 00:37:33 2010
New Revision: 1028562
URL: http://svn.apache.org/viewvc?rev=1028562&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49665
Better handling for missing TLD files. Report JSP filename and location.
Patch provided by Ted Leung.
Modi
https://issues.apache.org/bugzilla/show_bug.cgi?id=49665
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: kkolinko
Date: Fri Oct 29 00:56:05 2010
New Revision: 1028565
URL: http://svn.apache.org/viewvc?rev=1028565&view=rev
Log:
Use correct arguments for an error message in TagLibraryInfoImpl.
It is a followup to r937791
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfo
Author: kkolinko
Date: Fri Oct 29 01:13:43 2010
New Revision: 1028575
URL: http://svn.apache.org/viewvc?rev=1028575&view=rev
Log:
Add changelog entry for r1005802
Also corrected a typo
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
h
Author: kkolinko
Date: Fri Oct 29 01:17:29 2010
New Revision: 1028576
URL: http://svn.apache.org/viewvc?rev=1028576&view=rev
Log:
Add changelog entry for r1024318
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://
Author: kkolinko
Date: Fri Oct 29 01:44:30 2010
New Revision: 1028585
URL: http://svn.apache.org/viewvc?rev=1028585&view=rev
Log:
add a note
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?
Author: kfujino
Date: Fri Oct 29 02:53:53 2010
New Revision: 1028592
URL: http://svn.apache.org/viewvc?rev=1028592&view=rev
Log:
Improve sending an access message in DeltaManager.
maxInactiveInterval of not Manager but the session is used.
If maxInactiveInterval is negative, an access message is
https://issues.apache.org/bugzilla/show_bug.cgi?id=50177
Summary: Heap size or memory issue?
Product: Tomcat 6
Version: unspecified
Platform: HP
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Co
Author: kfujino
Date: Fri Oct 29 05:22:16 2010
New Revision: 1028618
URL: http://svn.apache.org/viewvc?rev=1028618&view=rev
Log:
Improve sending an access message in DeltaManager.
maxInactiveInterval of not Manager but the session is used.
If maxInactiveInterval is negative, an access message is
https://issues.apache.org/bugzilla/show_bug.cgi?id=50177
Pid changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
51 matches
Mail list logo