Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Marcelo Morales
Is is definitely there: $ jar tf slf4j-api-1.5.5.jar |grep org/slf4j/LoggerFactory org/slf4j/LoggerFactory.class $ try shared/lib on tomcat instalation. Try finding something on http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html and ask tomcat forums On Wed, Feb 4, 2009 at 8:04 PM, S

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Swapna Rachamalla
Hi i have tried with these jars also. Thanks Swapna On Wed, Feb 4, 2009 at 4:01 PM, Marcelo Morales wrote: > you will need 3 jars if want log4j > slf4j-api.jar > slf4j-log4j12 > log4j.jar > > On Wed, Feb 4, 2009 at 5:45 PM, Swapna Rachamalla > wrote: > > Hi > > > > I have looked into those lo

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Marcelo Morales
you will need 3 jars if want log4j slf4j-api.jar slf4j-log4j12 log4j.jar On Wed, Feb 4, 2009 at 5:45 PM, Swapna Rachamalla wrote: > Hi > > I have looked into those log files. > > I have put the following jar files in my app and tmocat/commons/lib > wicket-1.4-rc1.jar > wicket-auth-roles-1.4-rc1.j

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Stephen Swinsburg
Swapna, Start with a clean Tomcat and don't manually put jars anywhere in Tomcat (except maybe a db driver jar). In your pom.xml have something like this: org.apache.wicket wicket ${wicket.version}

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Martijn Dashorst
1. Use Maven for your dependency management 2. Don't put random stuff in common/lib, use a war file 3. Use Maven for building your war file 4. Don't put stuff in common/lib, use a war file 5. Use Maven Martijn On Wed, Feb 4, 2009 at 11:03 PM, Swapna Rachamalla wrote: > Noon: i Have modified log4

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Swapna Rachamalla
Noon: i Have modified log4properties.file but still getting same error. Igor: i have added slf4j jars in lib but still getting same error Is there any other way to resolve this/ Thanks is advance Thanks Swapna On Wed, Feb 4, 2009 at 1:54 PM, Igor Vaynberg wrote: > you are missing the loggin

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Igor Vaynberg
you are missing the logging slf4j jars. please use maven to manage your dependencies if you do not know how to resolve problems like this. -igor On Wed, Feb 4, 2009 at 1:45 PM, Swapna Rachamalla wrote: > Hi > > I have looked into those log files. > > I have put the following jar files in my app

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread noon
Morales > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > > -- View this mess

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Swapna Rachamalla
Hi I have looked into those log files. I have put the following jar files in my app and tmocat/commons/lib wicket-1.4-rc1.jar wicket-auth-roles-1.4-rc1.jar wicket-datetime-1.4-rc1.jar wicket-extensions-1.4-rc1.jar wicket-guice-1.4-rc1.jar wicket-ioc-1.4-rc1.jar wicket-jmx-1.4-rc1.jar wicket-objec

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Marcelo Morales
Hi Check the other log. Usually there are two logs on vanilla tomcat, catalina-* and localhost-* On Wed, Feb 4, 2009 at 5:18 PM, Swapna Rachamalla wrote: > Hi > > I Have developed HelloWorld example using Apache Wicket which is given > http://wicket.apache.org/examples.html. > > I have compiled t

Re: Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Andreas Petersson
Swapna Rachamalla schrieb: Hi I Have developed HelloWorld example using Apache Wicket which is given http://wicket.apache.org/examples.html. I have compiled the java files Successfully. But while starting the tomcat 5.5 web server iam getting the following error. org.apache.catalina.core.Stan

Iam getting Errors while starting the Tomcat 5.5 server

2009-02-04 Thread Swapna Rachamalla
Hi I Have developed HelloWorld example using Apache Wicket which is given http://wicket.apache.org/examples.html. I have compiled the java files Successfully. But while starting the tomcat 5.5 web server iam getting the following error. org.apache.catalina.core.StandardContext start SEVERE: Err