Is there no way to deploy an app as dev or test on the tc Server integrated in the STS?
Type: Posts; User: frogmanjc; Keyword(s):
Is there no way to deploy an app as dev or test on the tc Server integrated in the STS?
Is there a way to setup the tc Server that's integrated with the STS so that when applications are deployed the environment variable can be set.
Mine are always being deployed as production.
Thanks for that! :)
Reinstalled with no spaces in the path and it worked.
Running Windows 7 64bit my path is:
Jan 13, 2011 1:48:29 PM org.apache.catalina.startup.Bootstrap initClassLoaders
SEVERE: Class loader creation threw exception
Message: error bad aspect...
Turns out this is correctly mapping the user with the roles. I added a println to see the roles associated with the user.
SecUser
Set<SecRole> getAuthorities() {...
This post has me 95% of the way to implement the plugin in my application. I'm trying to integrate this with JBOSS Portal that's already using CAS SSO and there is a similar mapping between user's...