-
Notifications
You must be signed in to change notification settings - Fork 827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot deploy cloudfoundry uaa on tomcat #2913
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/187720597 The labels on this github issue will be updated when the story is started. |
please provide more context, how you deploy uaa on a tomcat. e.g. standalone tomcat , or in a docker, etc. See #2658 , or #2658 (comment) , UAA needs some configuration like uaa.yml and some properties you should add to CATALINA_OPTS before you start tomcat. |
I use a standalone tomcat without any configuration options. |
Ok, that is not working. Please see Demo or howto start UAA on local system, This command uses configuration from At least this minimal settings (key material for signing, https://github.com/cloudfoundry/uaa/blob/develop/scripts/cargo/uaa.yml#L51-L57) are required In addtion, please remark, You need to have a tomcat 9.x. Higher versions will be supported soon, but not now |
close it now, |
I'm trying to deploy cloudfoundry uaa on latest tomcat server. But I get below error:
What version of UAA are you running?
v77.10.0
How are you deploying the UAA?
I am deploying the UAA
What did you do?
Start tomcat
What did you expect to see? What goal are you trying to achieve with the UAA?
What did you see instead?
I get errors into tomcat logs:
Can you advice how I can fix this?
The text was updated successfully, but these errors were encountered: