| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mqweb-0.0.6-src.tar.gz | 2012-03-28 | 271.0 kB | |
| mqweb-0.0.6-bin-i686.tar.gz | 2012-03-28 | 869.0 kB | |
| readme.txt | 2012-03-28 | 708 Bytes | |
| Totals: 3 Items | 1.1 MB | 0 | |
Building MQWeb
--------------
1. Get the Poco Library from http://pocoproject.com.
Build and install it
2. Get premake4 from http://industriousone.com/premake and install it
3. Unzip the mqweb archive and go to the root directory of mqweb
4. Run premake4
5. Build mqweb with the target you specified in step 4.
6. Create mqweb.properties in the directory that contains the mqweb executable
and change the following properties:
mq.web.static=<full path to folder where the mqweb static files are stored>
mq.web.templates=<full path to folder where the mqweb templates are stored>
mq.web.port=<port number>
When mq.web.port is omitted, 8081 will be used.