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



Inviato da Yahoo! Mail.
La casella di posta intelligente. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to