I tried creating "axis2.xml" with the following entries (for both http and
https and placed under ../WEB-INF) but no luck.

<transportReceiver name="http"
class="org.apache.axis2.transport.http.AxisServletListener">
    <parameter name="port">80</parameter>
</transportReceiver>

<transportReceiver name="https"
class="org.apache.axis2.transport.http.AxisServletListener">
    <parameter name="port">443</parameter>
</transportReceiver>

Also based on this thread, I tried the same steps on both axis 1.6.0 and
1.5.5 no luck either:

http://mail-archives.apache.org/mod_mbox/axis-java-user/201101.mbox/%3cc9fc78520befcb438ccf2e0101a7a8050263acd...@exchange07.scdc.local%3E

On Tue, Aug 30, 2011 at 5:21 PM, Andreas Veithen
<andreas.veit...@gmail.com>wrote:

> Please refer to the relevant documentation:
>
> http://axis.apache.org/axis2/java/core/docs/servlet-transport.html
>
> Andreas
>
>

Reply via email to