You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Nandika Jayawardana <ja...@gmail.com> on 2012/07/01 02:07:49 UTC

Re: I want to change default service URL in axis2_http_server

Axis2/C is open source software and you can use it for any purpose. You can
refer to apache2 license for more information.

http://www.apache.org/licenses/LICENSE-2.0

Regards
Nandika

On Fri, Jun 29, 2012 at 6:39 PM, Mandar Nandale <ma...@gmail.com>wrote:

> Hi George,
>        Thanks for reply, I am using simple axis2c server (axis2c-1.6.0)
> with staff code. Anyway i tried using
> http://localhost:9090/services/service_name and its works for me.
>                Now my question is, whether axis2c is open source software?
> if not, What are the steps to get Licensed version...
> I am going to create RESTful services with staff and i will use axis2c
> server to host those services. I am going to implement this in commercial
> product so will you please explain me the licensing process.
> THANK YOU
>
>
> On Thu, Jun 28, 2012 at 7:18 PM, George Loring <George.Loring@wal-mart.com
> > wrote:
>
>> Hi Mandar,****
>>
>> ** **
>>
>> What web server are you using?  Are you using Apache httpd?****
>>
>> ** **
>>
>> Take a look at this webpage:****
>>
>> ** **
>>
>> http://wso2.org/library/2663****
>>
>> ** **
>>
>> If you’re using Apache httpd, it advises not to do what you’re asking,
>> mainly because all hits to your server would invoke the Axis2C module.  We
>> have configured Axis2C to only have one prefix as the article mentions and
>> it works fine.  It’s just a change to the httpd configuration file where
>> you load the Axis2C module.  So, you could do something like
>> http://localhost:9090/services/service_name as an example and remove the
>> need for “axis2” in your endpoint.****
>>
>> ** **
>>
>> *From:* Mandar Nandale [mailto:mandar.nandale@gmail.com]
>> *Sent:* Thursday, June 28, 2012 1:30 AM
>> *To:* c-user@axis.apache.org
>> *Subject:* I want to change default service URL in axis2_http_server****
>>
>> ** **
>>
>> Hi,
>> I am using axis2c server with staff to implement RESTful services, so
>> when i create some service using staff_codegenerator and install it, we can
>> see the service at:
>>  http://localhost:9090/axis2/services/service_name   so i want to remove
>> axis2/services part from this url so that i can access my services at:
>>  http://localhost:9090/service_name
>> What changes i have to do to achieve this? which files to edit?
>> THANK YOU****
>>  This email and any files transmitted with it are confidential and
>> intended solely for the individual or entity to whom they are addressed. If
>> you have received this email in error destroy it immediately. *** Walmart
>> Confidential ***
>>
>
>