try deploying the axis2 as the ROOT and

change this entry in web.xml
 <servlet-mapping>
        <servlet-name>AxisServlet</servlet-name>
        <url-pattern>/services/*</url-pattern>
    </servlet-mapping>


to

 <servlet-mapping>
        <servlet-name>AxisServlet</servlet-name>
        <url-pattern>/*</url-pattern>
    </servlet-mapping>

thanks,
Amila.


On Mon, Dec 8, 2008 at 8:25 PM, Nowak Brad <[EMAIL PROTECTED]> wrote:

>  How can I configure Axis2 to deploy a service at the context root?  Right
> now I can only deploy them from the service path (using SimpleHTTPServer).
>  My project requires a service to be deployed at http://localhost:8081/.
>
>
>
> Thanks,
>
>
>
> Brad
>



-- 
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/

Reply via email to