Yea, I should have done that initially. I found the problem, the java plugin is doing get on this:
GET /applet.php.pack.gz?gid=448
when it should be doing get on this:
GET /applet.php?gid=448
It is appending that “.pack.gz” to the url.
Here’s the applet object code:
<object code="F.class" archive="applet.php?gid=448" width="800" height="600" type="application/x-java-applet;version=1.5">
<param name="java_arguments" value="-Djnlp.packEnabled=true" />
<param name="cache_option" value="no">
</object>
So… another question why does this work differently between servers?