Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 33245 invoked from network); 14 Jan 2002 17:38:49 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 14 Jan 2002 17:38:49 -0000 Received: (qmail 5955 invoked by uid 97); 14 Jan 2002 17:38:24 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 5939 invoked by uid 97); 14 Jan 2002 17:38:24 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 5928 invoked from network); 14 Jan 2002 17:38:23 -0000 From: "Stuart Stephen" To: "Tomcat Users List" Subject: RE: AccessControlException with Applet Date: Mon, 14 Jan 2002 17:38:20 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <3BF296BF.925980A@idatys.thalesgroup.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Were you trying to connect to the same machine that you were downloading to or to another? Without a certificate you can only connect to a remote machine that the applet was originally downloaded from. The JSP stuff is server side though so you wouldn't encounter the problem. Certificates can be obtained from places such as http://www.thawte.com/, http://www.ignite.com/application-services/products/verisign/ or http://www.verisign.com etc... Stuart Stephen -----Original Message----- From: Olivier BILLIARD [mailto:olivier.billiard@idatys.thalesgroup.com] Sent: 14 November 2001 16:07 To: tomcat-user@jakarta.apache.org Subject: AccessControlException with Applet Hi, I tried to established a communication between an applet and another server by RMI. I also did it with some JSPs and it work fine. But with the applet i have a problem. I can do a lookup to get the interface but when i try to call a method i get a java.security.AccessControlException: access denied (java.net.SocketPermission XXX:2113 connect, resolve) I immediatly thinking about the policy and the catalina.policy file. First i don't think that i use the security of Tomcat (because when i want to put -security it refuses to start) but i modified the file to set all permissions but it still refuse to work. I don't see where is the probleme, i need some help. NB. I already try to remove the spaces of the directory of Tomcat but i didn"t solve my probleme Thx in advance Olivier -- To unsubscribe: For additional commands: Troubles with the list: