I would write a servlet that takes an init parameter.

On Fri, Oct 10, 2008 at 1:02 PM, Zach Cox <[EMAIL PROTECTED]> wrote:
>
> Yes that is exactly what I need.  I can definitely do the bookmarkable page
> approach.  I'm using Tomcat for everything, do you know if I can have Tomcat
> do this, maybe something in web.xml?
>
>
>
> Jeremy Thomerson-5 wrote:
>>
>> I think he means when someone goes to that URL, it needs to redirect
>> entirely.  Not just be able to link to another site.
>>
>> A couple options:
>> Mount a bookmarkable page at that URL and in the constructor throw a new
>> RestartResponseAtInterruptPageException with a new RedirectPage as the
>> parameters.
>>
>> Probably better would be if you have a frontend server like apache or IIS
>> -
>> to do it there.
>>
>> Hope this helps.
>>
>> --
>> Jeremy Thomerson
>> http://www.wickettraining.com
>>
>>
>>
>> On Fri, Oct 10, 2008 at 11:54 AM, Igor Vaynberg
>> <[EMAIL PROTECTED]>wrote:
>>
>>> externallink?
>>>
>>> -igor
>>>
>>> On Fri, Oct 10, 2008 at 9:51 AM, Zach Cox <[EMAIL PROTECTED]> wrote:
>>> >
>>> > I feel dumb for even asking this, as there's got to be an easy way, but
>>> my
>>> > brain is blocked today...
>>> >
>>> > I need a URL on my site, say http://mysite.com/something to redirect to
>>> > another site entirely, say http://othersite.com.  Is there some
>>> > IRequestTargetUrlCodingStrategy that will do this?  Or am I totally on
>>> the
>>> > wrong track by looking there?
>>> >
>>> > Thanks,
>>> > Zach
>>> > --
>>> > View this message in context:
>>> http://www.nabble.com/Mount-URL-to-another-host--tp19921980p19921980.html
>>> > Sent from the Wicket - User mailing list archive at Nabble.com.
>>> >
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> > For additional commands, e-mail: [EMAIL PROTECTED]
>>> >
>>> >
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/Mount-URL-to-another-host--tp19921980p19922244.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to