Re: IIS Tomcat and Java bean
Posted By:
AlessandroA_Garbagnati
Posted On:
Saturday, April 7, 2001 08:35 PM
Nabanita,
With Tomcat you can put your classes in 2 different places.
If you think that your classes will be needed by more than one application, just put them in the classes (or lib if they are in a jar format) directory of the tomcat home directory.
If you think that your classes will be required only by your application, you can put them in the classes (or lib if they are in a jar format) directory under WEB-INF (in your application directory).