Tomcat 3.2.3 WAR files and 4.0

2001-09-25 Thread Neeraj Vora
Are the Tomcat-3.2.3 Web-applications supposed to run as-is on Tomcat-4.0? I have one that doesn't. Thanks.. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Re: Tomcat 3.2.3 WAR files and 4.0

2001-09-25 Thread Neeraj Vora
raig R. McClanahan" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: Tomcat 3.2.3 WAR files and 4.0 >Date: Tue, 25 Sep 2001 12:21:17 -0700 (PDT) > > > >On Tue, 25 Sep 2001, Neeraj Vora wrote: > > > Date: Tue

Re: Tomcat 3.2.3 WAR files and 4.0

2001-09-25 Thread Neeraj Vora
explanation is that you didn't do an <%@ page >import="..." %> for the fully qualified class name of class >VersionTreeNode, so the Java compiler followed the rules in the Java >Language Specification, and assumed it was in the same class as the >calling page. > >