2011/3/26 Propes, Barry L <barry.l.pro...@citi.com>: > Hello Tomcat community, > > I'm again experiencing an oddity with the manager app. > > I'm using Tomcat 6.0.26 on Win XP Pro, and JDK 1.6.0_18. Hope I included > everything here that's needed. > > I'm not getting an error generated to the logs out of this, just the generic > "requested resource (/manager/status) is not available." message in the > browser window.
My first guess would be that the manager app is not running. > I've since taken the address off entirely, tried the new IP address, all the > while deleting the manager contents (and sub dir, too) out of the work > folder, deleting the manager.xml file out of the conf/Catalina/localhost > directory, after having stopped Tomcat and prior to a restart. I guess that maybe your manager.xml or webapps/manager/META-INF/context.xml is broken (like a typo somewhere: a stray '>' or a nested comment ('--' is not allowed inside comments)). There should be errors logged somewhere. As Chuck wrote: > Are you sure you looked in *all* of the Tomcat logs? Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org