Unable to access properties file from an applet through a proxy server

S

Sudipto Dey

We are using a properties file to retrieve the textual information in
an applet.
The properties is loaded using the ResourceBundle.getBundle() method.
We are not bundling the applet class file and the properties file into
a jar archive. Instead, the applet class file is loading into the
browser and its trying to access the properties file using http.
Everything is working as long as the browser can make a direct call to
the web server where both the applet and the properties file resides.
If the call is routed through a proxy server the applet class file is
downloading but it is giving a MissingResourceException as it is
unable to locate the properties file.
Is there a problem in accessing properties file through a proxy server
from an applet?

Software used:
Java version = 1.4.0
Java plugin version = 1.3.1
Browser = Internet Explorer 6.0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,190
Latest member
ClayE7480

Latest Threads

Top