[EMAIL PROTECTED] wrote:

> Hi,
>
> I am using an implementation of Jetspeed known as OpenJODA. Anyway, I'm
> trying to find out how I can remove the need to restart my web/Jetspeed
> server each time I change/recompile any portlet. If I load up a new portlet
> by simply copying over the newly compiled class, Jetspeed appears to use the
> one in the cache even if the portlet in question has isCacheable() answer
> false.
>
> Does anyone know of a setting in Jetspeed that forces it to reload a portlet
> each time it is accessed?
>

If you put the jar files in the webapps/yourwebapp/WEB-INF/lib, the servlet will
be reloaded every time you change a jar.

You will need java 2 for this to work.

Cocoon will have problems with the classpath for the XSP files (errors when
re-compiling). If you put the files both in tomcat/lib and WEB-INF/lib, XSP will
work, but I'm not sure about other issues.

If it does what you want, tell us.

>
> Regards,
>
> Andy Deighton
> c/o Alison Associates (UK)
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
> Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?:           [EMAIL PROTECTED]

Reply via email to