4

The application that I'm developing right now uses Chromium Embedded Framework to handle multiple display webapp.

The Mongoose executable is ran by the framework at run time. At the same time however, Mongoose runs an instance of Google Chrome.

As much as possible, I want to avoid this scenario. Is there a way to disable Mongoose from opening a browser but continue with the webserver execution?

mpromonet
  • 11,326
  • 43
  • 62
  • 91
benjtupas
  • 610
  • 9
  • 25

1 Answers1

2

Add start_browser no line to the mongoose.conf file. Make sure that mongoose.conf file lives in the same directory as mongoose.exe.

valenok
  • 827
  • 7
  • 9