Re: Running under Tomcat
Franz Philipp Moser <[email protected]> Thu, 16 Aug 2007 14:28:41 +0200
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Patrick Lee schrieb: > Hi, > > There was an issue with my web.xml. > > This seems to be fixed, however, I now get this: > > java.lang.NoClassDefFoundError: org/mortbay/util/MultiException > helma.framework.core.Application.updateProperties(Application.java:1873) > helma.framework.core.Application.<init>(Application.java:295) > helma.framework.core.Application.<init>(Application.java:194) > helma.servlet.StandaloneServletClient.createApp(StandaloneServletClient.java:100) > helma.servlet.StandaloneServletClient.getApplication(StandaloneServletClient.java:80) > helma.servlet.AbstractServletClient.getPathInfo(AbstractServletClient.java:803) > helma.servlet.AbstractServletClient.service(AbstractServletClient.java:138) > javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > > Any hints? It looks like if tomcat can't find the Java packages. You have to throw them into the lib/ext of tomcat! > The standalone runs fine on the same system. > > Thanks. <snip /> cu Philipp