Only start manager at startup

2014-06-05 Thread Scott Mitchell
I'm attempting to reply to a post by Mark Thomas posted on Mon, 21 Jan 2013 20:15:58 GMT at ( http://mail-archives.apache.org/mod_mbox/tomcat-users/201301.mbox/%3c50fda1fe@apache.org%3E) but I'm not sure if this is the way to do it. I'm not too keen on the whole mailing list translations to th

Re: Only start manager at startup

2013-01-21 Thread Alexandre Rubert
Thanks a lot for all your answers. May be it will be a future option. Le 21 janv. 2013 21:16, "Mark Thomas" a écrit : > On 21/01/2013 18:15, Alexandre Rubert wrote: > > Le 21/01/2013 18:56, Mark Thomas a écrit : > >> On 21/01/2013 17:03, Alexandre Rubert wrote: > >> > >>> Ok, so autoDeploy option

Re: Only start manager at startup

2013-01-21 Thread Mark Thomas
On 21/01/2013 18:15, Alexandre Rubert wrote: > Le 21/01/2013 18:56, Mark Thomas a écrit : >> On 21/01/2013 17:03, Alexandre Rubert wrote: >> >>> Ok, so autoDeploy option doesn't exist for a context and If I set to >>> false autoDeploy and deployOnStartup anything starts. So how can I start >>> mana

Re: Only start manager at startup

2013-01-21 Thread Alexandre Rubert
Le 21/01/2013 18:56, Mark Thomas a écrit : On 21/01/2013 17:03, Alexandre Rubert wrote: Ok, so autoDeploy option doesn't exist for a context and If I set to false autoDeploy and deployOnStartup anything starts. So how can I start manager without starting all applications in my webapps directory

Re: Only start manager at startup

2013-01-21 Thread Mark Thomas
On 21/01/2013 17:03, Alexandre Rubert wrote: > Ok, so autoDeploy option doesn't exist for a context and If I set to > false autoDeploy and deployOnStartup anything starts. So how can I start > manager without starting all applications in my webapps directory ? Again: autoDeploy="false" deployOnS

Re: Only start manager at startup

2013-01-21 Thread Alexandre Rubert
Le 21/01/2013 17:24, Mark Thomas a écrit : On 21/01/2013 15:48, Alexandre Rubert wrote: Tomcat logs say setting property autoDeploy to true did not find matching property As expected. Go and read the docs for the Context element again. This is my server.conf

Re: Only start manager at startup

2013-01-21 Thread Mark Thomas
On 21/01/2013 15:48, Alexandre Rubert wrote: > Tomcat logs say setting property autoDeploy to true did not find > matching property As expected. Go and read the docs for the Context element again. > This is my server.conf > defaultHost="localhost"> > > resourceNa

Re: Only start manager at startup

2013-01-21 Thread Alexandre Rubert
Le 21/01/2013 15:17, David kerber a écrit : On 1/21/2013 8:51 AM, Alexandre Rubert wrote: Le 18/01/2013 17:19, David kerber a écrit : On 1/18/2013 11:06 AM, Mark Thomas wrote: 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 Rub

Re: Only start manager at startup

2013-01-21 Thread David kerber
On 1/21/2013 8:51 AM, Alexandre Rubert wrote: Le 18/01/2013 17:19, David kerber a écrit : On 1/18/2013 11:06 AM, Mark Thomas wrote: 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 m

Re: Only start manager at startup

2013-01-21 Thread Alexandre Rubert
Le 18/01/2013 17:19, David kerber a écrit : On 1/18/2013 11:06 AM, Mark Thomas wrote: 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

Re: Only start manager at startup

2013-01-18 Thread David kerber
On 1/18/2013 11:06 AM, Mark Thomas wrote: 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 cra

Re: Only start manager at startup

2013-01-18 Thread Mark Thomas
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 >>>

Re: Only start manager at startup

2013-01-18 Thread David kerber
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 a

Re: Only start manager at startup

2013-01-18 Thread Alexandre Rubert
Le 18/01/2013 15:18, Mark Thomas a écrit : 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

Re: Only start manager at startup

2013-01-18 Thread Mark Thomas
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

Only start manager at startup

2013-01-18 Thread Alexandre Rubert
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 autoDe