Since it's the declared appBase, *any* directories immediately under it
are going to be treated as webapps, and will create entries in Tomcat's
work directory.

conf/Catalina/www.domain.com doesn't have any xml files, so that isn't it. However, /home/user/html is the users home directory, so is the root of where they upload files. _Everything_ is in there. This then is the root of my problem.

Would it work to then change the appBase to "/home/user/html/ROOT", or would it be better to have a secondary directory (/home/user/html/webapps) with a ROOT directory inside of it?


----- Original Message ----- From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
Subject: RE: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14


From: Dan D. [mailto:[EMAIL PROTECTED]
Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

I added a ROOT directory in /home/user/html, with a META-INF
and WEB-INF directory in it.

When starting tomcat, however, the work directory is still full of
directories that have nothing to do with the actual application.

What you did sounds good, so far.  What else is under /home/user/html?
Since it's the declared appBase, *any* directories immediately under it
are going to be treated as webapps, and will create entries in Tomcat's
work directory.


---------------------------------------------------------------------
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