Unauthorized testBox from commandBox

I can get tests to run in the browser, but want to get the tests running under Jenkins, so trying to get commandBox to work.

I modified box.json by adding:

“testbox”:{

“runner”:“http://localhost/myProject/testing/testbox/tests/runner.cfm”,

“reporter”:“simple”,

“reporterResults”:“results”

}

In commandBox I “cd” to the runner.cfm directory, and issue: “testbox run”

And get:

Error executing tests:

401 Unauthorized

Unauthorized

This server could not verify that you are authorized to access the document

requested. Either you supplied the wrong credentials (e.g., bad password), or your

browser doesn’t understand how to supply the credentials required.

What did I miss? Any thoughts?

Thanks.

SC Adams

Apologies. I had a pathing problem - on to new challenges.