I get the following errors in syslog when I try and run tomcat as an embedded process. My question has to do with the NamingContextListener, I do not reference this in my server.xml, or application web.xml. Where would this be coming from and why would I need it?
Thank you. Jul 8 22:32:38 localhost.localdomain INFO - NamingContextListener[/null/localhost/myprog]: Creating JNDI naming context Jul 8 22:32:38 localhost.localdomain INFO - NamingContextListener[/null/localhost/myprog]: Resource parameters for UserTransaction = null Jul 8 22:32:38 localhost.localdomain INFO - StandardManager[/myprog]: Seeding random number generator class java.security.SecureRandom Jul 8 22:32:38 localhost.localdomain INFO - StandardManager[/myprog]: Seeding of random number generator has been completed Jul 8 22:32:38 localhost.localdomain INFO - StandardContext[/myprog]: Context startup failed due to previous errors Jul 8 22:32:38 localhost.localdomain INFO - StandardContext[/myprog]: Stopping Jul 8 22:32:38 localhost.localdomain INFO - StandardContext[/myprog]: Stopping filters Jul 8 22:32:38 localhost.localdomain INFO - StandardContext[/myprog]: Processing standard container shutdown Jul 8 22:32:38 localhost.localdomain INFO - StandardContext[/myprog]: Sending application stop events Jul 8 22:32:38 localhost.localdomain INFO - StandardContext[/myprog]: Stopping complete --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
