AW: [T5] Strange Tomcat Behavior I Can Not Explain

2008-07-28 Thread Martin Kersten
I thought that this issue was overcome by later versions. Never done
So and it worked correctly for quite some time... . Can someone verify
That this issue is still valid?


Cheers,

Martin

PS: Renat thanks for the answer, I will give it a try! :-)

-Ursprüngliche Nachricht-
Von: Renat Zubairov [mailto:[EMAIL PROTECTED] 
Gesendet: Sonntag, 27. Juli 2008 12:07
An: Tapestry users
Betreff: Re: [T5] Strange Tomcat Behavior I Can Not Explain

Hi

If I remember correctly there was some tricks when T5 application is
deployed on Tomcat, namely application
classes should be put as JAR file inside the WEB-INF/lib and not to
the WEB-INF/classes

May be that's the issue.

Renat

2008/7/25 Martin Kersten <[EMAIL PROTECTED]>:
> Hi There,
>
>   I encounter a strange Tomcat (6.0.14) behavior. When deploying my
> Tapestry web-application (5.0.13), Tomcat tells me that pages are
> not available unless I specify the root-page without context first.
> Just an Example to be more illustrative:
>
> 1. Deploy myApp
> 2. Visit Page /myApp/view/12345 -> Tomcat: Resource not Found
>  (12345 is A document ID in this example and becomes the
> activation-context)
> 3. Visit Page /myApp/view/ -> Found
> 4. Visit Page /myApp/view/12345 again -> Found and the correct document
> is send
>
> Why do I have to use the exact page path without context to
> 'initialize'(?)
> The page before using it with context? Has anyone seen such thing
> before?
> My local tomcat does not behave this way. Any Ideas where to look at?
>
>
> Cheers,
>
> Martin (Kersten)
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Best regards,
Renat Zubairov

-
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]



Re: [T5] Strange Tomcat Behavior I Can Not Explain

2008-07-27 Thread Renat Zubairov
Hi

If I remember correctly there was some tricks when T5 application is
deployed on Tomcat, namely application
classes should be put as JAR file inside the WEB-INF/lib and not to
the WEB-INF/classes

May be that's the issue.

Renat

2008/7/25 Martin Kersten <[EMAIL PROTECTED]>:
> Hi There,
>
>   I encounter a strange Tomcat (6.0.14) behavior. When deploying my
> Tapestry web-application (5.0.13), Tomcat tells me that pages are
> not available unless I specify the root-page without context first.
> Just an Example to be more illustrative:
>
> 1. Deploy myApp
> 2. Visit Page /myApp/view/12345 -> Tomcat: Resource not Found
>  (12345 is A document ID in this example and becomes the
> activation-context)
> 3. Visit Page /myApp/view/ -> Found
> 4. Visit Page /myApp/view/12345 again -> Found and the correct document
> is send
>
> Why do I have to use the exact page path without context to
> 'initialize'(?)
> The page before using it with context? Has anyone seen such thing
> before?
> My local tomcat does not behave this way. Any Ideas where to look at?
>
>
> Cheers,
>
> Martin (Kersten)
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Best regards,
Renat Zubairov

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



[T5] Strange Tomcat Behavior I Can Not Explain

2008-07-25 Thread Martin Kersten
Hi There,

   I encounter a strange Tomcat (6.0.14) behavior. When deploying my
Tapestry web-application (5.0.13), Tomcat tells me that pages are 
not available unless I specify the root-page without context first. 
Just an Example to be more illustrative:

1. Deploy myApp
2. Visit Page /myApp/view/12345 -> Tomcat: Resource not Found 
  (12345 is A document ID in this example and becomes the
activation-context)
3. Visit Page /myApp/view/ -> Found
4. Visit Page /myApp/view/12345 again -> Found and the correct document
is send

Why do I have to use the exact page path without context to
'initialize'(?)
The page before using it with context? Has anyone seen such thing
before?
My local tomcat does not behave this way. Any Ideas where to look at?


Cheers,

Martin (Kersten)

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