You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Tom Autera <To...@yamaha-motor.com> on 2005/05/26 22:28:13 UTC

Can not get Tomcat 5.5.x (specifically 5.5.9) to recompile modified jsp

Hello,

When I modify an existing jsp, Tomcat 5.5.9 does not recompile and serve
the jsp.  I have been messing around with the following options, but
nothing seems to work.  I have to bounce Tomcat to get the refresh.

<servlet>
        <servlet-name>jsp</servlet-name>
 
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
        <init-param>
            <param-name>checkInterval</param-name>
            <param-value>4</param-value>
        </init-param>
        <init-param>
            <param-name>development</param-name>
            <param-value>false</param-value>
        </init-param>
        <init-param>
            <param-name>modificationTestInterval</param-name>
            <param-value>0</param-value>
        </init-param>
        <init-param>
            <param-name>keepgenerated</param-name>
            <param-value>false</param-value>
        </init-param>
        <init-param>
            <param-name>fork</param-name>
            <param-value>false</param-value>
        </init-param>
        <init-param>
            <param-name>xpoweredBy</param-name>
            <param-value>false</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
    </servlet>


Tom Autera
Yamaha Motor, Cypress
(714) 761-6146