> Which provides a snippet on setting up Fortress within a servlet. CVS also > contains a few example Fortress application which build on that. Have a > look at:
> http://cvs.apache.org/viewcvs.cgi/avalon/fortress/examples/src/java/org/ apache/avalon/fortress/examples/servlet/ > I found both of these very useful in starting with fortress. </snip> Okay, i tried to get this servlet to run... Couldnt' convince it, though, on tomcat, i get the following exception: 2003-11-14 13:59:13 HostConfig[localhost] Error deploying web application directory epoch java.io.IOException: java.lang.IllegalStateException: ContainerBase.addChild: start: LifecycleException: start: : java.lang.IllegalArgumentException: avalon-framework,log4j,commons-logging,servletapi,javamail,jms,junit-Ext ension-Name On weblogic it looks like this: <14.11.2003 13.39 Uhr CET> <Error> <HTTP> <BEA-101216> <Servlet: "fortress" failed to preload on startup in Web application: "epoch". javax.servlet.ServletException: org/apache/excalibur/instrument/manager/DefaultInstrumentManager at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl. java:906) at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImp l.java:842) at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl .java:782) at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServ letContext.java:3236) . . . (i checked the WEB-INF/lib dir and there goes excalibur-instrument.jar, even looked inside the jar: it's there) Maybe i should mention that i'm trying to build from scratch (setting up the avalon environment). So here the list of deps: avalon-framework-4.1.5.jar commons-beanutils-1.6.jar commons-collections-2.1.jar commons-digester-1.5.jar commons-fileupload-1.0.jar commons-lang-1.0.1.jar commons-logging-1.0.3.jar commons-validator-1.0.2.jar concurrent-1.3.1.jar excalibur-event-1.0.3.jar excalibur-fortress-1.0.jar excalibur-i18n-1.1.jar excalibur-instrument-1.0.jar excalibur-instrument-manager-0.1.jar excalibur-instrument-manager-interfaces-0.1.jar excalibur-logger-1.0.1.jar excalibur-sourceresolve-1.0.1.jar logkit-1.2.2.jar oro-2.0.7.jar struts-1.1.jar 'that it? Cheers, simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
