At 15:54 16.10.00 , you wrote:
>To Whom this may concern:
>
>I have written an application using java and jsp technologies that was
>developed around Caucho's Resin web application server.  During my testing,
>I've found that I cannot run my code on Orion because in every instance
>where I do a redirect, Orion expects that the redirect url is based from
>the application context directory and Resin expects that the request is
>from the current directory.  I've tried several alternatives but have been

they interprete a fuzzy part of the spec differently. IMHO orion's approach 
makes more sense but I know that doesn't help you. We've had the same 
problem and settled for the orion way until the next version of the spec 
clarifies that (I haven't checked servlets 2.3 btw). Best thing I can think 
of is use a system property or servlet param or something similar which you 
set on deployment of you app server that is used to branch that particular 
part of the code and then either use or not use the context path.

there was a thread on this list a while back about this problem. check the 
archive if there's more info in one of the postings there.

HTH,

robert

>unable to find a solution that will work on either server.  Is there a way
>to do this?   I am desperate at this point.   I appreciate any information
>you can provide me with.
>
>Sincerely,
>Andy
>
>

(-) Robert Kr�ger
(-) SIGNAL 7 Gesellschaft f�r Informationstechnologie mbH
(-) Br�der-Knau�-Str. 79 - 64285 Darmstadt,
(-) Tel: 06151 665401, Fax: 06151 665373
(-) [EMAIL PROTECTED], www.signal7.de


Reply via email to