I had exactly the same kind of error and I solved it by adding following
lines to my log4j.properties file:

log4j.rootLogger=WARN, stdout

and/or following one:

org.apache.catalina=INFO, stdout

In my case, there were some missing JARs in my webapp's classpath.



Marcelo Morales-2 wrote:
> 
> 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
> <[email protected]> wrote:
>> 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: Error filterStart
>> org.apache.catalina.core.StandardContext start
>> SEVERE: Context [/WicketApp] startup failed due to previous errors
>>
>> Please can u help me out in resoving this issue.
>>
>> Thanks
>> Swapna
>>
> 
> 
> 
> -- 
> Marcelo Morales
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Iam-getting-Errors-while-starting-the-Tomcat-5.5-server-tp21839835p21840382.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to