Andreas Hausleitner wrote:
>
> Has anyone used LWS form Gefionsoftware (http://www.gefionsoftware.com)
> with Tomcat 3.1
> (latest version) and how did you get it running?
>
> getting error: 500 Internal Server Error
> Servlet exception for jsp in init():
> java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger at
> [...]
A number of things have changed in Tomcat's JSP implementation since the
snapshot
used in LWS was taken. The next version of LWS will include the most up-to-date
version of Tomcat's JSP container.
In the meantime, you can try to just copy the org.apache.tomcat.logging.Logger
class from Tomcat and include it in LWS's CLASSPATH, but I can't guarantee that
that's only class you need and there may be other new dependencies as well.
Hans
--
Hans Bergsten [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets