[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Problems with JavaMail API
- Subject: Re: [cobalt-developers] Problems with JavaMail API
- From: Timothy Stonis <timothy.stonis@xxxxxxx>
- Date: Mon Jun 18 05:00:02 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
The problem is that the Java Kit puts pretty strict security control on
servlets. In this case, the servlet is trying to use the resolver. Read the
Java Kit documentation at:
ftp://ftp.cobaltnet.com/pub/developer/Java/i386/Java_Dev_Kit_Doc_v1.3.pdf
There's a section at the end on customizing Tomcat and changing the
security policy.
_Tim
On 6/18/01 12:35 PM, "Alexander Povargo" <apovargo@xxxxxxx> wrote:
> Hello to all,
>
> I have a problem with using of JavaMail API under Cobalt's Java Kit from
> Java servlet.
> When I try to use JavaMail to send e-mail through server's SMTP I got an
> exception: access denied (java.net.SocketPermission mydomain.com resolve)
> Settings of relaying is correct. This my java servlet is already used at
> another server successfully.
> Any ideas?
>
> Regards,
> Alex
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>