3 messages in com.mysql.lists.javaInvalid authorization specification
FromSent OnAttachments
Chris09 May 2000 13:51 
Christopher Abney09 May 2000 17:22 
Christopher Abney12 May 2000 07:13 
Subject:Invalid authorization specification
From:Christopher Abney (chri@gtri.gatech.edu)
Date:05/09/2000 05:22:55 PM
List:com.mysql.lists.java

I wrote an Applet that reads from a MySQL database on another machine. The database is on the same machine as the web server with my java class files and html file. It seems to work fine from my machine when I am running the html/applet remotely. When I run this applet from the machine that has the database engine/web server/html/java class files, it doesn't work. I get the "Invalid authorization specification" in the output of the e.printStackTrace() method.

Does anyone know about this?