[
http://jira.jboss.com/jira/browse/JBREM-713?page=comments#action_12385207 ]
Ron Sigal commented on JBREM-713:
---------------------------------
CoyoteInvoker.event() is defined:
public boolean event(Request arg0, Response arg1, SocketStatus arg2) throws Exception;
but org.apache.tomcat.util.net.SocketStatus is an enum that does not exist in tomcat. To
get around the problem, I've created an interface
org.apache.tomcat.util.net.SocketStatus, put it in tomcat-addenda.jar, and put
tomcat-addenda.jar in .../lib/apache-tomcat. This way, a SocketStatus will be available
if apache-tomcat/*.jar's are on the classpath.
Also, I've changed the definition of the classpaths in build.xml so that the tomcat
jars are included if jdk is 1.4, and jbossweb.jar is included if jdk is 1.5.
Note: test in build.xml should be jdk 1.5 or greater.
Check if jbossweb can replace tomcat jars for the http server
invoker
---------------------------------------------------------------------
Key: JBREM-713
URL:
http://jira.jboss.com/jira/browse/JBREM-713
Project: JBoss Remoting
Issue Type: Task
Security Level: Public(Everyone can see)
Affects Versions: 2.4.0.Beta1 (Pinto)
Reporter: Ron Sigal
Assigned To: Ron Sigal
Fix For: 2.4.0.Beta1 (Pinto)
See if jbossweb has API compatible to tomcat connectors, which would allow it to replace
the tomcar jars for CoyoteInvoker.
See JBREM-705.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira