[jboss-jira] [JBoss JIRA] Commented: (JBREM-713) Check if jbossweb can replace tomcat jars for the http server invoker

Ron Sigal (JIRA) jira-events at lists.jboss.org
Fri Oct 26 02:17:02 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBREM-713?page=comments#action_12384483 ] 
            
Ron Sigal commented on JBREM-713:
---------------------------------

To elaborate on the changes, they involve adding 

1. method event() to CoyoteInvoker
2. method getSSLSupport(SSLSession session) to RemotingSSLImplementation, and
3. constructor RemotingSSLSupport(SSLSession session) to RemotingSSLSupport(SSLSession.

The important thing to note is that, while these changes are necessary to achieve source compatibility with JBossWeb, they are not necessary for binary compatibility.  The CoyoteInvoker.event() method would only be called when the coyote system is in "comet" mode, and the RemotingSSLImplementation.getSSLSupport(SSLSession session)  would only be called by the Http11NioProtocol coyote class.  Neither of these is relevant to the current use of the coyote system by Remotig.

So current Remoting releases running in, for example, JBossAS 4.2.0.GA, will work with jbossweb.jar that ships with JBossAS.

> 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

        



More information about the jboss-jira mailing list