Nope. I still get a bad gateway.
On Mon, Jan 24, 2011 at 10:51 PM, Andreas Veithen wrote:
> If you replace "viewvc" by "repos/asf", then it should work.
>
> Andreas
>
> On Mon, Jan 24, 2011 at 23:09, J K wrote:
> > Hi guys,
> >
> > I'm helping to troubleshoot a production issue--it is only som
I believe we had a similar problem.
I believe this occurred when we enabled reuse of the underlying http
client (since we use SSL and we wanted to avoid the cost of
establishing the secure channel)
http://axis.apache.org/axis2/java/core/docs/http-transport.html#reusing_httpclient_object
I can't r
On Wed, Jan 19, 2011 at 11:53 PM, Dennis Sosnoski wrote:
> The stubs are reusable, but not reentrant - so if you're running
> multiple threads you'll want to either create a new one each time
> (higher overhead), cache them per thread, or synchronize around each use
> (only if there's not much use
Hi,
I am axis starter and I have the following question.
Most of the tutorials mention that to deploy a pojo, the pojo should be placed
under the pojo directory (and if it does not exist create it).
Additionally, pojos under a package, should be placed in a .jar and modify the
deployer in ax
We are getting classloading conflicts when trying to deploy Axis2 1.5.3 on
Websphere 7, Fixpack 13 that are preventing the addressing-1.5.3.mar from
loading:
[1/24/11 18:53:53:765 CST] 0030 ModuleDeploye E
org.apache.axis2.deployment.ModuleDeployer deploy The addressing-1.5.3.mar
module,
Hi,
I've been building a Web Service using Axis2 1.5.4 and Rampart 1.5. I want the
messages to be signed and to include a timestamp therefore I already did all
the configurations at server-side and client-side. I'm having some trouble when
it comes to validate the message at server-side because
Thanks Andreas - that's exactly what I needed to know!
>Axis2 1.5.4 comes with a newer version of Apache Axiom (to take
>advantages of security and performance improvements). In that version
>of Axiom, the IS_DATA_HANDLER_AWARE thing is superseded by a more
>flexible mechanism, but it is still su
Hi,
GET requests for a particular Axis service works without a problem
after going through the XFormURLEncodedBuilder message builder.
However when a POST request comes with the content type
application/x-www-form-urlencoded I couldn't find a way to access data
sent in the request. I went through