|
-
Nov 6th, 2004, 03:35 PM
#1
Thread Starter
Dazed Member
Directory where Beans are stored?
According to this JSP book ive been reading.
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. 
C:\Jakarta\jakarta-tomcat-5.0.28\webapps\ora\doc\com\ora\jsp\beans
Thanks.
Last edited by Dilenger4; Nov 11th, 2004 at 02:45 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|