File system inaccessible to application running under Tomcat

2006-06-19 Thread Stephen Gray
at not to be able to see the local file system but I can't think what it might be - I'm not starting Tomcat with a security manager. Can anyone help? Thanks very much, Steve Stephen Gray Archive Research Officer Australian Social Science Data Archive 18 Balmain Crescent (Building #6

Private variables in custom tags on Tomcat

2006-04-05 Thread Stephen Gray
Hello all, I've come across a problem with using private variables in custom tags with Tomcat. I have this tag class: public class TestTag extends TagSupport { private Date testDate = new Date(); public int doStartTag() throws JspException { pageContext.setAttribute("date", te