jfclere 02/01/17 00:57:35
Modified:webapp/java WarpConnector.java
Log:
Make the WARP connector's thread a daemon thread so that Tomcat shutdown
still works without a System.exit(0) call in Bootstrap.java.
(Ported from TC4.0 author: craigmcc).
Revision ChangesPath
1.2
remm01/12/19 06:24:29
Modified:webapp/java WarpConnector.java
Log:
- Temporary fix for compilation problem against TC 4.0.
Revision ChangesPath
1.27 +1 -1 jakarta-tomcat-connectors/webapp/java/WarpConnector.java
Index: WarpConnector.java
> Ah! That is why it stops building against 4.0.1 ;-(
That's a backward compatible change, and it's very low impact. If you add
the method, it will still build with 4.0, 4.0.x, and the HEAD branch.
Remy
> [EMAIL PROTECTED] wrote:
> >
> > remm01/11/30 23:20:29
> >
> > Modified:weba
Ah! That is why it stops building against 4.0.1 ;-(
[EMAIL PROTECTED] wrote:
>
> remm01/11/30 23:20:29
>
> Modified:webapp/java WarpConnector.java
> Log:
> - Add the findLifecycleListeners method, so that webapp builds against the
> HEAD of the CVS.
>
> Revision Change
remm01/11/30 23:20:29
Modified:webapp/java WarpConnector.java
Log:
- Add the findLifecycleListeners method, so that webapp builds against the
HEAD of the CVS.
Revision ChangesPath
1.26 +8 -0 jakarta-tomcat-connectors/webapp/java/WarpConnector.java
jfclere 01/10/31 00:10:29
Modified:jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java
webapp/java WarpConnector.java
Log:
Rechange net.ServerSocketFactory to ServerSocketFactory.
Otherwise the connectors are not building against TC 4.0.1
Revision ChangesPa
pier01/10/19 12:16:43
Modified:webapp/java WarpConnector.java
Log:
Added "catchall" in socket creation by factory.
Revision ChangesPath
1.23 +3 -4 jakarta-tomcat-connectors/webapp/java/WarpConnector.java
Index: WarpConnector.java
pier01/08/31 10:50:34
Modified:webapp/java WarpConnector.java
Log:
Add navigation link properties so that the entire Catalina component
hierarchy can be navigated. Previously, you could go "down" from a
Service to its associated "Connector" and "Container" children
pier01/07/24 18:29:59
Modified:webapp/java WarpConnector.java
Log:
This should restore compatibility of the WARP connector with B6 and previous
versions of Tomcat.
Revision ChangesPath
1.18 +1 -0 jakarta-tomcat-connectors/webapp/java/WarpConnector.java
pier01/07/24 18:28:06
Modified:webapp/java WarpConnector.java
Log:
Pick up changes from the "jakarta-tomcat-4.0" repository for the Connector
interface changes.
NOTE - This will break compatibility with pre-beta-6 versions of Tomcat 4.0.
Revision ChangesPath
1.17
pier01/07/19 16:45:30
Modified:webapp/java WarpConnector.java WarpPacket.java
Log:
Forgot bean method to set port.
Added applications table.
Revision ChangesPath
1.16 +34 -0 jakarta-tomcat-connectors/webapp/java/WarpConnector.java
Index: WarpConnector
pier01/07/12 19:14:27
Added: webapp/java WarpConnector.java
Log:
Re-added WARP connector for Catalina in its final stage.
Revision ChangesPath
1.10 +391 -266 jakarta-tomcat-connectors/webapp/java/WarpConnector.java
12 matches
Mail list logo