The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Articles
Read more about TIBCO use cases, product features, capabilities and more
  • BW6.X - BWCE - How to share a BusinessWorks 6.X installation between multiple users


    While usually BusinessWorks developers are working on a dedicated Windows workstation, it is more and more common with the development of offshore outsourcing to have developers connecting to server farms managed with solutions like Citrix or Microsoft RDS and sharing the same BusinessWorks installation.

    This article explain how to configure a BusinessWorks 6.X installation to allow multiple users to share it and how for them to use the BusinessWorks debugger at the same time.

    This applies also to BusinessWorks Container Edition.

    Configuring a BusinessWorks 6.X installation to be used by multiple users

    Once the standard installation is completed you just have to do the following :

    . Edit the file ‘TIBCOBusinessStudio.ini’ located in the <TIBCO_HOME>\studio\4.0\eclipse folder

    . Add the four following lines at the end of the file :

    -Dosgi.configuration.area=@user.home/configuration/bw661
    -Dosgi.configuration.cascaded=true
    -Dosgi.sharedConfiguration.area=configuration
    -Dosgi.sharedConfiguration.area.readOnly=true

    Configuring BusinessStudio to allow multiple users to use the Debugger at the same time

    Use the ‘Run -> Debug Configurations’ menu option to display the ‘Debug Configurations’ panel, then select the ‘BWApplication’ object and display the ‘Arguments’ tab to update the value of the ‘org.osgi.service.http.port’ property (the port number must be different for each user).

    1*NCaPaPqg0hshjMVx2ulAMw.jpeg
     

    Configuring BusinessStudio to allow multiple users to use the Swagger UI at the same time

    For different users to use the Swagger UI at the same time it is also needed to use a different port for each user.

    This can be done from the Debug Configurations -> Arguments tab and by adding the following argument :
    -Dbw.rest.docApi.port=<port number>

    For example:
    -Dbw.rest.docApi.port=7778

    1_hS4TzQFqQ7w0qD4S2l4_1g.webp.b16e0b5db4473dee20f382a0fd7be8a5.webp

     

    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...