Reputation: 3486
I'm running a tomcat site on Windows 2012. The site works for me ( I set it up on the server) but other users get a login prompt when they go to the site. Any ideas?
The site uses Windows authentication. At the moment I'm using my credentials for the tomcat service on the server.
UPDATE - I'm using Waffle
Upvotes: 0
Views: 694
Reputation: 2890
If you are looking for a Single Sign-On (SSO) authentication or NTLM, then see below options:
See also:
Windows Integrated Authentication using AD and Tomcat (no prompt to the users) here
Configuring Tomcat for Windows Integrated Authentication here
Upvotes: 1