I developed a voice mailing system and it’s working fine at http://mg.gs/vo.
When I transferred the same files to a new domain on the same server — http://VoicePoke.com — the compose page doesn’t work. The compose page comprises the Java applet.
Again, it works fine at the first URL but it doesn’t respond at the new site. Why?
You can have a look at the compose page by using these login details:
Username: jillz
password: abc
Getting a 404 not found for http://voicepoke.com/vo/RPApplet.class
Ensure that /vo/RPApplet.class is in the right place on your server and that apache has access to it.
To discover this, I simply loaded the page and inspected requests in firebug’s “net” panel. This is always a good place to start when trying to debug issues like this.