You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ru...@us.ibm.com on 2000/07/26 03:22:50 UTC

Re: Trouble starting Tomcat on a non-internet connected computer. ..


Costin Manolache wrote:
>
> Well, it's very strange - it means org/apache/tomcat/resources/web.dtd
> is not present in webserver.jar or classes or the class loader can't
> read it.
>
> Please check that you do have the file first.

Thanks!  I was distracted by the java.net.UnknownHostException:
java.sun.com.

I had built the code using the latest Ant...you know all those deprecation
warnings you've probably been seeing about javac will at some point in the
future stop copying support files?  Well, they mean it!  ;-)

Now that I understand what is going on, it should be a quick fix.

- Sam Ruby