Re: error listener start

2010-07-26 Thread Adam Posner
I bet that's it, thanks a bunch ! Adam On Mon, Jul 26, 2010 at 6:26 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Adam Posner [mailto:cuco2...@gmail.com] > > Subject: Re: error listener start > > > > java.lang.NoClassDefFoundError:

RE: error listener start

2010-07-26 Thread Caldarale, Charles R
> From: Adam Posner [mailto:cuco2...@gmail.com] > Subject: Re: error listener start > > java.lang.NoClassDefFoundError: com/listeners/TrailsContextListener > (wrong name: TrailsContextListener) Looks like you're missing the package statement in your Java source co

Re: error listener start

2010-07-26 Thread Adam Posner
s/dailtTamp-v1/WEB-INF/classes >>> THe class files are belsw com which is under classes >>> On Mon, Jul 26, 2010 at 12:18 AM, Caldarale, Charles R < >>> chuck.caldar...@unisys.com> wrote: >>> >>>> > From: Adam Posner [mailto:cuco2...@gmail.com]

Re: error listener start

2010-07-26 Thread Adam Posner
gt;> THe class files are belsw com which is under classes >> On Mon, Jul 26, 2010 at 12:18 AM, Caldarale, Charles R < >> chuck.caldar...@unisys.com> wrote: >> >>> > From: Adam Posner [mailto:cuco2...@gmail.com] >>> > Subject: error listener start

Re: error listener start

2010-07-26 Thread Adam Posner
es are belsw com which is under classes > On Mon, Jul 26, 2010 at 12:18 AM, Caldarale, Charles R < > chuck.caldar...@unisys.com> wrote: > >> > From: Adam Posner [mailto:cuco2...@gmail.com] >> > Subject: error listener start >> > >> > This is a tough

RE: error listener start

2010-07-26 Thread Caldarale, Charles R
> From: Adam Posner [mailto:cuco2...@gmail.com] > Subject: Re: error listener start > > Thanks for the reply and apologies for the incomplete info. Which, unfortunately, is still incomplete. > > Also tell us ... how you installed Tomcat. > > > > Look in both th

Re: error listener start

2010-07-26 Thread Adam Posner
Adam Posner [mailto:cuco2...@gmail.com] > > Subject: error listener start > > > > This is a tough one . I have no clue. > > And apparently don't even know the version of Tomcat you're running... or > at least you haven't bothered to tell us. If and when yo

Re: error listener start

2010-07-26 Thread Adam Posner
omcat-6.0.28/logs$ On Mon, Jul 26, 2010 at 12:18 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Adam Posner [mailto:cuco2...@gmail.com] > > Subject: error listener start > > > > This is a tough one . I have no clue. > > And apparen

RE: error listener start

2010-07-25 Thread Caldarale, Charles R
> From: Adam Posner [mailto:cuco2...@gmail.com] > Subject: error listener start > > This is a tough one . I have no clue. And apparently don't even know the version of Tomcat you're running... or at least you haven't bothered to tell us. If and when you do, repo

error listener start

2010-07-25 Thread Adam Posner
This is a tough one . I have no clue. All I get in the logs is that error msg. Here ?xml version="1.0" encoding="UTF-8"?> http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml

RE: Error Listener start tomcat

2009-10-27 Thread vkpandit
vkpandit [mailto:v.kri...@gmail.com] >> Subject: Error Listener start tomcat >> >> When I deploy a war file of my jsf application to tomcat webapps >> directory I get an error listenerstart in my tomcat logs and when >> I point my browser to the location of the web page I get

RE: Error Listener start tomcat

2009-10-27 Thread Caldarale, Charles R
> From: vkpandit [mailto:v.kri...@gmail.com] > Subject: Error Listener start tomcat > > When I deploy a war file of my jsf application to tomcat webapps > directory I get an error listenerstart in my tomcat logs and when > I point my browser to the location of the web pa

Error Listener start tomcat

2009-10-27 Thread vkpandit
in context: http://www.nabble.com/Error-Listener-start-tomcat-tp26080229p26080229.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: error listener start during aplication start up

2006-04-21 Thread Hadraba Petr
Hi, this warning says that tomcat is using log4j, but can't find the configuration file /common/classes/log4j.properties. But I don't know how tell tomcat to ignore log4j.jar.:-( More info about Tomcat vs. Log4j: http://tomcat.apache.org/tomcat-5.5-doc/logging.html PETR On 4/21/06, lee hwayin

error listener start during aplication start up

2006-04-21 Thread lee hwaying
I have the following error message while starting up my application in Tomcat. I am using log4j.xml in my custom application. can someone help thanks. INFO: XML validation disabled log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig). log4j:WARN Please in