Is there some documentation describing how to get this to work? I've
looked throught the Enhydra 5.1 docs and, as far as I can tell, it still
talks about the autorecompile feature
(ENHDYRA_HOME/doc/admin/autorecomp.html) but I couldn't find any
references to deferred parsing/dynamic loading.
Thanks,
Jeremy
Jacob Kjome wrote:
Are you using Enhydra 3.x.x by chance? The reloading stuff has been
removed from XMLC-2.2.x in favor of deferred parsing/dynamic loading
because the latter is server-agnostic while the former is
Enhydra-specific. If you want to use XMLC-2.2.3 with Enhydra, you
should upgrade to Enhydra 5.1.
Note that deferred parsing/dynamic loading is also completely
different from recompilation.
Jake
At 03:06 PM 11/6/2003 +0100, you wrote:
Hi!
I upgraded to XLMC 2.2.3 from an very old version (dont know which)
and now
get the following cnf exception. What do I have to include? I do not
want to
use the dynamic recompaliion feature of XMLC.
15:04:14,228 ERROR [ main] MultiServer - Failed to start
multiServer
java.lang.NoClassDefFoundError:
org/enhydra/xml/xmlc/reloading/RecompilationHandler
at java.lang.Class.getDeclaredConstructors0(Native Method)
at
java.lang.Class.privateGetDeclaredConstructors(Class.java:1576)
at java.lang.Class.getConstructor0(Class.java:1748)
at java.lang.Class.newInstance0(Class.java:266)
at java.lang.Class.newInstance(Class.java:249)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet.initApplication(Unknown
Source)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet.init(Unknown
Source)
at org.apache.tomcat.core.ServletWrapper$2.method(Unknown
Source)
at
org.apache.tomcat.core.ServletWrapper.handleInvocation(Unknown
Source)
at org.apache.tomcat.core.ServletWrapper.loadServlet(Unknown
Source)
at org.apache.tomcat.core.Context.loadServlets(Unknown Source)
at
org.apache.tomcat.core.Context.setupLoadableServlet(Unknown Source)
at
org.enhydra.servlet.servletManager.ServletManager.start(Unknown
Source)
at
org.enhydra.servlet.servletManager.ServletManager.startAllContexts(Unknown
Source)
at
org.enhydra.servlet.ServletContainer.readConfigFile(Unknown Source)
at org.enhydra.servlet.ServletContainer.start(Unknown Source)
at
com.lutris.multiServer.MultiServer.start(MultiServer.java:203)
at com.lutris.multiServer.MultiServer.main(MultiServer.java:218)
15:04:14,232 ERROR [ main] MultiServer - Exiting the server.
--
Dipl. Inform. Boris Klug, control IT GmbH, Germany
Fon: +49 261 92748-321 Fax: +49 261 92748-480
_______________________________________________
XMLC mailing list
XMLC@xxxxxxxxxxx
http://www.enhydra.org/mailman/listinfo.cgi/xmlc
_______________________________________________
XMLC mailing list
XMLC@xxxxxxxxxxx
http://www.enhydra.org/mailman/listinfo.cgi/xmlc
|