RE: Altering default service page

2003-01-16 Thread Joe Shevland
> > 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

Re: Altering default service page

2003-01-16 Thread Steve Loughran
- 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

RE: Altering default service page

2003-01-16 Thread Joe Shevland
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

Re: Altering default service page

2003-01-15 Thread Steve Loughran
- 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

Altering default service page

2003-01-14 Thread Joe Shevland
(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