Re: Running under Tomcat
"Patrick Lee" <[email protected]> Thu, 16 Aug 2007 22:51:58 +1000
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
On 8/16/07, Franz Philipp Moser <[email protected]> wrote: > 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! Yeah, I copied them all except servlet.jar (good) and jetty.jar (bad) This is not my day. Also, I had to move everything from the /welcome/code/ dir to /welcome/ So, finally, I have it running. If it's running under /hop I need to put welcome.mountpoint = hop/ In the apps.properties right? This doesn't seem to be working - it's linking to everything at / still? What have I missed? Thanks for everyone's patience.