Closed GoogleCodeExporter closed 8 years ago
Well, I found the reason.
mongoose-3.0.exe didn't start as stand-alone because the port 8080 was occupied
by another application on the PCs where I tried to start it. As soon as I freed
up the port mongoose started.
It is essential to start mongoose.exe first time in order to generate proper
mongoose.conf because the syntax of this file has been changed.
I changed the port in .conf to 5800:
listening_ports 5800
and restarted mongoose-3.0.exe, it was launched on a new port, so I returned
back 8080 to the application it was used before
Original comment by chivela...@gmail.com
on 18 May 2011 at 8:42
Original comment by valenok
on 12 Jun 2011 at 11:17
Original issue reported on code.google.com by
chivela...@gmail.com
on 18 May 2011 at 4:02