Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. anastasiatx

    creating a web instance

    What if you want this tomcat to contain one-and-only-one web appllication. If you want that application to be right under webapps directory can you simply have webapps/index.jsp webaps/WEB-INF folder Can you put your web application classes (compiled servlets and other classes) in the...
  2. anastasiatx

    Migrating an existing web app from tomcat 3.1 to 3.2.4 or after

    I've inherited an existing web application that runs in tomcat 3.1 as standalone servletcontainer. Server.xml has <Context path=&quot;/&quot; docBase=&quot;webpages&quot; /> Under webpages we have directories: TessWeb (main entry point to the web application) WEB-INF (with the web.xml that...
  3. anastasiatx

    strange classpath behaviour

    Have you checked the value on TOMCAT_HOME? Startup.bat (in the bin dir) uses this. Also, check tomcat.bat (called by startup.bat) to ensure that your classpath being built correctly. I found that I have to use staticClassPath and explicitly list my jars that are in the lib directory of...

Part and Inventory Search

Back
Top