> > Thanks for the advice (I should have thought of that) and
> it's worked
> > well - I've just subclassed AxisServlet at this stage and have
> > overridden the doGet() method. I'm checking for an empty or
> null query
> > string, and when found I'm redirecting to a URL based on
> the name of t
- Original Message -
From: "Joe Shevland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 16, 2003 15:12
Subject: RE: Altering default service page
> Hi Steve,
>
> Thanks for the advice (I should have thought of that) and it's
Hi Steve,
Thanks for the advice (I should have thought of that) and it's worked
well - I've just subclassed AxisServlet at this stage and have
overridden the doGet() method. I'm checking for an empty or null query
string, and when found I'm redirecting to a URL based on the name of the
service bei
- Original Message -
From: "Joe Shevland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 14, 2003 21:36
Subject: Altering default service page
> (Sorry if this is a duplicate, I don't think the original made it
> because of my se
(Sorry if this is a duplicate, I don't think the original made it
because of my sending address).
Hi,
I was wondering if it is possible to change the default page ('Hi there,
this is an Axis service!') that is served when you access an Axis
service endpoint w/o supplying parameters?
I've searche