DISQUS

Tech-Recipes: JSP basics: import a Java class for use in a JSP | JSP programming | Tech-Recipes

  • 102 · 11 months ago
    thanks a lot :D
  • george · 7 months ago
    If you wrote your own class where do you put it in the file system to access it from JSP?
  • ShadowCat8 · 4 months ago
    If you are using the Apache Tomcat server to serve up your JSP pages, then I would recommend putting your own class packages in ${TOMCAT_BASE}/common/lib/

    For our implementation here, it's /opt/tomcat5/common/lib/.

    HTH. Enjoy.