Mantis - Resin
Viewing Issue Advanced Details
3605 minor always 07-22-09 08:54 08-27-09 20:48
ferg  
ferg  
normal  
closed 4.0.0  
fixed  
none    
none 4.0.2  
0003605: ping needs to be server independent
(rep by John Bowen)

Ping needs to be server-independent, because the following does not make sense:

        <ping>
                <sleep-time>1m</sleep-time>
                <try-count>3</try-count>
                <retry-time>20s</retry-time>
                <socket-timeout>20s</socket-timeout>
                <url>http://127.0.0.1:8081/jasmine3.0/websiteup.jsp</url> [^]
                <url>http://127.0.0.1:8082/jasmine3.0/websiteup.jsp</url> [^]
                <url>http://127.0.0.1:8083/jasmine3.0/websiteup.jsp</url> [^]
        </ping>

        
   

Notes
(0004195)
ferg   
08-27-09 20:48   
server/2k12

Added <ping-url> to the <server> and <server-default> for server-independent ping.