[Opensource] Steps to install Expresso5-0-2.war on
JBOSS.3.0.4_tomcat.4.1.12
Michael Rimov
rimovm at centercomp.com
Fri Jan 17 11:20:32 PST 2003
At 09:57 AM 1/17/2003 +0530, you wrote:
>Hi All,
>The steps described in the last mail will help anyone to get the expresso
>working on JBOSS.
>But there are some problems logged in JBOSS's server.log file.
>They are,
>*******************************************************************************
>2003-01-16 18:59:48,919 INFO [org.jboss.web.localhost.Engine]
>StandardManager[/expresso-bin]: Seeding of random number generator has
>been completed
>2003-01-16 18:59:48,959 INFO [STDOUT] DefaultInit: init
>2003-01-16 18:59:49,099 ERROR [STDERR] Expresso Configuration initializing...
>2003-01-16 18:59:49,139 ERROR [STDERR] ConfigManager: System running
>servlet API 2_3
>2003-01-16 18:59:49,159 ERROR [STDERR] ConfigManager: Context root
>(webAppDir) is
>'D:\jboss-3.0.5_tomcat-4.1.18\server\default\deploy\expresso-bin.war\'
>2003-01-16 18:59:49,179 ERROR [STDERR] ConfigManager: Config dir is now
>'/D:/jboss-3.0.5_tomcat-4.1.18/server/default/deploy/expresso-bin.war/WEB-INF/config'
>2003-01-16 18:59:49,189 ERROR [STDERR] ConfigManager: Reading XML config
>2003-01-16 18:59:49,209 INFO [STDOUT] Setting default XML parser factory
>to Apache Crimson
>2003-01-16 18:59:50,501 ERROR [STDERR] ConfigManager: Done reading XML
>config - no errors or warnings
>2003-01-16 18:59:50,531 ERROR [STDERR] ConfigManager: Log directory:
>'D:/jboss-3.0.5_tomcat-4.1.18/server/default/deploy/expresso-bin.war/WEB-INF/log'
>*******************************************************************************
They are printouts to System.error.println() because it was the most often
stream printed to the console and logged in case Logging couldn't be
initialized, it at least gave a clue as to where we were in the code. Its
definitely not an error, and JBoss tagging it as an error is a bit misleading.
In otherwords, they're fine :)
-Mike
More information about the Opensource
mailing list