Persistent HTTP session cookies

2006-05-01 Thread Paul Sideleau
I am in progress of moving an old legacy based web application for internal use from Sun Java System Web Server to tomcat. We currently have a Sun Java System Web Server specific setting that allows the JSESSIONID cookie to be persisted to their machine for a day. This allows internal users to

SecurityManager - java.lang.ClassCircularityError

2006-04-06 Thread Paul Sideleau
I am running tomcat 5.5.9 with a security manager. I am testing an application that still uses the servlet 2.3 web.xml file and jstl 1-0-5 My policy file has an entry like: grant signedby software, Principal com.mypackage.MyPrincipal Paul { permissions. }; This principal is bundled

JSP Compiler error Windows XP Tomcat 5.5.9

2006-02-23 Thread Paul Sideleau
I am getting the following JSP compiler error when running tomcat 5.5.9 with JDK 1.5_05 on Windows XP Professional Service Pack 1: java.io.IOException: tmpFile.renameTo(classFile) failed at org.apache.jasper.compiler.SmapUtil$SDEInstaller.install(SmapUtil.java:245) at