Hello. I'm new to Apache and mod_jk. I configured mod_jk to forward requests from Apache 2 to Tomcat 5. I've a WebApp on Tomcat which contains an applet. If I access the web app directly via Tomcat, the webapp works ok. If I access through apache and mod_jk, the applet is not loaded. I get a class not found exception. Let's say that /WebApp/ is the context of my web app. The applets jar is under /WebApp/applets.jar. In mod_jk configuration: /WebApp/*=myworker where myworker is a valid worker name (that actually works) What can be the reason of the problem? The same thing happens with an ajax script. Anyway my app has also a download section...and these files can be downloaded without any problem. Thank you |