At the moment the answer is:

http://server:port/axis2/services/ProxyName

I think it would be good to *at least* change this to something simpler like:

http://server:port/proxy/ProxyName

However, I'd really like to have something that can be set "per proxy"

In other words, I'd like to be able to configure the URL for proxy sq to be:

http://myserver.com:8080/mysuffix/StockQuote
(or anything else)

However! There are some issues. Firstly, this is obviously a transport
dependent property. Secondly, its not going to work in the Tomcat/WAR
case.

On the other hand, we don't currently ship a WAR distro, and when the
NIO code is done, I can't imagine anyone wanting to use a WAR distro
instead of our super NIO non-blocking approach.

So my suggestion is that we make this a <property>, and document it
only works with nio. We can also make the param name clear on that:
<property name="transport.nio.http.URLSuffix" value="/mySuffix/StockQuote"/>.

If it isn't present we default back to /proxy/sq

Paul




--
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to