Admin area and modules

18 Jan '17, 10:47 PM
5,859 Views
No Forum Badges

Hi ,

I am trying to work with user and group management. In order to do this, I have enabled admin area and given the name of the site view as admin path with .do extension and set username and password.

 

When i launched the application , login page has been displaying but nothing is happening after login.It is keep showing the login page.

 

Thank you,

 
x 0
Follow
Answer Answer at this question and get points!
Forum Expert - Level 5

Hi,

to access to the Admin Area, you need to use the path that you have set on the properties of the Admin Area. Because if you run your application, the login page that you see, is the real login page of the web application and not the admin area.
For example, if you set in the "Admin Path" the "admin.do" value, to go to the admin area you need to write in the browser the following url "http:localhost:8080/name-application/admin.do" and in this page you can use the credentials set in the "Admin UserName" and "Admin Password" properties.

You can see more information about the protected modules in this article https://my.webratio.com/learn/learningobject/how-to-use-the-protected-modules, in particolare it is present the "WebRatio Admin Area" section.

Also you can refer to the following guide that explain the access to the protected elements:
- https://my.webratio.com/learn/learningobject/access-control-personalization-ifml-model-v-72
- https://my.webratio.com/learn/learningobject/access-control-personalization-action-definition-v-72

Best regards

   
x 1
No Forum Badges

Hi,

 

Wow, Thank you, Thank you so much. It is worked out. I have been working on it more than a week. 

I am really overwhelmed.

 

Thanks again

 
x 0
No Forum Badges

Hi,

 

I have got another issue. I created a group, added default module and modules list.

I created a new user to the group, after login its giving me the following error. What would be the cause? Would you mind helping me?

 

HTTP Status 404 - /RomanEvents/page8.jsp


type Status report

message /project/page8.jsp

description The requested resource is not available.

 

Thank you,

 
x 0
Forum Expert - Level 5

Hi,

the "HTTP Status 404 - /Project/page8.jsp" error means that the application does not find this page in the project, then most likely you have not completely generated the web project. Or you have the errors in the model.
Try to see if after the generation is displayed errors in the "Generation Errors" View in WebRatio.  Instead, to understand if there are errors in the model, you can use the "Find Model Problems" button present in the toolbar (the yellow triangle with an exclamation mark).

When you are testing a feature of your Web application, you may face some problems that prevent the feature from working properly. To understand what’s going on, find out the root cause of the undesired behavior and eventually understand which part of the model should be changed in order to fix the problem, you can use or the "Application Logs" or the "Visual Debug".
For this management see the following Online Training Lessons:
- http://www.webratio.com/learn/learningobject/analyze-error-logs-v-72
- http://www.webratio.com/learn/learningobject/using-visual-debug-v-72

Best regards

 
x 0
Answer at this question and get points!