2011/12/28 David Hoffer <dhoff...@gmail.com>: > Yes that was a full log of that file. > > The only change I made was in the Manager App's config I increased the > size of the max file size because one of my apps is bigger than 50MB, > so I just made a change to the web.xml in the manager app. > > The http://IP:8080/manger/html page shows the correct list of apps but > if you click on any of the applications (path) I get the 404 > error...and I have undeployed all my apps so the problem exists with > the standard sample apps too. >
You cited only one of log files. What is in other log files? What is in localhost*.log? What is in access log? Try to stop Tomcat and delete everything from the work directory. (I wonder whether *.class files for the JSPs are there. That is, whether the directory is writable.) The same with logs directory. Clear it, move old logs somewhere. What Java version are you using? (It is a bit odd that the path shown in the log is "C:\Windows\Sun\Java\bin"). Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org