This question was asked in a interview. I told that, the application functionality can be tested at unit level via unit testing. To completely test the web application without tomcat or jetty server, the web server behavior has to be simulated.
Is there anyway web application can be tested without web server?