ewdgateway2
Advanced tools
Comparing version 0.0.33 to 0.33.1
@@ -1,6 +0,6 @@ | ||
var ewd = require('./ewdGateway2'); | ||
var ewd = require('../lib/ewdGateway2'); | ||
var params = { | ||
poolSize: 3, | ||
httpPort: 8081, | ||
poolSize: 2, | ||
httpPort: 8080, | ||
https: { | ||
@@ -20,3 +20,3 @@ enabled: false, | ||
type: 'cache', | ||
nodePath: "c:\\Program Files\\nodejs\\cache", | ||
nodePath: "c:\\Program Files (x86)\\nodejs\\cache", | ||
path:"c:\\InterSystems\\Cache\\Mgr", | ||
@@ -26,10 +26,11 @@ username: "_SYSTEM", | ||
namespace: "USER", | ||
outputFilePath:"c:\\temp\\", | ||
outputFilePath:"c:\\node\\", | ||
}, | ||
childProcessPath: __dirname + '/ewdQWorker.js', | ||
childProcessPath: '../lib/ewdQWorker.js', | ||
traceLevel: 2, | ||
silentStart: false, | ||
webServerRootPath: 'c:\\Inetpub\\wwwroot', | ||
webServerRootPath: 'c:\\node\\www', | ||
logTo: 'console', | ||
logFile: 'c:\\node\\ewdLog.txt', | ||
logHTTP: false, | ||
monitorInterval: 30000, | ||
@@ -36,0 +37,0 @@ ewdQPath: './ewdQ', |
{ "name" : "ewdgateway2" | ||
, "description" : "Node.js-based EWD Gateway for Cache and GT.M" | ||
, "version" : "0.0.33" | ||
, "version" : "0.33.1" | ||
, "author" : "Rob Tweed <rtweed@mgateway.com>" | ||
, "repository" : | ||
{ "type" : "git" | ||
, "url" : "git://github.com/robtweed/ewdGateway.git" | ||
, "url" : "git://github.com/robtweed/ewdGateway2.git" | ||
} | ||
, "bugs" : { "web" : "http://github.com/robtweed/ewdGateway/issues" } | ||
, "os" : [ "linux", "darwin" ] | ||
, "bugs" : { "web" : "http://github.com/robtweed/ewdGateway2/issues" } | ||
, "os" : [ "any" ] | ||
, "directories" : { "lib" : "./lib/" } | ||
, "main" : "./lib/ewdGateway" | ||
, "main" : "./lib/ewdgateway2" | ||
, "engines" : { "node" : ">=0.2.2" } | ||
@@ -14,0 +14,0 @@ , "dependencies" : {} |
@@ -16,4 +16,6 @@ # ewdGateway2 | ||
Copy the files from the lib directory of this repository into your working Node.js directory | ||
npm install ewdgateway2 | ||
..or copy the files from the lib directory of this repository into your working Node.js directory | ||
You must also install socket.io: | ||
@@ -20,0 +22,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
103825
2574
78