tomcat-juli.jar not on classpath of bootstrap.jar MANIFEST.MF anymore in Tomcat 7

2011-01-27 Thread Nick Wiedenbrück
Trying to start Tomcat 7 with java -jar bootstrap.jar doesn't work anymore, because tomcat-juli.jar is not on classpath (it was on Tomcat 6). Looks like the Class-Path in MANIFEST.MF does not contain it anymore. Is there a reason for this? It's still possible to start Tomcat by calling java

Upload WAR file problem

2011-01-25 Thread Nick Wiedenbrück
I'm using Tomcat 5.5.23 and Tomcat 7.0.6 on Windows. When uploading a WAR file through the manager application, Tomcat responds with a blank page (URL pointing to html/upload). The WAR file has not been uploaded and I cannot find any error messages in any log file. With Tomcat 6 it works fine,

Re: Upload WAR file problem

2011-01-25 Thread Nick Wiedenbrück
I still don't have a clue what the problem is. Meanwhile I tried the same with a different application with the same result - blank page, URL pointing to http://localhost:8080/manager/html/upload?org.apache.catalina.filters.CSRF_NONCE=2..., WAR file has not been deployed, no messages about the

No WWW-Authenticate header sent when error-page 401 is configured

2010-03-30 Thread Nick Wiedenbrück
Hi, I'm trying to get digest authentication working on Tomcat 5.5.23. I got it working on Tomcat 6 and Jetty, but I've got a problem with Tomcat 5.5.23, because there no WWW-Authenticate header is sent. I figured out that it will work if I remove error-page 401 configuration from my web.xml.