PropertyMessageResources

2003-08-15 Thread Barry Mcleer
I recently uninstalled tomcat 4.1.24 and installed 4.1.27(with hotfix) on
w2k professional. Whenever i start tomcat the following lines (aswell as
some other stuff) appear on the console:
 
[INFO] PropertyMessageResources - -Initializing,
config='org.apache.struts.util.LocalStrings', returnNull=true
[INFO] PropertyMessageResources - -Initializing,
config='org.apache.struts.action.ActionResources', returnNull=true
[INFO] PropertyMessageResources - -Initializing,
config='org.apache.webapp.admin.ApplicationResources', returnNull=true
 
I have never seen these in previous versions and was wondering if they were
normal, or what they are? I am not using struts in any of my applications.
 
thanks
 
barry


RE: PropertyMessageResources

2003-08-15 Thread Barry Mcleer
Cool, thanks for that.

barry



-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] 
Sent: 15 August 2003 14:01
To: Tomcat Users List
Subject: RE: PropertyMessageResources



Howdy,
Actually, you are using struts if you left the admin webapp installed, which
it appears you did ;)  These (as the INFO indicates) are just harmless
informative messages regarding the admin webapp's initialization.  You can
remove the admin webapp if you don't need it, and these will go away.  

Yoav Shapira
Millennium ChemInformatics


>-Original Message-
>From: Barry Mcleer [mailto:[EMAIL PROTECTED]
>Sent: Friday, August 15, 2003 8:58 AM
>To: Tomcat Users ([EMAIL PROTECTED])
>Subject: PropertyMessageResources
>
>I recently uninstalled tomcat 4.1.24 and installed 4.1.27(with hotfix)
on
>w2k professional. Whenever i start tomcat the following lines (aswell
as
>some other stuff) appear on the console:
>
>[INFO] PropertyMessageResources - -Initializing, 
>config='org.apache.struts.util.LocalStrings', returnNull=true [INFO] 
>PropertyMessageResources - -Initializing, 
>config='org.apache.struts.action.ActionResources', returnNull=true 
>[INFO] PropertyMessageResources - -Initializing, 
>config='org.apache.webapp.admin.ApplicationResources', returnNull=true
>
>I have never seen these in previous versions and was wondering if they
were
>normal, or what they are? I am not using struts in any of my
applications.
>
>thanks
>
>barry



This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Another question - validating user input in fields

2003-09-09 Thread Barry Mcleer
You could try here:

http://jakarta.apache.org/commons/validator/

Barry



-Original Message-
From: Anson Zeall [mailto:[EMAIL PROTECTED] 
Sent: 09 September 2003 11:07
To: Tomcat Users List
Subject: Another question - validating user input in fields


Hi,

I have another question for you guys. Say, a user types an input into
the form, but with my checkings, I made that kind of input, say "$%#RG",
invalid. But I would like to write a line at the side of the form saying
"input must be from A-Z or a-z". I think in asp, its called text validators
or something. How do you do that in JSP?

From,

Anson




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]