[opencms-dev] OpenCMS is not exporting a JSP file with static-export option. WHY???

Joe Desbonnet jdesbonnet at gmail.com
Mon Aug 28 18:03:56 CEST 2006


Exporting a JSP makes no sense -- as content in the static export
directory cannot be executed.

If you need to increase performance of a JSP the way to to it is to
add caching directives on the JSP (using the 'cache' prooperty). That
will enable the output to be cached.

Joe.


On 8/28/06, ANDRES SAYAGO <asayago at ebstudio.com> wrote:
> Hallo!
>
> I have a site on:
>   OpenCMS 6.2.1
>   Apache Tomcat/5.5.17
>   JVM 1.5.0_07-b03
> The site is on:
>   /andicom/
> I am NOT using the "/sites" directoryto save the project in a folder there.
>
> I have a problem. I have a file with name "result.jsp". This file makes
> the searching process. The file has the correct export permissions.
>
> When I export the project (static-export), all files are exported, but
> the "result.jsp" is no exported. I get the "404" messege in front of its
> name.
>
> WHYYYYYYYYYYYYYYYYYYYYY???
>
> Can you help me please!!
>
> Andrés Sáyago
> Bogotá D.C.
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>



More information about the opencms-dev mailing list