0

i have install mod_jk i want to disable access to tomcat directly using localhost:8080/webApp .it should be only accessible through apache server using mod_jk module and user is also not able to see webApp in url.

user1047873
  • 230
  • 3
  • 8
  • 28

1 Answers1

1

You can comment out in server.xml file the Connector of type http.

This will make tomcat only listen on the ajp connector.

Regards

Philippe

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116