On 2010-11-02, Jeremy Boynes wrote:
> This started failing with r1029387. If I remove the
> bundle from the spec module then the reactor
> starts resolving it again. Could this be something with the bundle
> plugin not working with the package goal?
I don't think so. It is more likely that the r
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
Michael Osipov changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #15 from Michael
https://issues.apache.org/bugzilla/show_bug.cgi?id=50197
Summary: Provide *.sh scripts with jsvc
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Author: rjung
Date: Tue Nov 2 10:32:59 2010
New Revision: 1029996
URL: http://svn.apache.org/viewvc?rev=1029996&view=rev
Log:
The jspFile attribute is no longer available
in the StandardWrapper as of r1003589.
Modified:
tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml
Modif
https://issues.apache.org/bugzilla/show_bug.cgi?id=50175
--- Comment #4 from Leon Rosenberg 2010-11-02
06:35:02 EDT ---
I think we should generally distinguish the different usage scenarios.
For what I know, most people who use tomcat in production environment (in
portals or b2c sites) do not u
Author: rjung
Date: Tue Nov 2 10:55:05 2010
New Revision: 102
URL: http://svn.apache.org/viewvc?rev=102&view=rev
Log:
Fix MBean description.
Modified:
tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml
Modified: tomcat/trunk/java/org/apache/catalina/realm/mbeans-desc
Author: rjung
Date: Tue Nov 2 10:57:26 2010
New Revision: 103
URL: http://svn.apache.org/viewvc?rev=103&view=rev
Log:
Fix some MBean descriptors:
- "asyncSupported" needs is="true" for Valves
- "containerName" is gone in valves since r940802
- "enabled" uses "get" instead of "is"
Modifie
https://issues.apache.org/bugzilla/show_bug.cgi?id=50198
Summary: Fix possible NPE warning and remove one-time init from
loop
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Author: rjung
Date: Tue Nov 2 12:14:43 2010
New Revision: 1030014
URL: http://svn.apache.org/viewvc?rev=1030014&view=rev
Log:
Add logging and JMX support to JSP unloading.
Also need to make getContent() public in
FastRemovalDequeue to support logging.
Modified:
tomcat/trunk/java/org/apache/
Author: rjung
Date: Tue Nov 2 13:30:52 2010
New Revision: 1030037
URL: http://svn.apache.org/viewvc?rev=1030037&view=rev
Log:
Log the right JSP.
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java
Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeCon
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685
--- Comment #16 from Mark Thomas 2010-11-02 12:12:59 EDT ---
(In reply to comment #15)
> in my opinion all of these additional dependencies are superfluous. I wrote a
> SpnegoAuthenticator for our webapps in less than 300 lines of code. All
https://issues.apache.org/bugzilla/show_bug.cgi?id=49099
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
The package goal should work as the reactor resolves dependencies using the
built artifacts rather than the local repository. It does work with the normal
"jar" packaging and fails with "bundle" packaging so there is something going
on.
Using the install goal modifies the local repository and a
https://issues.apache.org/bugzilla/show_bug.cgi?id=50168
--- Comment #5 from Tim Funk 2010-11-02 15:17:10 EDT ---
I don't think the patch works.
What I (think I) notice is StandardWrapperValve being destroyed for each
servlet in the webapp.
By default there is the default servlet and jsp servle
Author: markt
Date: Tue Nov 2 19:26:07 2010
New Revision: 1030188
URL: http://svn.apache.org/viewvc?rev=1030188&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49099
Include requests rejected by CoyoteAdapter in the access log(s)
Added:
tomcat/tc6.0.x/trunk/java/org/apac
Author: kkolinko
Date: Tue Nov 2 21:32:38 2010
New Revision: 1030237
URL: http://svn.apache.org/viewvc?rev=1030237&view=rev
Log:
proposal
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?re
Author: kkolinko
Date: Tue Nov 2 22:04:44 2010
New Revision: 1030253
URL: http://svn.apache.org/viewvc?rev=1030253&view=rev
Log:
Improve handling of nulls in StandardEngine.logAccess()
This takes care of the case when findChild(getDefaultHost()) returns null.
Modified:
tomcat/trunk/java/org
Author: kkolinko
Date: Tue Nov 2 22:21:13 2010
New Revision: 1030264
URL: http://svn.apache.org/viewvc?rev=1030264&view=rev
Log:
proposal
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?re
https://issues.apache.org/bugzilla/show_bug.cgi?id=50201
Summary: StandardEngine.defaultAccessLog may become stale when
ROOT webapp is redeployed
Product: Tomcat 6
Version: 6.0.29
Platform: PC
OS/Version: Windows XP
We are trying to integrate IIS and Tomcat. We get the Service temporarily
unavailable or Bad Gateway message.
isapi_redirect.properties
extension_uri=/tomcat/isapi_redirect.dll
log_file=C:\apps\Tomcat 6.0\logs\jk_iis.log
log_level=trace
worker_file=C:\apps\Tomcat 6.0\conf\workers.properties
worke
https://issues.apache.org/bugzilla/show_bug.cgi?id=50202
Summary: web.xml cant load because of
Product: Tomcat 5
Version: 5.5.31
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: blocker
Priority: P2
On 03/11/2010 03:12, sbpdvlpr wrote:
>
> We are trying to integrate IIS and Tomcat. We get the Service temporarily
> unavailable or Bad Gateway message.
>
> isapi_redirect.properties
> extension_uri=/tomcat/isapi_redirect.dll
> log_file=C:\apps\Tomcat 6.0\logs\jk_iis.log
> log_level=trace
> worke
https://issues.apache.org/bugzilla/show_bug.cgi?id=50202
Pid changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
23 matches
Mail list logo