> From: Dan D. [mailto:[EMAIL PROTECTED] 
> Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14
> 
> Customer has the following directory structure:
> 
> /home/user/html
> \_ WEB-INF/
> |    \_ classes/
> |    \_ lib/
> \_ images/
> \_ movies/
> \_ mp3s/
> \_ blog/
> \_ new_application.war

That looks very wrong.  Why is there a .war file at the same level as
WEB-INF?

> Now, in Tomcat 5, they would have a work directory structure of the 
> following:
> /{tomcat.home}/work/{engine.name}/
>     \_ ./application_name
>         \_  _ (the directory name is simply "_")
>         |     \_ tldCache.ser
>         \_   new_application
>         \_ tldCache.ser

That also looks wrong; all tldCache.ser files should be at the same
level - immediately under the respective work/Catalina/[host]/[appname]
directories.  Even if you're confusing "application_name" with the name
on a <Host> element, something seems very broken with your appBase
and/or docBase settings.  Until that's straightened out, all bets are
off.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to