Re: Deployment problem on Tomcat 7.0.12

2011-05-06 Thread Dmitri Pissarenko
\;C:\Program Files\CVSNT\ Can it be the cause of the deployment problem? If not, where else can I search? Thanks in advance Dmitri 2011/5/5 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dmitri, On 5/5/2011 10:55 AM, Dmitri Pissarenko wrote

Re: Deployment problem on Tomcat 7.0.12

2011-05-06 Thread Dmitri Pissarenko
Hello! Now I found the error. It was a malformed context.xml file. Thanks for your help. Best regards Dmitri 2011/5/6 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dmitri, On 5/6/2011 5:25 AM, Dmitri Pissarenko wrote: Tomcat is capable

Re: Deployment problem on Tomcat 7.0.12

2011-05-06 Thread Dmitri Pissarenko
Dmitri, On 5/6/2011 10:19 AM, Dmitri Pissarenko wrote: Now I found the error. It was a malformed context.xml file. Perhaps next time you won't be so anxious to flame the members of this community before checking-out your own webapp. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG

Logging with slf4j in Tomcat 7

2011-05-06 Thread Dmitri Pissarenko
Hello! In my application I use slf4j for logging. The logging messages appear in the console output like 17:05:31.985 [http-bio-8080-exec-1] DEBUG a.s.p.i.p.DefaultPersistence - 013.008: Daily plans (start) 17:05:31.985 [http-bio-8080-exec-1] DEBUG a.s.p.i.p.DefaultPersistence - session: null

Deployment problem on Tomcat 7.0.12

2011-05-05 Thread Dmitri Pissarenko
Hi! When I try to deploy a WAR file by dropping it into webapps directory, I get following message in the console: 04.05.2011 19:34:07 org.apache.catalina.startup.HostConfig deployWAR SEVERE: Error deploying configuration descriptor xyz.war I didn't find any hints about the detailed cause of