[Mav-user] Problem with friendbook-jsp

2002-07-30 Thread Thomas Wheeler
I'm getting the following exception after deploying the friendbook-jsp in Tomcat 4.0.4, Maverick 2.1.1. What am I missing? javax.servlet.ServletException: /default.jspwelcome.jsp at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja va:212) at org.apache

RE: [Mav-user] Problem with friendbook-jsp

2002-07-30 Thread Thomas Wheeler
More details. It seems that for an URL ending in .m (processed by Maverick), it's appending the .jsp path to the .m path. For example, clicking the "signup.m" link causes it to look for "/signup.msignup.jsp". -Thomas -Original Message- From: Thomas Wheeler

RE: [Mav-user] Problem with friendbook-jsp

2002-07-31 Thread Thomas Wheeler
Is anyone reading this list? Is anyone using Maverick? Seems like a nice framework if I could get it to work... I'd sure like to know what I'm doing wrong here. -Thomas -Original Message----- From: Thomas Wheeler Sent: Tuesday, July 30, 2002 5:12 PM To: '[EMAIL PROTECTE

RE: [Mav-user] Problem with friendbook-jsp

2002-07-31 Thread Thomas Wheeler
everything started up just fine. Is there anything unusual about your setup? What OS/JVM? Jeff Schnitzer [EMAIL PROTECTED] > -Original Message- > From: Thomas Wheeler [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 31, 2002 11:45 AM > To: '[EMAIL PROTECTED]' &

[Mav-user] XSLTransform

2002-08-02 Thread Thomas Wheeler
I'm trying to figure out how to get XSL transforms to work. I have the following command for the friendbook-jsp: xsltest.jsp and xsltest.xsl correspond to the birds.xml and birds

RE: [Mav-user] reusable controllers and session objects

2003-04-02 Thread Thomas Wheeler
How about a base class with derived classes? The base class handles exceptions and logging, and defers to the subclasses for actual processing. Perhaps with a template method. -Thomas -Original Message- From: Valeri Sarantchouk [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 6:

RE: [Mav-user] Use Apache Commons Logging instead of log4j

2004-06-01 Thread Thomas Wheeler
I don't have an opinion either way, and no objections to those who are in favor of the switch... but I guess I'm not really clear on how switching to commons-logging helps the jar file explosion. As I see it: Current: log4j.jar Proposal: commons-logging.jar + log4j.jar -- or -- commons-logging.ja

Re: [Mav-user] NoClassDefFoundError and I have all the right jar files

2010-04-22 Thread Thomas Wheeler
Angela, As I recall, Tomcat gives you several places to dump jar files: there's the webapp's WEB-INF/lib/ directory, Tomcat's common/lib/ directory, and shared/lib. My general rule was to put everything related to the application into the webapp's lib/ whenever possible. Also, Tomcat ignores yo