Re: Accessing Java Classes

2003-02-08 Thread Steve Burrus
Hi Brian, or "Bio Jazz". Ya, I am wondering about the very same thing that you are now "agonizing" about! Re. putting your classes that you need to execute a jsp/servlet in the Tomcat container is a long-time problem of mine! I am still trying to learn the "fine art" of packaging up classes, le

Accessing Java Classes

2003-02-07 Thread Bio Jazz
Hi all... I had a problem with a JSP page not being able to use a class that I wrote. (My JSP page was in ../webapps/ROOT and my class was in ../webapps/ROOT/WEB-INF/classes.) However, I noticed in the archive for this mail list that my class should be part of a package. So, I added 'package t