You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Phil Cox <ph...@systemexperts.com> on 2004/02/13 17:07:48 UTC

Can't get JSP's to recompile under 5.0.18

I have tried to change one of the jsp-examples JSP's to see if I can get the
recompile to work, and it does not. I am running 5.0.18 on WinXP. Here is
(what I believe to be) the relevant portion of the web.xml file:

<servlet>
        <servlet-name>jsp</servlet-name>
        <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
        <init-param>
            <param-name>fork</param-name>
            <param-value>false</param-value>
        </init-param>
        <init-param>
            <param-name>checkInterval</param-name>
            <param-value>10</param-value>
        </init-param>
        <init-param>
            <param-name>development</param-name>
            <param-value>true</param-value>
        </init-param>
        <init-param>
            <param-name>reloading</param-name>
            <param-value>true</param-value>
        </init-param>
        <init-param>
            <param-name>xpoweredBy</param-name>
            <param-value>false</param-value>
        </init-param>
        <load-on-startup>3</load-on-startup>
</servlet>

Any pointers on what I may be missign would be appreciated.

Phil



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


session.ManagerBase tries to write something?

Posted by Yansheng Lin <ya...@silvacom.com>.
Hi, I am getting this a lot while debugging my application.  It happens if I
restart Tomcat for after viewing a particular page.  But if I restart it again,
I don't get this error.  I have no clue why this is happening.  I don't want the
sessions to be persistent in the first place, also I don't want to cache the VO
because I want to query it from the database....  

-----------------------
10 [main] ERROR session.ManagerBase  - IOException while loading persisted
sessions: java.io.WriteAbortedException: writing aborted;
java.io.NotSerializableException: com.mycompany.myVO
java.io.WriteAbortedException: writing aborted;
java.io.NotSerializableException: com.mycompany.myVO

Thanks!


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org