On 18/01/2013 14:42, David kerber wrote:
> On 1/18/2013 9:18 AM, Mark Thomas wrote:
>> On 18/01/2013 13:33, Alexandre Rubert wrote:
>>> Hello,
>>> I've more than 200app in my webapp directory with symbolic links in some
>>> images. If I activate allowLinking tomcat crash during startup because
>>> of out of memory. I'd like to disable automatic start for all
>>> applications except manager. I tried by adding deployOnStartup="false"
>>> and autoDeploy="false" in my server.xml but with this options I can't
>>> access to manager html.
>>
>> Add an explicit Context for the manager in server.xml
>>
>> Mark
> 
> So are you saying that this is one of the rare cases where configuring a
> context in server.xml is appropriate?

Yes. It is the only way to start a Context if autoDeploy and
deployOnStartup are disabled.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to