Re: Installing Jenkins (WAR) on Tomcat - Corrupts SMTP / Email for Java Apps

2022-04-01 Thread Konstantin Kolinko
oad the Jenkins war it > breaks emails being sent immediately, by our other installed (custom) java > apps in Tomcat. This server has been around for 6+ years, and the problem > just starting occurring on Jan 24th of this year, without me knowing what > changed. Looking at the smtp lo

Installing Jenkins (WAR) on Tomcat - Corrupts SMTP / Email for Java Apps

2022-03-31 Thread Decker, Richard
ther installed (custom) java apps in Tomcat. This server has been around for 6+ years, and the problem just starting occurring on Jan 24th of this year, without me knowing what changed. Looking at the smtp logs, it corrupts the mail before it leaves the system, before it hits the mail server. Replacing

Re: How to configure Tomcat-6 to use TLS based SMTP with exchange

2010-12-29 Thread Mupparthy Ravindranath
OK, thanx Chris. द्वारा: Christopher Schultz To: Tomcat Users List Cc: भेजे गए: बुधवार, 29 दिसंबर, 2010 8:47:43 AM विषय: Re: How to configure Tomcat-6 to use TLS based SMTP with exchange -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 RV, On 12/28/2010 8:56 AM, Mupparthy Ravindranath wrote

Re: How to configure Tomcat-6 to use TLS based SMTP with exchange

2010-12-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 RV, On 12/28/2010 8:56 AM, Mupparthy Ravindranath wrote: > thank you for the link. However, I am not writing any code here. I > am just using tomcat. Tomcat doesn't provide email services directly: it only provides a javax.mail.Session object that

Re: How to configure Tomcat-6 to use TLS based SMTP with exchange

2010-12-28 Thread Mupparthy Ravindranath
ए: मंगलवार, 28 दिसंबर, 2010 7:09:58 PM विषय: Re: How to configure Tomcat-6 to use TLS based SMTP with exchange On 12/28/10 8:49 AM, Mupparthy Ravindranath wrote: > Dear all, > > I have recently installed apache-tomcat-6.0.18. One of my webapps needs to > send email using the Microsoft

Re: How to configure Tomcat-6 to use TLS based SMTP with exchange

2010-12-28 Thread Pid
" > 40 username="me" > 41 password="mypassword" > 42 mail.port="25" > 43 mail.from="m...@mycompany.com" > 44 mail.transport.protocol="smtp" > 45

How to configure Tomcat-6 to use TLS based SMTP with exchange

2010-12-28 Thread Mupparthy Ravindranath
AM org.apache.catalina.startup.HostConfig checkResources 120 INFO: Reloading context [/manager] 121 28 Dec, 2010 11:45:52 AM org.apache.catalina.startup.HostConfig checkResources 122 INFO: Reloading context [] [/quote] I ran an smtp session with my exchange server, and I realized that it needs

RE: SMTP configurations

2009-06-12 Thread Caldarale, Charles R
> From: Dharani [mailto:vishgnanik...@gmail.com] > Subject: SMTP configurations > > Can anyone tell me what are the configurations I must do in my Tomcat > server in order to send mails using my web app? You could always try reading the doc: http://tomcat.apache.org/tomcat-6.0-doc

RE: SMTP configurations

2009-06-12 Thread Peter Crowther
> From: Dharani [mailto:vishgnanik...@gmail.com] > Can anyone tell me what are the configurations I must do in > my Tomcat server > in order to send mails using my web app? None, unless you're using a security manager. But you may need some configuration in your webapp, depending what package yo

SMTP configurations

2009-06-11 Thread Dharani
Hi all, Can anyone tell me what are the configurations I must do in my Tomcat server in order to send mails using my web app?

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-17 Thread Carlos Morales Diego
va:802) > Date: Thu, 17 Jul 2008 12:47:40 +0300 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: javax.servlet.ServletException: Could not connect to SMTP host: > localhost, port: 25 > > try this .. > props.put("mail.smtp.host","smtp.c

Re: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-17 Thread Youssef Mohammed
); > >Store store=s.getStore("pop3"); > store.connect("pop.correo.yahoo.es","[EMAIL PROTECTED] > ","bezos11"); > Transport.send(message); > >store.close(); > > And I don't know. Any advice? > &g

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-17 Thread Carlos Morales Diego
"); store.connect("pop.correo.yahoo.es","[EMAIL PROTECTED]","bezos11"); Transport.send(message); store.close(); And I don't know. Any advice? Thanks so much > Subject: RE: javax.servlet.ServletException: Could not connect to SMTP host:

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-14 Thread Jonas Wagner
Hello, It looks to me as if you didn't configure any SMTP server. You need to do something like: Properties smtpProperties = new Properties(); smtpProperties.put("mail.smtp.host", "smtp.example.com"); smtpProperties.put("mail.smtp.auth", "true");

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-14 Thread Carlos Morales Diego
users@tomcat.apache.org > Subject: javax.servlet.ServletException: Could not connect to SMTP host: > localhost, port: 25 > Date: Mon, 14 Jul 2008 10:45:56 + > > > Hey all, > > > I'm having problems with Javamail and I don't know w

javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-14 Thread Carlos Morales Diego
.JspServletWrapper.service(JspServletWrapper.java:375) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) causa raíz javax.servlet.Servle

RE: [SPAM:] - IIS and Tomcat Redirector. - Email has different SMTP TO: and MIME TO: fields in the email addresses

2008-02-18 Thread doepain
ent: Wednesday, July 19, 2006 11:47 AM > To: users@tomcat.apache.org > Subject: [SPAM:] - IIS and Tomcat Redirector. - Email has different SMTP > TO: and MIME TO: fields in the email addresses > > Hello, > > I am having troubles setting up the Tomcat Redirector (binary version > 1.2.

Re: smtp server

2007-08-14 Thread David kerber
We use Gordano's NTMail. It's not free, but has worked well for us and isn't very expensive for a small number of mailboxes. Mike Peremsky wrote: I am trying to create a simple registration application right now that should send an email to the user after registration. Are

smtp server

2007-08-14 Thread Mike Peremsky
I am trying to create a simple registration application right now that should send an email to the user after registration. Are there free smtp servers or any that are recommended over others for running on a windows box? I am using Tomcat 5.0 and javamail. TIA - Mike

Re: Help required setting up smtp server

2007-07-17 Thread hanasaki
ompany might block > port 25 if not being accessed by LotusMail or Outlook. > > -Original Message- > From: Mike Peremsky [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 04, 2007 11:28 AM > To: users@tomcat.apache.org > Subject: Help required setting up smtp server

RE: JavaMail SMTP authentication in JSP

2007-07-13 Thread Propes, Barry L
I'll send you some offline. Although I basically gave up on it here because we couldn't get the email admins to allow relaying. -Original Message- From: Lyallex [mailto:[EMAIL PROTECTED] Sent: Friday, July 13, 2007 10:21 AM To: Tomcat Users List Subject: Re: JavaMail SMTP auth

RE: SMTP

2007-07-13 Thread Propes, Barry L
depends...you might still have relay problems, as per incumbent upon restrictions by your provider. -Original Message- From: Mike Peremsky [mailto:[EMAIL PROTECTED] Sent: Friday, July 13, 2007 2:15 PM To: users@tomcat.apache.org Subject: SMTP Does anything special need to be set up on

Re: SMTP

2007-07-13 Thread Edoardo Panfili
Mike Peremsky ha scritto: Does anything special need to be set up on my local machine (Windows XP) to get SMTP working with Tomcat and JavaMail? Mike I am using java mail, I have two jars in the tomcat lib directory: mail.jar activation.jar take a look at http://java.sun.com/products

SMTP

2007-07-13 Thread Mike Peremsky
Does anything special need to be set up on my local machine (Windows XP) to get SMTP working with Tomcat and JavaMail? Mike - Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.

Re: JavaMail SMTP authentication in JSP

2007-07-13 Thread Mark H. Wood
If you *do* get it working with TLS, I'd appreciate hearing how. -- Mark H. Wood, Lead System Programmer [EMAIL PROTECTED] Typically when a software vendor says that a product is "intuitive" he means the exact opposite. pgpvqA6KJOlKV.pgp Description: PGP signature

Re: JavaMail SMTP authentication in JSP

2007-07-13 Thread Lyallex
properties.put("mail.smtp.auth", "true"); ... transport.connect(host, user, pass); possibly ? rgds Duncan On 7/13/07, Garthfield Carter <[EMAIL PROTECTED]> wrote: Hello, Has anybody got an example they could send me of how to authenticate with an SMTP server t

Re: JavaMail SMTP authentication in JSP

2007-07-13 Thread Garthfield Carter
Mildly embarrasing, but the below example works. Please ignore this thread. Really ought to have tested my last change sorry. Garthfield Garthfield Carter wrote: Hello, Has anybody got an example they could send me of how to authenticate with an SMTP server to send an email in JSP for

JavaMail SMTP authentication in JSP

2007-07-13 Thread Garthfield Carter
Hello, Has anybody got an example they could send me of how to authenticate with an SMTP server to send an email in JSP for JavaMail? I've been trying unsuccessfully for two days trying to get something working. I'm just trying in plain text at the moment, I don't need SSL or a

RE: Help required setting up smtp server

2007-07-09 Thread Propes, Barry L
, July 04, 2007 11:28 AM To: users@tomcat.apache.org Subject: Help required setting up smtp server I followed the example in the Tomcat JNDI docs on setting up and sending an email (C:\apache-tomcat-5.5.23\webapps\tomcat-docs\jndi-resources-howto.html) but am still receiving a

Help required setting up smtp server

2007-07-04 Thread Mike Peremsky
I followed the example in the Tomcat JNDI docs on setting up and sending an email (C:\apache-tomcat-5.5.23\webapps\tomcat-docs\jndi-resources-howto.html) but am still receiving a javax.mail.MessagingException: Could not connect to SMTPhost: localhost, port: 25 The strange thing is that

Re: Tomcat randomly cannot connect to SMTP host

2007-05-10 Thread Johnny Kewl
; <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, May 07, 2007 10:51 PM Subject: Re: Tomcat randomly cannot connect to SMTP host Dear all, Yes you have all given me great advice and I appreciate it. Like I mentioned this is a random issue that occurs, and currently

Re: Tomcat randomly cannot connect to SMTP host

2007-05-07 Thread Raymond Holguin
d suggestions. If you still have this problem you could try doing a netstat command to see if your server is holding the connections to the SMTP server. I have seen this type of thing cause some weird problems. If your server is holding several connections to the SMTP server it would m

RE: Tomcat randomly cannot connect to SMTP host

2007-05-07 Thread Fargusson.Alan
I see you got a number of good suggestions. If you still have this problem you could try doing a netstat command to see if your server is holding the connections to the SMTP server. I have seen this type of thing cause some weird problems. If your server is holding several connections to the

Re: Tomcat randomly cannot connect to SMTP host

2007-05-05 Thread Johnny Kewl
program it may be fatal. The DNS is on my mind because I had a weirdo error that took some detective work... my mail smtp (provider) has a reverse lookup on their server... I think its for spam, so it checks that the FROM domain name is actual from the mail program sending it... I found if the DNS

Re: Tomcat randomly cannot connect to SMTP host

2007-05-05 Thread Pid
Caldarale, Charles R wrote: From: Raymond Holguin [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat randomly cannot connect to SMTP host As for wireshark, this is a production environment and im not really supposed to be installing programs on the server. Try running it from your Tomcat box

RE: Tomcat randomly cannot connect to SMTP host

2007-05-04 Thread Caldarale, Charles R
> From: Raymond Holguin [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat randomly cannot connect to SMTP host > > As for wireshark, this is a production environment and im > not really supposed to be installing programs on the server. Try running it from your Tomcat box then. Yo

Re: Tomcat randomly cannot connect to SMTP host

2007-05-04 Thread Raymond Holguin
Thanks for the reply guys, But i don't think i quite understand what your getting at with the DNS stuff. The server is on my school's campus, and im using the campus SMTP server. Im able to send email using the same SMTP just fine from non-tomcat applications on the same serve

RE: Tomcat randomly cannot connect to SMTP host

2007-05-04 Thread Caldarale, Charles R
> From: Johnny Kewl [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat randomly cannot connect to SMTP host > > Heres my theory check the DNS on "your" mail address I have a > feeling that if the mail server cannot resolve your mail > address "domain&quo

Re: Tomcat randomly cannot connect to SMTP host

2007-05-04 Thread Johnny Kewl
Sent: Friday, May 04, 2007 9:37 PM Subject: Tomcat randomly cannot connect to SMTP host Hello, I have tomcat 5.0.28 running on my Linux machine, and all my applications running under this tomcat experience the same problem at the same time which is why I believe it to be a tomcat issue.

Tomcat randomly cannot connect to SMTP host

2007-05-04 Thread Raymond Holguin
connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: xx, port: 25; nested exception is: java.net.ConnectException: Connection refused) The SMTP server is fine, because I can use it from other applications not on that tomcat server. I can also

Re: sending smtp mail failure

2007-04-23 Thread Christopher Schultz
equest to connect to the > smtp > server but the server's reply? Yes, but most firewalls are configured to allow ESTABLISHED communication channels to flow bidirectionally without additional configuration. Making an outgoing TCP/IP connection should be possible as long as port 25 is o

Re: sending smtp mail failure

2007-04-19 Thread Mighty Tornado
I have ZoneAlarm running, but normally Zone Alarm notifies me if a program from within is trying to access the internet and let's me block it or let it go. Is it possible that ZA is blocking not my request to connect to the smtp server but the server's reply? On 4/19/07, Christoph

Re: sending smtp mail failure

2007-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 MT, Mighty Tornado wrote: > It was churning for a long time and still didn't manage to send the email. > But it left me this exception: [snip] > Caused by: javax.mail.MessagingException: Could not connect to SMTP host: > smtp.gma

Re: sending smtp mail failure

2007-04-18 Thread Mighty Tornado
erFol lowerWorkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run (ThreadP ool.java:685) at java.lang.Thread.run(Thread.java:619) Caused by: javax.mail.MessagingException: Could not connect to SMTP host: smtp.g mail.com, port: 465, response: -1

Re: sending smtp mail failure

2007-04-16 Thread Johnny Kewl
the error messages, and possibly allow the user to see a report via the browser. enjoy - Original Message - From: "Mighty Tornado" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, April 17, 2007 2:35 AM Subject: Re: sending smtp mail failure Th

Re: sending smtp mail failure

2007-04-16 Thread Mighty Tornado
bleshooter program to diagnose POP & SMTP setup problems: http://mail.google.com/support/bin/answer.py?answer=44769 -- Len On 4/16/07, Mighty Tornado <[EMAIL PROTECTED]> wrote: > I heeded your advice and tried setting up Outlook Express for gmail server. > This is the message that I go

Re: sending smtp mail failure

2007-04-16 Thread Len Popp
o diagnose POP & SMTP setup problems: http://mail.google.com/support/bin/answer.py?answer=44769 -- Len On 4/16/07, Mighty Tornado <[EMAIL PROTECTED]> wrote: I heeded your advice and tried setting up Outlook Express for gmail server. This is the message that I got: The connection to t

Re: sending smtp mail failure

2007-04-16 Thread Rashmi Rubdi
It looks like someone has solved this already: http://forum.java.sun.com/thread.jspa?forumID=43&threadID=667323 http://forum.java.sun.com/thread.jspa?forumID=43&threadID=5121116 -Rashmi - To start a new topic, e-mail: users@to

Re: sending smtp mail failure

2007-04-16 Thread Mighty Tornado
I heeded your advice and tried setting up Outlook Express for gmail server. This is the message that I got: The connection to the server has failed. Account: 'smtp.google.com', Server: 'smtp.google.com', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 10060, Error Nu

Re: sending smtp mail failure

2007-04-14 Thread Johnny Kewl
ghty Tornado" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, April 15, 2007 2:32 AM Subject: Re: sending smtp mail failure Thanks for responding, there something wrong with my code? This is my code: import java.util.*; import java.io.*;

Re: sending smtp mail failure

2007-04-14 Thread Mighty Tornado
session = Session.getInstance(props); try { Transport bus = session.getTransport("smtp"); bus.connect(host, "[EMAIL PROTECTED]", "[EMAIL PROTECTED]"); Message msg = new MimeMessage(session); msg.setFrom(new Interne

Re: sending smtp mail failure

2007-04-07 Thread Johnny Kewl
etInstance(properties,null); } catch(Exception e) { fSessionInited = false; } return fSessionInited; } - Original Message - From: "Mighty Tornado" <[EMAIL PROTECTED]> To: Sent: Friday, April 06, 2007 7:30 AM Subject: sending smtp mail

sending smtp mail failure

2007-04-05 Thread Mighty Tornado
Hi, I set up a small web app and the servlet is supposed to send an email using JavaMail. But I am getting exceptions - Connection Timed out every time. I am using Gmail as an smtp server to bounce emails off. How can I avoid the Connection Timed out exception? Could it be because of my firewall

RE: Could not connect to SMTP host: localhost, port: 25

2007-01-26 Thread Caldarale, Charles R
> From: Matthew Mchale [mailto:[EMAIL PROTECTED] > Subject: Could not connect to SMTP host: localhost, port: 25 > > It appears to be related to system resources in some way Are you running out of connections (sockets), or possibly file descriptors? Is everything that's being

Could not connect to SMTP host: localhost, port: 25

2007-01-26 Thread Matthew Mchale
7-01-26 11:14:37,913 (ComplicatedEmail.java:send:125) - javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25; nested exception is: java.net.ConnectException: Connection refused: connect javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25;

RE: CGI vs SMTP vs Tomcat

2006-10-18 Thread Wade Chandler
a file > to a .class file. I find myself downloading all the > dependencies for > Tomcat so it will all compile and I can extract a > single class file.) > > ~Warren Halstead > > -Original Message- > From: Wade Chandler > [mailto:[EMAIL PROTECTED] > Sent:

RE: CGI vs SMTP vs Tomcat

2006-10-18 Thread HALSTEAD SGT WARREN F
TED] Sent: Wednesday, October 18, 2006 7:23 To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: CGI vs SMTP vs Tomcat The JVM security policy couldn't just block TCP/IP access for the Perl process. The reason being the child process...perl in this case will not be run in the JVM like a class which

Re: CGI vs SMTP vs Tomcat

2006-10-18 Thread Wade Chandler
use of the > > designated recipients named above. If you are not > the intended recipient, you are hereby notified that > you have received > > this communication in error and that any review, > disclosure, dissemination, distribution or copying > of it or its > > con

Re: CGI vs SMTP vs Tomcat

2006-10-18 Thread Pid
in error and that any review, disclosure, dissemination, > distribution or copying of it or its > contents > - Original Message - > From: "HALSTEAD SGT WARREN F" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, October 17, 2006 9:52 PM > Subject: Re: CGI v

Re: CGI vs SMTP vs Tomcat

2006-10-17 Thread Wade Chandler
stead <[EMAIL PROTECTED]> wrote: > > Ok, > > Here goes > > 1) I can from my server ping the mail server. > 2) I can from the Windows command line, telnet > to port 25 (SMTP) of the > mail server. It works. > 3) Using a packet snif

Re: CGI vs SMTP vs Tomcat

2006-10-17 Thread Mark Thomas
Mike Klein wrote: > Perhaps tomcat has security policy preventing certain socket > connections. JRE/JDK has a root/default policy...but tomcat may extend this. Not by default. > I think most servlet engines use mail.jar/activation.jar...perhaps > tomcat is restricting certain sockets to these libr

Re: CGI vs SMTP vs Tomcat

2006-10-17 Thread Warren Halstead
Ok, Here goes 1) I can from my server ping the mail server. 2) I can from the Windows command line, telnet to port 25 (SMTP) of the mail server. It works. 3) Using a packet sniffer I see #2 happening. 4) Using a packet sniffer I see nothing happening network wise

Re: CGI vs SMTP vs Tomcat

2006-10-17 Thread Mike Klein
ce. > > --David > > HALSTEAD SGT WARREN F wrote: > >> Good Afternoon, >> >> I am running Tomcat 5 with CGI enabled. I am attempting to use >> Net::SMTP to send e-mail, and it works fine from the command line, but >> > > >>

Re: CGI vs SMTP vs Tomcat

2006-10-17 Thread Martin Gainty
t you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: "HALSTEAD SGT WARREN F" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 17, 2006 9:52 PM Subject: Re: CGI vs

Re: CGI vs SMTP vs Tomcat

2006-10-17 Thread Christopher Schultz
Warren, >> I am running Tomcat 5 with CGI enabled. I am attempting to use >> Net::SMTP to send e-mail, and it works fine from the command line, but >> not running as a CGI script. Can you describe the failure in any more detail? >> I do not have that option, and so I m

Re: CGI vs SMTP vs Tomcat

2006-10-17 Thread HALSTEAD SGT WARREN F
etc., ... It may be that the CGI is relying on environment variables that aren't available to the tomcat service. --David HALSTEAD SGT WARREN F wrote: > Good Afternoon, > > I am running Tomcat 5 with CGI enabled. I am attempting to use > Net::SMTP to send e-mail, and it works f

Re: CGI vs SMTP vs Tomcat

2006-10-05 Thread Martin Gainty
Dave and crew- Its Like anything else ...the solution will be that more expensive .. Your battle plan should include looking into exec/spawn/system call function(s) Long and short is you can probably exec a telnet to WhateverMailServer on Port 25 and issue SMTP commands from the exec'ed

Re: CGI vs SMTP vs Tomcat

2006-10-05 Thread Wade Chandler
--- HALSTEAD SGT WARREN F <[EMAIL PROTECTED]> wrote: > Good Afternoon, > > I am running Tomcat 5 with CGI enabled. I am > attempting to use > Net::SMTP to send e-mail, and it works fine from the > command line, but > not running as a CGI script. I have scoured the

Re: CGI vs SMTP vs Tomcat

2006-10-05 Thread Tim Funk
F wrote: Good Afternoon, I am running Tomcat 5 with CGI enabled. I am attempting to use Net::SMTP to send e-mail, and it works fine from the command line, but not running as a CGI script. I have scoured the internet and found other people with this problem, but the derisive answer to

Re: CGI vs SMTP vs Tomcat

2006-10-05 Thread David Smith
WARREN F wrote: Good Afternoon, I am running Tomcat 5 with CGI enabled. I am attempting to use Net::SMTP to send e-mail, and it works fine from the command line, but not running as a CGI script. I have scoured the internet and found other people with this problem, but the derisive answer to

CGI vs SMTP vs Tomcat

2006-10-04 Thread HALSTEAD SGT WARREN F
Good Afternoon, I am running Tomcat 5 with CGI enabled. I am attempting to use Net::SMTP to send e-mail, and it works fine from the command line, but not running as a CGI script. I have scoured the internet and found other people with this problem, but the derisive answer to their pleas

RE: [SPAM:] - Re: IIS 6.0 working with Tomcat (via isapi)? - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-08-28 Thread Leo Donahue - PLANDEVX
, August 28, 2006 3:35 PM To: Tomcat Users List Subject: RE: [SPAM:] - Re: IIS 6.0 working with Tomcat (via isapi)? - Email has different SMTP TO: and MIME TO: fields in the email addresses Try this support article. May not be what you're looking for, but it does setup Tomcat and IIS using

RE: [SPAM:] - Re: IIS 6.0 working with Tomcat (via isapi)? - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-08-28 Thread Leo Donahue - PLANDEVX
: IIS 6.0 working with Tomcat (via isapi)? - Email has different SMTP TO: and MIME TO: fields in the email addresses On Aug 28, 2006, at 10:30 AM, Reynir Hubner wrote: > try the following instructions... > > http://reynir.net/java/greinar/nr/52/ath > > regards, > - -reynir I tried

Re: [SPAM:] - tomcat , wondoze , Unable to find a javac compiler; - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-07-28 Thread Raju Balugu
From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 11:19 AM To: users@tomcat.apache.org Subject: [SPAM:] - tomcat , wondoze , Unable to find a javac compiler; - Email has different SMTP TO: and MIME TO: fields in the email addresses unfortuntaly i have to setup tomcat on windoze. i

RE: [SPAM:] - tomcat , wondoze , Unable to find a javac compiler; - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-07-27 Thread Leo Donahue - PLANDEVX
org Subject: [SPAM:] - tomcat , wondoze , Unable to find a javac compiler; - Email has different SMTP TO: and MIME TO: fields in the email addresses unfortuntaly i have to setup tomcat on windoze. i have it working on tons of linux boxs, and this has been a royle pain. Ok enough whinning. so when i try t

RE: [SPAM:] - IIS and Tomcat Redirector. - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-07-19 Thread Leo Donahue - PLANDEVX
- IIS and Tomcat Redirector. - Email has different SMTP TO: and MIME TO: fields in the email addresses Hello, I am having troubles setting up the Tomcat Redirector (binary version 1.2.15) on Windows 2000 server. Java 1.5_07 is installed, and I am using the base binary installation of Tomcat 5.5

Re: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread David Smith
12, 2006 9:17 AM To: Tomcat Users List Subject: Re: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses @Mark, as Peter wrote, have a look in /etc/hosts. It probably looks like 127.0.0.1 localhost 192.168.0.2 te

Re: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Andrew Miehs
The configuration in the connector is so that java know on which interface to 'BIND' to on the machine. Do a netstat -anp |grep LISTEN on your machine. This shows which interface which processes are bound to. The only process (generally speaking) that can connect to 127.0.0.1 is

RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Peter Crowther
> From: Mark Claassen [mailto:[EMAIL PROTECTED] > I was just hoping that the restriction would be based on some > intrinsic information and not just on the name that was used. It *is* based on the intrinsic information: the IP address to which the socket is bound. Repeat after me: "A Hostname I

RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Mark Claassen
Thanks, I think this answers my questions -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 9:08 AM To: Tomcat Users List Subject: RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in

RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Mark Claassen
06 9:17 AM To: Tomcat Users List Subject: Re: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses @Mark, as Peter wrote, have a look in /etc/hosts. It probably looks like 127.0.0.1 localhost 192.168.0.2 t

Re: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Andrew Miehs
@Mark, as Peter wrote, have a look in /etc/hosts. It probably looks like 127.0.0.1 localhost 192.168.0.2 testmachine.domain.com testmachine You should change this to 127.0.0.1 localhost testmachine 192.168.0.2 testmachine.domain.com Just be careful if you are using Solar

RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Peter Crowther
> From: Mark Claassen [mailto:[EMAIL PROTECTED] > Say Tomcat is on a machine called TestMachine. > If I put "127.0.0.1" in the address field, it accepts > connections of the > form "http: //127.0.0.1/..." only > It does not accept connections from "http: > //TestMachine/...", even though > the s

Re: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Marc Farrow
L PROTECTED] Sent: Thursday, June 08, 2006 2:13 PM To: Tomcat Users List Subject: RE: [SPAM:] - RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses In your server.xml you will add an address element and spe

RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-12 Thread Mark Claassen
riginal Message- From: Leo Donahue - PLANDEVX [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 2:13 PM To: Tomcat Users List Subject: RE: [SPAM:] - RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses In y

Re: [SPAM:] - RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-08 Thread Mark Thomas
Dan Toomey wrote: > How do I get this tomcat email to stop? I have sent messages to unsubscribe > to no avail. You e-mail [EMAIL PROTECTED] I have removed you from the list. Mark - To start a new topic, e-mail: users@tomcat.ap

RE: [SPAM:] - RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-08 Thread Dan Toomey
an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses In your server.xml you will add an address element and specify it as: 127.0.0.1 Leo From: Mark Claassen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08

RE: [SPAM:] - RE: Restricting access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-06-08 Thread Leo Donahue - PLANDEVX
access to localhost for an HTTP connector - Email has different SMTP TO: and MIME TO: fields in the email addresses Thanks. I thought I heard that it was possible though the address, but was not sure. I read this in the docs, but I guess I didn't / don't understand the short exp