[opencms-dev] Export jsp pages

Ruben Malchow ruben at khm.de
Fri May 26 13:49:30 CEST 2006


if you only do that to have it execute in a different tomcat instance, 
you might want to consider changing the servlet mapping for the jsp 
servlet from *.jsp to *.jsp.html, so that those files are treated as 
jsps, compiled and executed too.

.rm



Carlo Jean wrote:
> Hi,
> 	i have pages jsp in the site root
> 	and i want to make static export 
> 	without that opencms rename it in
> 	*.jsp.html.
> 	The same for the <cms:link> in 
> 	templates.
> 	example : 
> 		Template 
> 			<a...><cms:link>index.jsp</cms:link></a>
> 		after export :  
> 			<a...>index.jsp.html</a>
> 	like the index.jsp -> index.jsp.html
> 
> 	How can i do it?
> thanks
> 
> ____________________________________________
>  
> Carlo Jean - carlo.jean at newmedia.it
> NewMedia Solutions srl - Via San Gregorio 6, 20124 Milano Tel (+39) 02
> 202316.1 - Fax (+39) 02202316.50
> site: http://www.newmediasolutions.it
> portal: http://www.newmedia.it
> ____________________________________________  
> 
> _______________________________________________
> 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