You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Federica Ciotti (JIRA)" <ju...@ws.apache.org> on 2007/01/24 11:59:49 UTC

[jira] Commented: (JUDDI-94) AxisHandler

    [ https://issues.apache.org/jira/browse/JUDDI-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466987 ] 

Federica Ciotti commented on JUDDI-94:
--------------------------------------

juddi is deployed like a servet in tomcat, so why I need to register it with the Axis handler?
I have no clear idea about the relationships among juddi, tomcat and axis.

Could you help me?
 

> AxisHandler
> -----------
>
>                 Key: JUDDI-94
>                 URL: https://issues.apache.org/jira/browse/JUDDI-94
>             Project: jUDDI
>          Issue Type: Improvement
>    Affects Versions: 0.9rc4
>         Environment: Linux Fedora5, tomcat 5.5.20, java1.5.0_0.9, Axis2 1.0
>            Reporter: Federica Ciotti
>         Assigned To: Steve Viens
>
> In this article http://www.devx.com/java/Article/21390/0/page/4 
> I found out that "
> jUDDI uses Apache Axis to handle SOAP messaging. Axis defines a transparent transport framework that allows different transport protocols to be used. For the HTTP protocol, any servlet derived from the org.apache.axis.transport.http.AxisServlet class is a candidate for handling HTTP requests. In jUDDI, three servlets extend the AxisServlet class:
>    1. org.apache.juddi.transport.axis.AdminServlet
>    2. org.apache.juddi.transport.axis.PublishServlet
>    3. org.apache.juddi.transport.axis.InquiryServlet
> This all seems quite straightforward, however, there is a slight twist?jUDDI registers these three classes as servlets with an application server, but only uses them to determine the type of request that is made.
> The actual processing is handled by the org.apache.juddi.transport.axis.AxisHandler class which must be registered with the Axis handler-chain."
> How can this registration with the Axis handler-chain be archived?
> And what is the role of the three sevlet?
> Thanks 
> Federica

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org