Replies: 3 comments 4 replies
-
Hello @lclaros85, ideally the conversation here should be in English, but since I know your needs, I will try to explain things in more detail so that Kamil or another colleague can help us. In ScadaBR, JSP files were often used inside the folder to allow other third-party apps to consume or write data to ScadaBR in the same way that an API would. A simple reading example using JSP would be something like <%@ include file="/WEB-INF/jsp/include/tech.jsp" %> I personally haven't tested this type of solution on Scada-LTS yet, but I know that @lclaros85 is trying to migrate something ready from ScadaBR to Scada-LTS without success. I suggested using the REST API, but to have the least impact on the migration he would like to keep what is already ready. I imagine that the standard format may need an additional layer of authentication, due to the various security improvements that Scada-LTS has. received, could you help us with this @Limraj ? |
Beta Was this translation helpful? Give feedback.
-
Hi @lclaros85 and @fabiodurao, When it comes to view access for external users, we suggest the following approach: Good solution:
End Not recommended solution:
And set profile 'pro_1' in 'anonymous-user' -> Click on 'Users', select 'anonymous-user', and select profile 'pro_1' and 'save': Or similarly, it is very dangerous to set 'anonymous-user' as admin, click on 'Users' select 'anonymous-user' and check 'administrator' checkbox, and save;
Unfortunately, we have limited resources and cannot deal with everything at once. However, we encourage commercial cooperation. You would be in direct contact with us and your problems would be a priority. Regards. |
Beta Was this translation helpful? Give feedback.
-
Hi @fabiodurao Can you be more clear? What does this laugh mean? What happened? |
Beta Was this translation helpful? Give feedback.
-
rrently, I work at a public company that uses ScadaBR 1.0 + MySQL and PHPMyAdmin, with .jsp apps. I migrated to version 1.2 and it worked fine, but now I need to move to LTS, and that's where it gets complicated. How can I make the LTS version use JSP and bypass the login to go directly to the application? In version 1.2, it works normally.
Beta Was this translation helpful? Give feedback.
All reactions