Data Loss Prevention

 View Only
  • 1.  Where does Dashboard.do file stored in the DLP Enforce Server in file structure?

    Posted Nov 06, 2012 04:33 AM

    Hello Everyone,

    Where does Dashboard.do file stored in the DLP Enforce Server in file structure?

    I would like to have a EULA page to be inserted after user logins to the DLP enfoce console page and once the user agrees to the conditions, based on the agree button lets say "Yes", it has to be before the use reditected to Dashboard.do page.

    Is this task possible to implement? If yes, how easily we can achive this? Thanks!



  • 2.  RE: Where does Dashboard.do file stored in the DLP Enforce Server in file structure?

    Trusted Advisor
    Posted Nov 06, 2012 01:17 PM

    Hello,

    You do not want to do this by touching the Dashboard.do file. This is beacuse that page is not ALWAYS the page a user will go to. The "landing page" that a user goes to after logging on is customizable by the USER, so the dashboard may not be the page everyone goes to.

    The best way to implement this is to have a landing page PRIOR to the user seeing the Login Page that is part of the DLP UI.

    So I would reccommend modifying the redirect page that the Vontu UI uses. If you know anything about HTML and tomcat, there is an index.html page that is the DEFAULT page that the Enforce Server will go to when trying to logon.

    You can modify that landing page with what ever verbiage you want, and then once someone hits the OK button, it will then redirect it to the login page of the Enforce UI.

    There are 2 different index.html pages that you will need to experiment with and possibly both.

    Vontu\Protect\tomcat\webapps\ROOT

    Vontu\Protect\tomcat\webapps\ProtectManager

    DISCLAIMER: Make changes to the system are not reccommended and may have an impact on support and upgrades in the future.. do this at your own risk.

    Good luck..

    Ronak

    Please call solved.. if this is what you need.



  • 3.  RE: Where does Dashboard.do file stored in the DLP Enforce Server in file structure?

    Posted Nov 07, 2012 01:06 AM

    Hi Ronak,

    Thanks for the response. In fact, i already achived this task earlier itself and shown the demo to my customer. He is happy with that. And i know that If we go with this approach, then we need to make the changes in Vontu\Protect\tomcat\webapps\ROOT index file and not in the ProtectManager index file.

    However my customer asked to check the feasibility of inserting this page right after the successful login and asked me to check whether based on the agreement, user should be able to go to the first page i.e. dashboard.do in my environment or not.

    Please let me know if you have any idea on this. I know it will be possible if we DLP is developed in ASP.Net, then we can see all the pages inside the file structure in server, but i am NOT sure about the pages location in JAVA based application.



  • 4.  RE: Where does Dashboard.do file stored in the DLP Enforce Server in file structure?

    Trusted Advisor
    Posted Nov 07, 2012 02:52 AM

    Hello,

     

    Sorry, but you are looking at modifying Java code, and I cannot answer that. This can possibly be done, but I would really engage Symantec Tech Support, which I doubt will get you no where. The only option is to talk to an engineer.

    Ronak