Hallo there, According the 'Tomcat docuentation' http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/deployment.html, classes shared accross two different web applications are stored in %CATALINA_BASE%\shared folder. These classes are accessible from my application. But when I referred to the applets stored in this folder from my JSPs, the browser showed 'class not found' error. I've used the attribute CODEBASE="." in the <APPLET> tag. Instead, what should it be?
Many thanks in anticipation.