Hi Zvonko,
First off, is your project compiling? Following your instructions I had to add a servlet.jar to my
classpath in order for things to work.
You can grab servlet-api-2.4.jar here:
http://repo2.maven.org/maven2/javax/servlet/servlet-api/2.4/
kind regards
bob
On 1/03/2010 07:55 AM, Zvonko wrote:
When I start tomcat I see the following (in addition to a bunch of INFO msg
that I've not included) lines in the console:
[Click] [info ] found jar:
file:/C:/all/workspace/ClickProject1/WEB-INF/lib/click-2.1.0.jar
[Click] [info ] found jar:
file:/C:/all/workspace/ClickProject1/WEB-INF/lib/click-extras-2.1.0.jar
[Click] [info ] initialized in development mode
log4j:WARN No appenders could be found for logger
(org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
Feb 28, 2010 3:49:06 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Feb 28, 2010 3:49:06 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/click-examples] startup failed due to previous errors
Feb 28, 2010 3:49:12 PM org.apache.catalina.core.ApplicationContext log
Tomcat server starts up fine. I'm able to run other apps but when I try the
click-examples webapp I get a 404.
Any help would be greatly appreciated.