[NEWBIE] Using a Java Class from a JSP Page  
Author Message
Federico





PostPosted: 2003-10-19 16:26:00 Top

java-programmer, [NEWBIE] Using a Java Class from a JSP Page Hi all and please forgive me for this newbie question.

I should create and utilize the funcionts of a Java Class from a JSP
page contained in Tomcat.


I Should:

a) define a package containing this class and put it in the CLASSPATH

b) put the Java class in TomCat (folder WEB-INF/lib or WEB-INF/class)

c) a mix of both methods!??! (Classpath AND Tomcat)?!?

Thanks

Federico