Jump to content
We've recently updated our Privacy Statement, available here ×
  • Create New Organization with Disable "jasperadmin" and "joeuser" User


    Sakura Hana

    1. Problem:

      "Dear everyone!!

      I got some problems with JasperReport Server.

      I need to create many organizations. Thus I don't need to get jasperadmin and joeuser

      come with those organizations. I also don't want to disable one by one.

      The question is how can I disable jasperadmin and joeuser after create organization?

      Please help me!! I got stuck and need to hurry solve.

      Any solutions, I really appreciated.", my own problems.

       

    2. Solution:

      To solve this problem, please follow the instruction as below:

       

      -> Go to {js_pro-path}webappsjasperserver-proWEB-INF

      -> Find the file name: applicationContext-multiTenancy.xml

      -> In the bean tag that has id="tenantDefaultUsers" and class="java.util.ArrayList", after erase something it look like this:

      <bean id="tenantDefaultUsers" class="java.util.ArrayList">
      <constructor-arg>
      <list></list>
      </constructor-arg>
      </bean>

      -> Restart Tomcat Server. Let's try!!!

    3. Snapshot:

      -> Orginal File content:

      converted-image.png.f584c04a9d3e938d30eeed11db1fd473.png

       

      -> After edit:

      converted-image.png.eafd65a865a5b66fd60a5a46e8d2fc45.png

       

      -> Result:

      converted-image.png.e57e92c863ddf3c3143a252166733ffb.png


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...