Hi, I recently deployed and application on my local machine that
involved a simple servlet creating a simple session bean and everything
worked fine.  I then moved the application to another machine and tried
to do the same thing (connect to that ip from a browser on my machine)
but I got the following error:

500 Internal Server Error

Servlet error: Unable to create Hello instance:
com.evermind.server.rmi.OrionRemoteException: guest is not allowed to
call the Hello.create(...) method, check your security settings.

The server seems to think of me as a guest but before I was a user.  I
assume I have to edit my application.xml file and change the permissions
for the bean.  I have 2 questions:

1)  Does orion consider a request coming from a browser on the same
machine a "user" request and anyone else a "guest".

2)  Can anyone point me to where I can find out more info about setting
permissions in the application.xml file.

Thanks


Reply via email to