0
votes

I am using Tomcat server to run my application deployed as WAR. The application does not serve static content or JSPs. Is there a way to disable the default servlet and the jsp servlet?

1

1 Answers

0
votes

Never tried it, but it should be sufficient to disable all connectors: Edit conf/server.xml and remove all <Connector> entries (there should be one active HTML connector by default). Restart and check if the server still works as expected.