Want to stop tomcat's info messages from printing to console

2003-03-07 Thread Scott Power
I was wondering if there is a way to stop tomcat from printing its messages to the console. I know how to configure the log4j message from within the application, by setting the level in the log4j.configuration file but I still get message on the console like the ones below. I would like to stop

problem with struts 1.1 rc1

2003-03-06 Thread Scott Power
Hi, I just downloaded the struts 1.1 rc1 and when I try to run my tomcat I get debug printing to the screen for many, many screens. I have tried to turn off my debug, I have debug set to 0 in the server.xml, web.xml, and all other xml's that I could find. I still continue to get these debug's.

RE: problem with struts 1.1 rc1(Resolved)

2003-03-06 Thread Scott Power
I was missing the following line form my log4j properties file log4j.logger.org.apache=WARN, stdout, rolling---BeginMessage--- Hi, I just downloaded the struts 1.1 rc1 and when I try to run my tomcat I get debug printing to the screen for many, many screens. I have tried to turn off my debug, I

need help validating two forms either field 1 must be filledor field 2 must be filled.

2003-03-03 Thread Scott Power
want the user to either enter data into the first text or the second or both. I just can't have both fields empty. does anybody know how to do this? Thanks for any help that can be provided. Scott Power - To unsubscribe, e

DBCP could not obtain an idle db connection pool exhausted

2003-02-19 Thread Scott Power
Hi folks, Here's my situation, I am using tomcat(latest version) and mysql,jdbc(mysql ..connector..jar) and struts for an application with connection pooling. I can not figure out why my connection stay around once I close them, they are not sent back to the pool. I create a connection then I

need Help, I have been struggling for days. (collections andhtml:select)

2003-02-11 Thread Scott Power
to do is to get the string value back from what the user selects. If anybody can Help, it would be great. Thanks in Advance. Scott Power - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: need Help, I have been struggling for days. (collectionsandhtml:select)

2003-02-11 Thread Scott Power
!! -Original Message- From: Scott Power [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 2:18 PM To: [EMAIL PROTECTED] Subject: need Help, I have been struggling for days. (collections andhtml:select) I am trying to do something I have done many times before I have

Re: RE: need Help, I have been struggling for days.(collectionsandhtml:select

2003-02-11 Thread Scott Power
form bean name and also that the scope is the same as the scope used in the action which displayed the form. Cindy Jeness From: Scott Power [EMAIL PROTECTED] Date: 2003/02/11 Tue PM 03:17:42 EST To: [EMAIL PROTECTED] Subject: RE: need Help, I have been struggling for days. (collections

trying to use value from select/option tag in a bean

2003-02-11 Thread Scott Power
. .other myForm.gets.. . String criteriaName = (String) myForm.get(criteriaName); Thanks for any help Scott Power - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]