Roger Ruttimann wrote:

Sometimes it takes two restarts of tomcat to initialize newly deployed portlet applications. The error message is something like: failed to obtain RequestDispatcher for application.

It's random (seen it with login portlet or with a custom portlet) but it seems like a timing issue between tomcat and Jetspeed.

Has anybody seen this? Any ideas how this could be fixed/improved?

Roger

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



I think its a race condition where the Tomcat autodeploy kicks in around the same time as Jetspeeds. I see this occassionally to.
Try this setting in Tomcat's server.xml:


      <Host name="localhost" debug="0" appBase="webapps"
       unpackWARs="true" autoDeploy="false"
       xmlValidation="false" xmlNamespaceAware="false">

specifically:

autoDeploy="false"

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773 4646
[mobile] +01 707 529 9194

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



Reply via email to