How to run a JSP/Servlet Web App on a pc unconnected with internet

2003-09-23 Thread engp0510
Hi, I try make a presentation to show a web application but should use a laptop without net connection. In Tomcat's Server.XML the DTD file is from: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/j2ee/dtds/web-app_2_3.dtd; Without this

Re: How to run a JSP/Servlet Web App on a pc unconnected with internet

2003-09-23 Thread Jon Wingfield
You shouldn't have to change anything. Tomcat has a Catalog of DTDs which it uses in preference to the resource specified in the URL in the public identifier. So long as your webapp doesn't make any other calls to resources on the net you should be good to go. I run our webapp on my laptop