You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
I have a webapp that does form based authentication against JDBCRealm, which is normally configured in server.xml.
Is there some way to get the authentication working in tomcat-plugin?
The text was updated successfully, but these errors were encountered:
Figured it out. Realm configuration can be done in [webapp]/META-INF/context.xml, so no need for server.xml.
Now if I'd just get webapp dir working from "foo/WebContent" instead of "src/main/webapp".
Hello, project's maintainer! Thank you for your great work. I am setting up authentication using Basic authentication, servlet, and the Gradle Tomcat Plugin. But it does not work. I defined user roles in web.xml, and here is my tomcat section in build.gradle:
When I entering the correct credential in the pop-up asking for login and password, the site still doesn't let me log in, the pop-up will raise again. Please help me get it to work correctly. Thank you
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a webapp that does form based authentication against JDBCRealm, which is normally configured in server.xml.
Is there some way to get the authentication working in tomcat-plugin?
The text was updated successfully, but these errors were encountered: