RE: Send mail cgi script doesn't work under tomcat?

2003-10-06 Thread Lawence
Patrik, So I am not alone. Here are the possible soultions I came up with, hopefully they help. 1. If just a few cgi scripts and they are simple, port them to Java. 2. Integrate Tomcat with Apache, then you don't need to modify the cgi scripts. However, the server configuration becomes more

RE: Send mail cgi script doesn't work under tomcat?

2003-10-06 Thread Patrick
In my case option 1 is the easiest. I already tried some things here and I don't run into the same problem. -Original Message- From: Lawence [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 9:15 AM To: Tomcat Users List Subject: RE: Send mail cgi script doesn't work under tomcat

RE: Send mail cgi script doesn't work under tomcat?

2003-10-03 Thread Patrick Willart
Laurence, I have the same problem and could not figure it out. It seems that the CGI program isn't allowed to open a new socket. You could try to enable the Security Manager and set it up so it allows for opening sockets. However, I don't believe CGI scripts/programs are affected by the Security