Hello,

I am trying to use the mongoose http server (standalone) to serve a bunch 
of static html files for a sales demo. I would like to be able to deliver a 
folder structure to a machine and have a batch file run mongoose and open a 
web browser to a specific location. I would like to organize the file 
structure with the mongoose server in a subfolder, for instance:

\demo\run.bat
\demo\server\mongoose.exe
\demo\files\index.html
\demo\files\...*.css, *.js etc

How do I make mongoose use the folder next to the folder it is in as the 
document root? Can I put relative paths into the config? What format do 
they take?

Thanks!

Judd

-- 
You received this message because you are subscribed to the Google Groups 
"mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to