Mantis - Resin
Viewing Issue Advanced Details
849 minor always 01-09-06 13:43 01-12-06 09:49
ferg  
ferg  
high  
closed 3.0.17  
fixed  
none    
none 3.0.18  
0000849: automatic mode isn't working properly with web-app-deploy
(rep by Jean-Francois Lamy)

Even though automatic is the default, my host and webapps
behave as if
"lazy" was the only supported mode. I even tried to force the
automatic mode, as follows. Am I missing something obvious ?

<host id="*">
   <startup-mode>automatic</startup-mode>
   <redeploy-mode>automatic</redeploy-mode>
   <web-app-deploy path='../webapps'>
      <startup-mode>automatic</startup-mode>
      <redeploy-mode>automatic</redeploy-mode>
   </web-app-deploy>
</host>

The behavior I get is the following

[11:57:32.104][] Server[] starting
[11:57:32.364][] http listening to *:80
[11:57:32.394][] hmux listening to localhost:6801

*** Notice Host and web-apps do not start -- Host does not
start until
I request a URL from application

It does not start when you first start Resin?


Notes
(0000691)
ferg   
01-12-06 09:49   
php/1f20. The id="*" behaved differently from id=""