Re: java.net.SocketException: Permission denied: connect, when running Tomcat 7 as a windows service

2013-10-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igor, On 10/23/13 12:34 AM, Igor Cicimov wrote: On Wed, Oct 23, 2013 at 1:59 PM, Rodolfo Piedrabuena rpiedrabu...@gmail.com wrote: Hi there, I'm receiving the following exception: java.net.SocketException: Permission denied: connect

java.net.SocketException: Permission denied: connect, when running Tomcat 7 as a windows service

2013-10-22 Thread Rodolfo Piedrabuena
Hi there, I'm receiving the following exception: java.net.SocketException: Permission denied: connect when instantiating a Socket from a servlet: final Socket smtpSocket = new Socket(mailTransportHost, mailTransportPort); This application was running as a service under Windows Server 3003 R2