remm2003/06/15 00:09:10
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- The context needs to be registered in JMX before starting the pipeline.
Otherwise, the valves will not get unregistered properly when undeploying.
remm2003/06/15 00:10:28
Modified:catalina/src/share/org/apache/catalina/core
NamingContextListener.java
Log:
- Address bug 20758.
- One unbind context was missing.
Revision ChangesPath
1.3 +5 -4
remm2003/06/15 00:22:16
Modified:catalina/src/share/org/apache/catalina/loader
WebappClassLoader.java WebappLoader.java
Log:
- Add a machanism to release JAR objects periodically.
- This should decrease classloading performance because of a big sync
remm2003/06/15 00:41:12
Modified:catalina/src/share/org/apache/catalina/startup
ContextConfig.java TldConfig.java
Log:
- Address bug 20758.
- Cleanup digester after processing.
Revision ChangesPath
1.27 +3 -5
remm2003/06/15 00:41:56
Modified:catalina/src/share/org/apache/catalina/startup
HostConfig.java
Log:
- Better handling for webapps which have been undeployed through the
manager.
Revision ChangesPath
1.13 +11 -7
remm2003/06/15 00:42:51
Modified:catalina/src/share/org/apache/catalina/core
StandardHostDeployer.java
Log:
- Address bug 20758.
- Remove apparently useless reference.
Revision ChangesPath
1.10 +2 -10
remm2003/06/15 01:17:37
Modified:catalina/src/share/org/apache/catalina/servlets
DefaultServlet.java
Log:
- Using a thread local doesn't seem worthwhile, as corectness requires the
resource info be recycled at the end of processing (otherwise, the
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20786.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
[EMAIL PROTECTED] wrote:
Hello,
I'm a brand new user of Apache Tomcat 4.1.24 (on windows 2000), and I have a question.
First of all, forgive me if this is trivial, but investigating the source, and various web resources, I was not capable to find the answer, so I hope you can help me.
I saw
remm2003/06/15 06:03:11
Modified:catalina/src/share/org/apache/catalina Host.java
Log:
- Update the host properties, as discussed earlier:
- liveDeploy - autoDeploy: dynamic deployement of webapps put in the host
appBase
- autoDeploy - deployOnStartup: Deploy
remm2003/06/15 06:03:36
Modified:catalina/src/share/org/apache/catalina/core
mbeans-descriptors.xml StandardHost.java
Log:
- Update the host properties, as discussed earlier:
- liveDeploy - autoDeploy: dynamic deployement of webapps put in the host
remm2003/06/15 06:10:41
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Move context descriptors to
$CATALINA_BASE/conf/engine name/host name, as proposed by Glenn.
- This should make the feature secure, and I think
remm2003/06/15 06:11:25
Modified:catalina/src/share/org/apache/catalina/startup
HostConfig.java
Log:
- Update the host properties, as discussed earlier:
- liveDeploy - autoDeploy: dynamic deployement of webapps put in the host
appBase
-
remm2003/06/15 06:12:44
Modified:catalina/src/conf web.xml
Log:
- Comment out the invoker servlet declaration in addition to its mapping.
Revision ChangesPath
1.18 +2 -0 jakarta-tomcat-catalina/catalina/src/conf/web.xml
Index: web.xml
remm2003/06/15 06:13:18
Modified:.build.xml
Log:
- Copy manager and admin.xml to the new locations.
Revision ChangesPath
1.131 +2 -2 jakarta-tomcat-5/build.xml
Index: build.xml
remm2003/06/15 06:32:35
Modified:.build.xml
Log:
- Copy the commons-daemon JAR (the daemon loader class is still needed).
Revision ChangesPath
1.132 +2 -0 jakarta-tomcat-5/build.xml
Index: build.xml
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
remm2003/06/15 11:27:12
Modified:catalina/src/share/org/apache/catalina/ant DeployTask.java
InstallTask.java RemoveTask.java
Log:
- Update the Ant tasks as described in the updated documentation.
- Install and remove will still be present for
remm2003/06/15 11:31:45
Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager
HTMLManagerServlet.java LocalStrings.properties
ManagerServlet.java
Log:
- Update the manager to implement the new functionality as
remm2003/06/15 11:32:10
Modified:webapps/docs status.xml
Log:
- Update status.
Revision ChangesPath
1.2 +0 -3 jakarta-tomcat-catalina/webapps/docs/status.xml
Index: status.xml
===
RCS
billbarker2003/06/15 19:45:56
Modified:util/java/org/apache/tomcat/util/net/puretls
PureTLSSocketFactory.java PureTLSSupport.java
Log:
Fixes for CLIENT-CERT auth when using PureTLS
1) We need to set the rootFile always, since it is needed for CLIENT-CERT
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20794.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20794.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
25 matches
Mail list logo