DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

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

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

3 comments

  • thanks a lot :D
  • If you wrote your own class where do you put it in the file system to access it from JSP?
  • 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.

Add New Comment

Returning? Login