Hello!

> Tomcat is capable of generating several log files depending upon the
> configuration. Are you using the default logging configuration?

Yes. I just downloaded Tomcat and dropped my WAR file into the webapps
directory.

> Check any of the files in logs/* to see if any of them have error
> messages. Sometimes they are found in catalina.out, sometimes in
> [host].log, etc.

There are following files in the directory:

catalina.2011-05-04.log
localhost_access_log.2011-05-04.txt
host-manager.2011-05-04.log
manager.2011-05-04.log
localhost.2011-05-04.log

The only error message I found was this:

INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path: C:\Program
Files\Java\jdk1.6.0_23\bin;.;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;c:\Program
Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\jEdit;C:\Program
Files\Bazaar;C:\Program Files\Graphviz2.26.3\bin;c:\Program Files\Microsoft
SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL
Server\100\DTS\Binn\;C:\Program Files\gs9.00\bin;C:\Program
Files\apache-maven-2.2.1\bin;C:\Program
Files\Java\jdk1.6.0_23\bin;C:\Ruby191\lib\ruby\gems\1.9.1\gems\taskjuggler-0.0.8\bin;C:\Ruby191\bin;C:\Program
Files\OpenLibraries\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program
Files\TortoiseSVN\bin;C:\Program Files\Calibre2\;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:
> > 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 this in the logs.
> >
> > Where can I find out the details (e. g. the stack trace) about this
> failure?
>
> Tomcat is capable of generating several log files depending upon the
> configuration. Are you using the default logging configuration?
>
> Check any of the files in logs/* to see if any of them have error
> messages. Sometimes they are found in catalina.out, sometimes in
> [host].log, etc.
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk3C1dcACgkQ9CaO5/Lv0PAC7QCbBeFElXPdqcBpiiiIOZ6/UQs+
> S10An04qXAjP+QXx3H/YDgVOdbdhk75a
> =/s6A
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to