Here it is... I had to develep it myself. Anyway here it is if anyone else
might need it. It's for debian, but I am sure it would work with RedHat and
other distributions as well with minor changes in code.
#!/bin/sh
# Written by Dzenan Causevic
# JAVA_HOME and AXIS2_HOME must be defined prior
This may help.
http://wso2.org/library/2769
On Tue, Jun 29, 2010 at 6:25 PM, dcausevic wrote:
>
> I am running Ubuntu 9.04 (Jaunty Jackalope) in text mode and I wanted to
> add
> Axis2 to my services that run on the system startup. Does anybody have a
> custom startup script that I could put in
I changed my axis2 (1.5) service url to /data/MyService instead of
/axis2/services/MyService by doing the following
1. deleted the default tomcat ROOT web service and renamed axis2 to ROOT
2. In web.xml I added
AxisServlet
/data/*
3. In axis2.xml I set the parameter
data
This works fine
Just to close the loop on this one...
I should have seen this easily. Too much staring at SOAP messages had blinded
me apparently. The xmlns entries were being changed by the server. Apparently
the SOAP framework they used generates generic namespace entries and they have
to manually modify
I think $AXIS2_HOME/bin/axis2server.sh would do your job, try it and let's
know.
Deepal
On Tue, Jun 29, 2010 at 8:55 AM, dcausevic wrote:
>
> I am running Ubuntu 9.04 (Jaunty Jackalope) in text mode and I wanted to
> add
> Axis2 to my services that run on the system startup. Does anybody have a
Hi everyone.
Using a single ServiceDelegate instance, can I call getPort(...) from a
multithread, non-synchronized environment? That is, will two calls to
getPort(...) that occur concurrently on the same instance of ServiceDelegate
succeed?
PS: https://issues.apache.org/jira/browse/AXIS2-4391 does