The FAQ has moved to the Tomcat site. The new location of the Tomcat FAQ is now http://jakarta.apache.org/tomcat/faq/
Tomcat FAQ: Miscellaneous
Topics
  • Home
  • Apache/Jk/Jk2
  • Bugs
  • Class Not Found
  • Configuring
  • Database
  • I got an error
  • Linux
  • Memory
  • Miscellaneous
  • Monitoring
  • Performance
  • Security
  • Tomcat-user
  • Which Version
  • Windows
  • About
  • Miscellaneous questions that didn't fit anywhere else.

    Q: I can't get servlets to work under /servlet/*!
    A: Using /servlet/ to map servlets is evil, absolutely evil. Even more evil than this. That being said, here are some threads that may answer this:
    Q: The manager app doesn't work!
    A: The manager app is applicable to tomcat 4. Read the docs! [ 4.0.X ] [ 4.1.X ]

    BTW: The manager app also has an html interface. It's name is html. For example: http://localhost/manager/html


    Q: How to i get Tomcat's version number?
    A: ServletContext.getServerInfo();

    The original location of this FAQ is located at: http://tomcatfaq.sourceforge.net/ and is hosted by SourceForge.net Logo


    Last edit date: $Date: 2003/05/20 11:10:20 $ .