monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: m/monit 1.0.1


From: Jan-Henrik Haukeland
Subject: Re: m/monit 1.0.1
Date: Thu, 12 Aug 2004 23:54:40 +0200


On Aug 12, 2004, at 6:30 PM, Andreas Rust wrote:

I thought it may be a good time to finally check out mmonit and I grabbed the archive, unpacked and ran
./zild   on the bin directory that gets created.

Surfing to http://localhost:8080 gave me the message:

You do not have permission to access the requested resource.

Surfing to http://localhost:8080/login.html

gave me a Login form, but the Submit button doesnt do much.

On the error-logs of Zild I don't see any problems.

Anyone got an idea what could have gone wrong ?

m/monit is default setup to only allow connections from localhost. It may be that your browser uses your interface-address and not 127.0.0.1 when you submit the URL http://localhost:8080. To allow connections from any host, simply remove the following XML-statements in the file,

WEB-INF/web.xml:

      <ip-constraint>
         <!-- Only connections from localhost are allowed -->
         <ip-address>127.0.0.1</ip-address>
      </ip-constraint>

restart zild and connect again using http://localhost:8080/

Ps. Let us know how it goes and what you think about m/monit when you get it to work :)

--
Jan-Henrik Haukeland





reply via email to

[Prev in Thread] Current Thread [Next in Thread]