-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Robert,

On 1/28/2011 4:24 PM, robert.jen...@surecomp.com wrote:
>       webapps
>               allMATCHWeb
>                       documents
>                       images
>                       lib
>                       logs
>                       META-INFO

Is that application-specific? The standard metadata directory for JAR
and WAR files is META-INF, not META-INFO. It shouldn't affect anything,
here, unless you are trying to use a META-INF/context.xml file to
configure your webapp (which obviously won't work if it's
META-INFO/context.xml because that's not the right path).

> This is the content of the web.xml

web.xml looks good to me. A request to http://host/allMATCHWeb/ should
be redirected (or at least internally forwarded) to
http://host/allMATCHWeb/login.html (due to your welcome-file-list setting).

> The log files produced by Tomcat contain the following
>
> catalina.2011-01-28.log contains
>
> [snip]
>
> INFO: Deploying web application archive allMATCHWeb.war
>
> [snip]
>
> INFO: Server startup in 18243 ms

Good. This indicates that the server did start, and your webapp did deploy.

If you've set the swallowOutput="true" in your <Context>, your stdout
log messages will go to a different logger.

Are those all the log files created in the logs/ directory?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1FurcACgkQ9CaO5/Lv0PCkOgCfYlrMpitans7w7QL81s/Pt80T
ZQEAoKBBZa4wPtdbkJMTJzlzjfWKgbYd
=4RoJ
-----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