ClosestStorm / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Problems running on Windows #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Downloaded windows zip file, unzipped it
2. Run:

+D:\dev\v8cgi\v8cgi-0.7.5-win32>v8cgi example\example.js
Cannot find 'c:/v8cgi.conf'

This happens with all examples.  v8cgi.conf lives in the same directory,
but it's lookin in c:/.

Original issue reported on code.google.com by gtempacc...@yahoo.com on 4 Jan 2010 at 6:10

GoogleCodeExporter commented 9 years ago
This is not a bug, but a feature. Please see
http://code.google.com/p/v8cgi/wiki/Manual for more detailed description. 
Config file
location is set at compile time; you can:

1) recompile v8cgi
  OR
2) use c:/v8cgi.conf
  OR
3) use the "-c" option to manually specify path to config file.

Original comment by ondrej.zara on 4 Jan 2010 at 7:45

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I had the same problem. I resolved including requestHandler.js in my .sjs file.
code: include('session.js');

Original comment by cner...@gmail.com on 25 Sep 2010 at 1:21