[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] javax.servlet.ServletException



Hi folks,
hi Timothy,

I got a stupid JDBC(mm)-Tomcat-RaQ problem. 

I'm trying to remote access to our mySQL database in Baltimore.

The following error occurs

Cannot connect to MySQL server on www.domain.com:3306. Is there a
MySQL server running on the machine/port you are trying to connect
to? (java.security.AccessControlException)

Yes of course there is a MySQL server running and remote access is
also enabled.

I tried to modify the tomcat.policy file as follows :

permission java.net.SocketPermission
"IP-address:1024-","accept,listen,resolve";

But this code will be deleted automatically after the next Tomcat
3.2.1 restart.

I don't know what I can do to get rid of that problem.

What conf.file is responsible for that
java.security.AccessControlException

Speechless :-/
Mark (HotD*)