Jim,

> David, This is the catalina.out file  There are some
> errors but it looks like they are logging related
> problems, not Tiles.

I disagree with you.  From the catalina.out file you included, I see a few
critical errors with two webapps: the tiles-documentation.war auto-deploy
and the missing web.xml message in the www.iatacorp.com /struts-mailreader
webapp. The latter (mailreader) suggests to me that the missing web.xml
would prevent Struts from loading and therefore the Tiles plugIn CANNOT be
initialized.  That could cause errors like the ones you included in a
previous message via this thread.

**** SO, is your webapp /struts-mailreader or are you using another webapp
or context name?

If the webapp or context is different, then you have either included the
wrong portions of the catalina.out log file or simply given us the wrong log
file because we should have seen the basic "info" level initialization(s) of
that webapp.  If the log file is not catalina.out, it is often one prefixed
by "localhost_log" such as "localhost_log.2005-03-19.txt"

For your information, below is the log segment which explains why the
struts-mailreader failed to startup:

> INFO: Missing application web.xml, using defaults
> only StandardEngine[Catalina].StandardHost[www.
> iatcorp.com].StandardContext[/struts-mailreader]

If you find and post the relevant log sections, I'll be glad to try to
assist you further.

Regards,
David


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to