I don't know.... Maybe it's not a tomcat version issue at all but more of a
library version issue.  Somehow that server machine has an old version of
tapestry somewhere.

On your server go to wherever the root path of tomcat is (I never install
any java related software with apt/yum) and do:

find . -name "*tapestry*" -print

That should tell you more.  Just be sure every single occurrence of a
matching file is accounted for.  I think it's been stuck in the shared lib
or something else weird somehow.

On 6/29/07, spot_ <[EMAIL PROTECTED]> wrote:


Hello Jesse

thanks for help. But no, I have not overriden the Shell component. I
searched all project files for the terms 'dojoPath' and 'Shell' with no
result (except of Border.html where it belongs to).
But what about this: The WebApp works fine on my development machine! It's
WinXP/Tomcat 5.5.17... maybe Tapestry 4.1.2 needs Tomcat 5.5 to work?
(Server machine: Ubuntu 6.10 server/Tomcat 5.0.30)

Cheers
Christoph


Jessek wrote:
>
> The exception message saying its missing classpath resource "'/dojo/'."
> sounds suspicious.  This was the old parameter given and shouldn't be
> something Tapestry would reference by default in the current release.
>
> I think Marcus was on to something there.....You may want to check very
> carefully what jar versions you are using and what parameters and such
you
> are giving to your Shell component. (have you overriden the Shell
> component
> and forgotten maybe?)
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
>

--
View this message in context:
http://www.nabble.com/Problem-after-upgrade-to-Tapestry-4.1.2-tf3993336.html#a11355278
Sent from the Tapestry - User mailing list archive at Nabble.com.


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




--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Reply via email to