See the last item in the RELEASE-NOTES-4.1.txt file in your Tomcat 4.1.12 installation.
Cheers, Larry > -----Original Message----- > From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 02, 2002 9:04 AM > To: [EMAIL PROTECTED] > Subject: resource not available error in tomcat-4.1.12 > > > Hi, > > I try to move from tc-4.0.4 to 4.1.12 but have a problem. I > have changed the > default docBase (see below) for my application but I get the > error attached > at the end of the mail when I want to get the http://localhost:8080 > displayed. In the index.jsp file the <jsp:forward> command > does not work and > I don't know why. My application does work with tc-4.0.4 with > this setup. I > do have a correct web.xml in "/home/zk/CB/tomcat/cb/WEB-INF" > and the class > files are also in the right directories. > > What is the reason of the error? > > > > <Context path="" > docBase="/home/zk/CB/tomcat/cb" > reloadable="false" debug="0"/> > ---------------------- > index.jsp: > > <jsp:forward page="/servlet/top" /> > > ---------------------- > Error message: > > type Status report > > message /servlet/top > > description The requested resource (/servlet/top) is not available. > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>