This is a multi-part message in MIME format.
------=_NextPart_000_001C_01C1B5FC.20471540
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I've been working on this for weeks, and I can't seem to solve this:
I have a web app that connects to a MySQL database on the back end, and
an applet on the client side that graphs the data. I use some JSP pages
to log in to to the page with the applet. Everything works fine when I
connect through the loopback address (localhost). However, when I
connect remotely, the JSP pages work fine, and the page with the applet
loads, but the applet appears to hang. I say "appears to" because the
applet (in IE) just gives a gray box that says "Loading Java Applet..."
for forever. IE's status bar simply says the page is loading, and the
progress bar stays at about halfway done. I've checked the Java console,
and nothing. Does anyone know what would be the cause of this?
Many thanks,
Ted