[prev in list] [next in list] [prev in thread] [next in thread] 

List:       axis-c-user
Subject:    Re: I want to change default service URL in axis2_http_server
From:       Mandar Nandale <mandar.nandale () gmail ! com>
Date:       2012-06-29 6:51:34
Message-ID: CAD5Qr0+msnqXb44RSmS+YgqspRxF41rDaj0=gKXhFK5Etr6UVA () mail ! gmail ! com
[Download RAW message or body]

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=92re using Apache httpd, it advises not to do what you=92re asking=
,
> mainly because all hits to your server would invoke the Axis2C module.  W=
e
> have configured Axis2C to only have one prefix as the article mentions an=
d
> it works fine.  It=92s just a change to the httpd configuration file wher=
e
> 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 =93axis2=94 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 whe=
n
> i create some service using staff_codegenerator and install it, we can se=
e
> 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 ***
>

[Attachment #3 (text/html)]

Hi George,<br>       Thanks for reply, I am using simple axis2c server (axis2c-1.6.0) \
with staff code. Anyway i tried using <a \
href="http://localhost:9090/services/service_name">http://localhost:9090/services/service_name</a> \
and its works for me.<br>  Now my question is, whether axis2c is open source \
software? if not, What are the steps to get Licensed version...<br>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.<br> THANK YOU<br><br><div class="gmail_quote">On \
Thu, Jun 28, 2012 at 7:18 PM, George Loring <span dir="ltr">&lt;<a \
href="mailto:George.Loring@wal-mart.com" \
target="_blank">George.Loring@wal-mart.com</a>&gt;</span> wrote:<br> <blockquote \
class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div link="blue" vlink="purple" \
lang="EN-US"><div><p class="MsoNormal"><span \
style="font-size:11pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:rgb(31,73,125)">Hi \
Mandar,<u></u><u></u></span></p> <p class="MsoNormal"><span \
style="font-size:11pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:rgb(31,73,125)"><u></u> \
<u></u></span></p><p class="MsoNormal"><span \
style="font-size:11pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:rgb(31,73,125)">What \
web server are you using?  Are you using Apache httpd?<u></u><u></u></span></p> <p \
class="MsoNormal"><span \
style="font-size:11pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:rgb(31,73,125)"><u></u> \
<u></u></span></p><p class="MsoNormal"><span \
style="font-size:11pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:rgb(31,73,125)">Take \
a look at this webpage:<u></u><u></u></span></p> <p class="MsoNormal"><span \
style="font-size:11pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:rgb(31,73,125)"><u></u> \
<u></u></span></p><p class="MsoNormal"><span \
style="font-size:11pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:rgb(31,73,125)"><a \
href="http://wso2.org/library/2663" \
target="_blank">http://wso2.org/library/2663</a><u></u><u></u></span></p> <p \
class="MsoNormal"><span \
style="font-size:11pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:rgb(31,73,125)"><u></u> \
<u></u></span></p><p class="MsoNormal"><span \
style="font-size:11pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:rgb(31,73,125)">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 <a href="http://localhost:9090/services/service_name" \
target="_blank">http://localhost:9090/services/service_name</a> as an example and \
remove the need for “axis2” in your endpoint.<u></u><u></u></span></p> <p \
class="MsoNormal"><span \
style="font-size:11pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:rgb(31,73,125)"><u></u> \
<u></u></span></p><div style="border-width:1pt medium medium;border-style:solid none \
none;border-color:rgb(181,196,223) -moz-use-text-color \
-moz-use-text-color;padding:3pt 0in 0in"> <p class="MsoNormal"><b><span \
style="font-size:10pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span \
style="font-size:10pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> Mandar \
Nandale [mailto:<a href="mailto:mandar.nandale@gmail.com" \
target="_blank">mandar.nandale@gmail.com</a>] <br> <b>Sent:</b> Thursday, June 28, \
2012 1:30 AM<br><b>To:</b> <a href="mailto:c-user@axis.apache.org" \
target="_blank">c-user@axis.apache.org</a><br><b>Subject:</b> I want to change \
default service URL in axis2_http_server<u></u><u></u></span></p> </div><div><div \
class="h5"><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Hi,<br>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:<br>  <a \
href="http://localhost:9090/axis2/services/service_name" \
target="_blank">http://localhost:9090/axis2/services/service_name</a>   so i want to \
remove axis2/services part from this url so that i can access my services at: <br>  \
<a href="http://localhost:9090/service_name" \
target="_blank">http://localhost:9090/service_name</a><br>What changes i have to do \
to achieve this? which files to edit?<br>THANK \
YOU<u></u><u></u></p></div></div></div> <div>
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 ***<br>

</div></div>
</blockquote></div><br>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic