andreacfm / WebSocket-Gateway-Extension

Railo Websocket Gateway Extension
11 stars 9 forks source link

On install, you get a "no access" for action "web.updatecontext" error #3

Closed cybersonic closed 12 years ago

cybersonic commented 12 years ago

When you click install the first time, you get the following:

you have no access for action [web.updatecontext]

error occured in Install.cfc:38 36: password="#session["password"&request.adminType]#" 37: source="#path#driver/#variables.driver#" 38: destination="admin/gdriver/#variables.driver#"> 39: 40: <cffile

This is from the web context.

In the server context, it seems to install ok, so it seems that if I go to a specific WEB context (e.g. dev.local) , I can use the SERVER administrator, and it will install

(Railo 3.3.1.000 final, Tomcat (from insaller) OS X)

andreacfm commented 12 years ago

This si related to #1