Directory where Beans are stored?
According to this JSP book ive been reading.
Quote:
Two WEB-INF subdirectories have special meaning: lib and classes. All application class files (such as servlet and custom tag library classes) must be stored in these two directories. The lib directory is for Java archive (JAR) files (compressed archives of Java class files). Class files that aren't packaged in JAR files must be stored in the classes directory.
Do i have to store my .class files in the following directory?
C:\Jakarta\jakarta-tomcat-5.0.28\webapps\ora\WEB-INF\classes
I also found this directory. :confused:
C:\Jakarta\jakarta-tomcat-5.0.28\webapps\ora\doc\com\ora\jsp\beans
Thanks. :)