Struts in the distribution?

A

Albretch

Hi,

I recently downloaded the latest 4.1.29 Tomcat distribution from

http://jakarta.apache.org/site/binindex.cgi

after installing it I got:

Nov 10, 2003 1:09:53 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
Starting service Tomcat-Standalone
Apache Tomcat/4.1.29
Nov 10, 2003 1:09:55 PM
org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=tru
e
Nov 10, 2003 1:09:55 PM
org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNul
l=true
Nov 10, 2003 1:09:56 PM
org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources',
retur
nNull=true
Nov 10, 2003 1:09:59 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
Nov 10, 2003 1:10:00 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Nov 10, 2003 1:10:00 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/40
config=C:\JApps\tc\bin\..\conf\jk2.properties

It is -apparently- running just fine, but I would like to know what is
going on, since I couldn't find anything on these "issues" on the
dist's CHANGES.txt files.
 
B

Bryce (Work)

Hi,

I recently downloaded the latest 4.1.29 Tomcat distribution from

http://jakarta.apache.org/site/binindex.cgi

after installing it I got:

Nov 10, 2003 1:09:53 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
Starting service Tomcat-Standalone
Apache Tomcat/4.1.29
Nov 10, 2003 1:09:55 PM
org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=tru
e
Nov 10, 2003 1:09:55 PM
org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNul
l=true
Nov 10, 2003 1:09:56 PM
org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources',
retur
nNull=true
Nov 10, 2003 1:09:59 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
Nov 10, 2003 1:10:00 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Nov 10, 2003 1:10:00 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/40
config=C:\JApps\tc\bin\..\conf\jk2.properties

It is -apparently- running just fine, but I would like to know what is
going on, since I couldn't find anything on these "issues" on the
dist's CHANGES.txt files.

What issues are you talking about? Everything there looks fine to me.
 
S

Sudsy

Albretch said:
I thought all these "returnNull=true" were sort of errors


Those are just informational messages, hence the INFO prefix
in the log file. You could always adjust the verbosityLevel
in your $TOMCAT_HOME/conf/server.xml to be WARNING or above.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,787
Messages
2,569,629
Members
45,332
Latest member
LeesaButts

Latest Threads

Top