Could anyone suggest how to set codebase to run applets on Tomcat 4.0 while deploying Web app in J2EE format (classes are in app/WEB-INF/classes). It's a little tricky, since /WEB-INF/classes content cannot be served directly to clients. Weblogic (or maybe it's Sun) suggests the following notation codebase="/classes/EARName@WebAppName" -- and it works for Weblogic. But not for Tomcat. I don't know Tomcat well, maybe I misconfigured something. Would appreciate help. Thanks
subject: Applet codebase in WAR-deployment (Tomcat)