[Opensource] Expresso installation problems with
JBoss/Tomcat
larry hamel
expresso at codeguild.com
Fri Jan 10 18:24:03 PST 2003
the logging problem is well known: search mail-list archives for other work-around's before a fix is available, but anyway, you got past it.
the DTD should go in the "classes" directory at the hierarchy specified, which on this windows box is:
... WEB-INF\classes\com\jcorporate\expresso\core
good luck,
larry
At 05:57 AM 1/10/2003, you wrote:
>Hi All,
>
>There have been a lot of problems installing expresso5-0-2-bin.war file on jboss-3.0.4-tomcat-4.1.12.
>
>1) I have just resolved the following problem
> ERROR: invalid console appender config detected, console stream is
> > loopingShutting down
>
>by commenting all lines of loggingRoot.properties found in
>WEB-INF\classes\com\jcorporate\expresso\core\logging directory.
>
>
>2) Next error
> "ConfigManager: Unable to get URL to the expresso-config dtd"
> I am unable to resolve this problem.
>
>
>This is the statement in ConfigManager thats creating problems.
>
>URL url = new URL("core/expresso-config_4_0.dtd");
>if (url != null) {
> digester.register(
> "-//Jcorporate Ltd//DTD Expresso Configuration 4.0//EN",
> url.toString());
>
> } else {
> ConfigurationException ce = new ConfigurationException(
> "ConfigManager: Unable to get URL to the expresso-config dtd");
> setConfigurationFailureException(ce);
> throw ce;
> }
>
>Looking forward for some help on this...
>
>Regards
>Shamanth Murthy
>
>
>
>
>
>
>
>_______________________________________________
>Opensource mailing list
>Opensource at jcorporate.com
>http://mail.jcorporate.com/mailman/listinfo/opensource
>Archives: http://mail.jcorporate.com/pipermail/opensource/
More information about the Opensource
mailing list