RE: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Wendy . Olson
Hi Matt, I'm not sure if this would solve your problem, but I have my server.xml set up with the following configuration: Host name=localhost debug=0 appBase=webapps/myApp unpackWARs=false autoDeploy=true

NullPointerException at line 1472 of CoyoteRequest.java (setAttribute)

2005-01-19 Thread Wendy . Olson
Hello, I am receiving an intermittent NullPointerException when I call the request.setAttribute(java.lang.String name, java.lang.Object o) method from my servlet. The error is not consistently reproducible and only happens infrequently. We are running tomcat 5.0.25 on a Linux server. The