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 fo

change in versions?

2006-10-04 Thread Dan Adams
I had a tomcat 5.5.17 install with a bunch of webapps that was running great. Then I had to set up a new tomcat install on another server so I grabbed 5.5.20 and all of a sudden the urlrewritefilter in my apps stopped working completely. So after like a day of frustration and trying to figure out t

Re: Tomcat logging problem

2006-10-04 Thread Tejas Dhedia
Hi, Rick thank you for your suggestions.I removed all my log files and restarted tomcat againg but faced the same problems. I also checked and saw that tomcat was running under user tomcat and not root. Also I do not use the restart argument for my script. Whenever I work use stop and start argume

RE: error while running a webapp

2006-10-04 Thread Propes, Barry L
pdf didn't come through. -Original Message- From: Oliver Wagner [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 4:21 PM To: users@tomcat.apache.org Subject: error while running a webapp Hello, I wrote a web application (JSPs, Beans, JDBC and MYSQL) and use the tomcat contain

error while running a webapp

2006-10-04 Thread Oliver Wagner
Hello, I wrote a web application (JSPs, Beans, JDBC and MYSQL) and use the tomcat container. But if the container runs a while the strange error occurs. I don't know how to solve this problem. While the problem occurs the other web applications are still running without a problem. After a restar

RE: IIS 6.0 with JK 1.2.19

2006-10-04 Thread Fisher, Mitchell L
Yes, thank you. The problem with not being able to access the worker.properties file is also another error with http://reynir.net/java/greinar/nr/52/ath. That page recommends creating a registry entry of ...\worker.properties", but says create the file as workerS.properties. Fixing the registry

Log files not being generated after new .war file installed and exploded

2006-10-04 Thread Blackmon, Bill
Hi, We're suddenly not getting any log files after staging and exploding a new .war installation. The server.xml file hasn't changed. We're using Tomcat v.4.1 on a Windows server. Thanks, Bill

SSL and SVG Problem

2006-10-04 Thread Chappelle, Josh
I am having a problem with tomcat serving up SVG content over SSL. I have found one instance of someone reporting this on the internet and the link to the bug is http://mail-archives.apache.org/mod_mbox/tomcat-dev/200402.mbox/<2004022 [EMAIL PROTECTED]> I am using Tomcat version 5.0.28. I hav

A question.

2006-10-04 Thread gustavo . ezquerro
Hi, there I've been experiencing some troubles in my apache-tomcat, I have a Open Enterprise Server with IDM from Novell, so I try to install the Net Storage services, but to manage these I have to use the iManager web page, but there is something strange everytime I try to reache that page it

RE: 4.1.34 stability vote in progress

2006-10-04 Thread Propes, Barry L
I feel like it's fairly stable, if that's what you're asking. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 7:39 PM To: Tomcat Users List Subject: 4.1.34 stability vote in progress All, Just a quick note to let you know that a stability v

RE: How to stop using catalina.out with Tomcat 5.5.9?

2006-10-04 Thread Goykhman, Boris
Thank you! Shouldda been pretty obvious... -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 10:04 AM To: Tomcat Users List Subject: Re: How to stop using catalina.out with Tomcat 5.5.9? catalina.out is just redirected std out and error out.

Re: How to stop using catalina.out with Tomcat 5.5.9?

2006-10-04 Thread David Smith
catalina.out is just redirected std out and error out. Disable logging to console in log4j config and the messages in catalina.out should go away (except for some very top level logging coming from the startup/shutdown script). --David Goykhman, Boris wrote: Slight correction: log output

RE: How to stop using catalina.out with Tomcat 5.5.9?

2006-10-04 Thread Goykhman, Boris
Slight correction: log output is appended to both catalina.out and log4j log, and I wanna get rid of catalina.out output. From: Goykhman, Boris Sent: Tuesday, October 03, 2006 6:01 PM To: 'users@tomcat.apache.org' Subject: How to stop using catalina.out with

named based virtual host with Tomcat

2006-10-04 Thread Stefan Obermeier
Hello, we are using Apache-Tomcat connector in the following way: The two conf files are located on the INTERNETSERVER. The INTERNETSERVER is reachable via application.domain.com The Tomcat applications are available via application.domain.com/APPL/ on PRODSERVER or application.domain.com/APPL_

RE: IIS and Tomcat on different physical servers

2006-10-04 Thread Øyvind Roth
It did it, most of it at least. Thanks a lot! (A bit embarrassing , though...) (And I also got confirmed my understanding that it is perfectly possible to have Tomcat on a separate machine and that the machine running IIS needs neither Java nor Tomcat (of course)). A couple of issues remain, h

RE: Problem: Tomcat server hang because CPU goes to 100%

2006-10-04 Thread Praveen Balaji
Check how Heinz would do it: http://www.javaspecialists.co.za/archive/newsletter.do?issue=132&locale= en_US -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 2:56 PM To: Tomcat Users List Subject: Re: Problem: Tomcat server hang because

Re: Problem: Tomcat server hang because CPU goes to 100%

2006-10-04 Thread Leon Rosenberg
create a thread dump (kill -QUIT wrote: Dear friends, When I click on different links or button in my jsp page quickly, normally everythings is ok but sometime the tomcat server hang, it can not response to the requests anymore because the CPU goes to 100% If I publish my website, and when it

Problem: Tomcat server hang because CPU goes to 100%

2006-10-04 Thread Minh Tu Thanh Tran
Dear friends, When I click on different links or button in my jsp page quickly, normally everythings is ok but sometime the tomcat server hang, it can not response to the requests anymore because the CPU goes to 100% If I publish my website, and when it may happens again the CPU goes to 100% lon