I have a taskspace WAR installed on my LOCAL Tomcat app server and it's pointing to our DEV content server. The url is http://localhost:8080/ts1?appname=demo_app
I've made all of my configurations in this space.
I've made the assumption that I can hit the the same demo_app TS application from the app server on our DEV enviornment http://server:port/ts2?appname=demo_app, which is using the same DEV content server as my LOCAL app server.
When I log in to DEV application with the ts_designer ID, I see a all of my configurations. But when I try to log in with one of the user ids, i get:
No application role is assigned to the user
Are the TaskSpace configurations stored with the application context? In other words, in order for me to see the configurations in DEV, does the url need to be http://server:port/ts1?appname=demo_app