Re: where can i put .calss file in jsp
Posted By:
Anonymous
Posted On:
Thursday, January 6, 2005 09:44 PM
Tomcar Directory Structure
C: Tomcat
Bin
Wepapps
myApp
WEB-INF
Classes
U SHould Put ur class files folder Under classes
Thanks
Regards
Yogesh Baraiya
yogesh_b_c@yahoo.com
Re: where can i put .calss file in jsp
Posted By:
Anonymous
Posted On:
Thursday, January 6, 2005 05:24 AM
You would want to put the class files in the WEB-INF/classes diectory under your application root. As for compilation of Java files, you can either use ANT or any IDE available with you. Thanks!