Re: _rewriteURL is not called in Tomcat Deployment
Re: _rewriteURL is not called in Tomcat Deployment
- Subject: Re: _rewriteURL is not called in Tomcat Deployment
- From: Lachlan Deck <email@hidden>
- Date: Fri, 6 Nov 2009 08:51:44 +1100
On 05/11/2009, at 7:23 PM, WebObjects - Anazys wrote:
WO 5.3 and Wonder 5.0.0.9537
I do it a different way and I think it's currently working :
What do you mean by 'you think' it's working? :-)
Are you getting YourApplication#_rewriteURL called or not?
- I add a call to finishInitilization() in my Application()
initialization
- I put this method in Application.java :
public void finishInitilization(){
super.finishInitialization();
setContextClassName
(my.application.framework.ERXWOServletContext.class.getName());
}
- And I create a ERXWOServletContext class wich extends WOContext
and override _urlWithRequestHandlerKey.
I don't think I'm doing something wrong. Can you confirm that ?
What you're doing will have the same effect. The installPatches
callback of Wonder is, however, the intended place for such things.
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden