AW: AW: [opencms-dev] Strange performance problems with OpenCms 5.0
Petr Hollay
ph at ethikom.de
Tue Jan 27 14:08:01 CET 2004
Hi,
if your problem is related to generation/use of JSP pages, you can try:
1) set value of "reloading" parameter of "JSP servlet"
in TOMCAT/conf/web.xml file to false.
See: <servlet-name>jsp</servlet-name> in web.xml
2) define <Context> for you webapp with reloadable="false"
in TOMCAT/conf/server.xml file.
Regards
Petr
-----Ursprüngliche Nachricht-----
Von: opencms-dev-admin at opencms.org [mailto:opencms-dev-admin at opencms.org] Im
Auftrag von Joachim Arrasz
Gesendet: Dienstag, 27. Januar 2004 13:17
An: opencms-dev at opencms.org
Betreff: Re: AW: [opencms-dev] Strange performance problems with OpenCms 5.0
Hi,
> You wrote ".. because you didn`t precompile your JSP`s?"
> Is there a way to compile it manually/without OpenCms? I thought this
> will be done by the CMS/Tomcat?!->WEB-INF/jsp/online
> I think there are enough DB-Connections (I've seen no error-messages
this belongs to the container you use. Tomcat for example can, but not
must do a precompile. You can configure theese settngs in serverl.xml i
think.
> like this) I've changed the settings for the pooling, too. This
> changed nothing in our case.
had a look on the mysql, how much connections (processes are running)? Is
this amount as high as your connectionpool size this can be the bottleneck
> I forgot to write, that this behaviour apparently limited to the "live"
> view of the website(!).
oh, this then can be a wrong implementation of flexcaching in your
jsp-pages!
Hope this helps a bit
Joachim Arrasz
Synyx oHG Karlsruhe, Germany
_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://mail.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list