Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Tomcat Interview Questions and Answers

Question: How do I configure Tomcat to work with IIS and NTLM?
Answer: Follow the standard instructions for when the isapi_redirector.dll
  • Configure IIS to use "integrated windows security"
  • In server.xml, make sure you disable tomcat authentication: 
<Connector port="8009" enableLookups="false" redirectPort="8443" protocol="AJP/1.3" tomcatAuthentication="false" />
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook