0

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

Mr Smith
  • 3,318
  • 9
  • 47
  • 85
  • possible duplicate of [How to configure Tomcat to use Windows NTLM authentication?](http://stackoverflow.com/questions/439120/how-to-configure-tomcat-to-use-windows-ntlm-authentication) – U K A Sep 15 '15 at 16:45

1 Answers1

1

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

Aung Myo Linn
  • 2,820
  • 3
  • 27
  • 38