> Hi, > > This has bothered me quite a while. I can't find relevant document. Your > help is highly appreciated. > > I have an applet running on the same machine as servlet. I also need to > access another servlet on another machine from this applet. I use: > URL listURL = new URL(servletbase + queryString); > URLConnection listConn = listURL.openConnection(); > > and I get exception like > com.ms.security.SecurityExceptionEX .... cannot cannnect to > "......." > > Do you happen to know how to resolve this? Or applets must stay on same > machine with servlets? > > Thank your, > > -Meng > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
