Hi Folks, Currently we define transport connectors used by the embedded Tomcat server in a file named transports.xml. I think this name is misleading since many users take this file as the place where you have to define Axis2 transport configurations. However Axis2 transports must be defined in the axis2.xml file. In fact connectors defined in the transports.xml do not even have to implement the Axis2 TransportListener interface. They should only implement the Transport interface defined in Carbon server component. These transports are initialized by a special Carbon transport manager impl and they are not even put in the AxisConfiguration. The connectors defined here are used by the embedded server to host the Carbon management console. It has no significance when Carbon is deployed in an application server.
So how about renaming this file to something more meaningful and less confusing? Might I suggest mgt-console.xml? Thanks -- Hiranya Jayathilaka Software Engineer; WSO2 Inc.; http://wso2.org E-mail: [email protected]; Mobile: +94 77 633 3491 Blog: http://techfeast-hiranya.blogspot.com
_______________________________________________ Carbon-dev mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
