There may not be much difference between 3.2.3 and 3.2.4 except for the parser.jar/crimson.jar issue. But I don't think it would be a good assumption that other files, such as server.xml, didn't change in some important or helpful way.
I'm not aware of any other specific problems with just replacing the jar files, but that is mainly because I haven't tried to discover any. I am reluctant to assume there aren't any. Since more of my time was spent on Tomcat 3.3, I didn't track the changes since Tomcat 3.2.1 all that well. Cheers, Larry > -----Original Message----- > From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 06, 2001 3:15 PM > To: Tomcat Users List > Subject: Re: tomcat configuration error > > > Hi Larry, > > I thought for all 3.2.x versions, you could just replace the > old jar files > with the new ones. Is this not true for 3.2.4? > > Thanks, > --jeff > > ----- Original Message ----- > From: "Larry Isaacs" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > Sent: Thursday, December 06, 2001 5:55 AM > Subject: RE: tomcat configuration error > > > > Note that you say you are configuring Tomcat 3.2.4 > > but are setting TOMCAT_HOME to tomcat-3.2.1. > > > > If you are copying Tomcat 3.2.4 on top of a > > Tomcat 3.2.1 installation, be aware that this is > > an untested form of installation. I would recommend > > installing Tomcat 3.2.4 in a new directory and > > updating the configuration and web apps to match > > your 3.2.1 installation. > > > > Normally the "Unable to set CLASSPATH dynamically ... > > Setting your CLASSPATH statically" message is just > > a warning. However, in Tomcat 3.2.4 this represents > > an error. > > > > Tomcat 3.2.4 includes JAXP 1.1 as the XML parser > > (consisting of jaxp.jar and crimson.jar) where > > Tomcat 3.2.3 and earlier included JAXP 1.0.1 > > (consisting of jaxp.jar and parser.jar). Note that > > with 3.2.4, it is crimson.jar that is found in the > > TOMCAT_HOME/lib, not parser.jar. > > > > There is a bug in the tomcat.bat file where it tries > > to build the CLASSPATH setting staticially, i.e. with > > a bunch of "SET" commands. This portion of the batch > > file is only used on Win9x systems when a directory > > in the TOMCAT_HOME path isn't a DOS 8.3 name. This > > portion of tomcat.bat still specifies parser.jar instead > > of crimson.jar. Change all "parser.jar" references to > > "crimson.jar" in tomcat.bat and you should be okay. > > > > You could also do what the message says and > > manually set your TOMCAT_HOME using DOS 8.3 names, > > (i.e. SET TOMCAT_HOME=C:\TOMCAT~1 ), or make sure > > all directories in the path to Tomcat are DOS > > 8.3 names, (i.e. C:\Jakarta\Tc324 ). This would > > allow the CLASSPATH to be build automatically > > to include all jars found in TOMCAT_HOME\lib. > > > > Hope this helps. > > > > Cheers, > > Larry > > > > > -----Original Message----- > > > From: gaurang khatri [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, December 06, 2001 1:45 AM > > > To: [EMAIL PROTECTED] > > > Subject: tomcat configuration error > > > > > > > > > hello all, > > > > > > I am gaurang. I am new to this group. I am trying to > > > configure tomcat 3.2.4. My JAVA_HOME is c:\jdk1.3.1_01 > > > and TOMCAT_HOME is tomcat-3.2.1. I have set JAVA_HOME > > > and TOMCAT_HOME in tomcat.bat. I have also tried > > > tomcat~1.4 in TOMCAT_HOME but getting the same result. > > > Now when I am trying to run "tomcat start" or > > > "startup" from the bin directory > > > of tomcat, I am getting following error. I dont know > > > why I am getting this error. > > > > > > -------------------------------------------------- > > > Unable to set CLASSPATH dynamically. > > > Note: To set the CLASSPATH dynamically on Win9x > > > systems > > > only DOS 8.3 names may be used in TOMCAT_HOME! > > > Setting your CLASSPATH statically. > > > > > > Using CLASSPATH: > > > > > > Starting Tomcat in new window > > > -------------------------------------------------- > > > > > > and the tomcat is not started in new window. I am > > > using the japanese version of windows 98. Can anybody > > > tell me what is wrong with this. It is very urgent. > > > So, please help me. > > > > > > Thanks to all > > > gaurang. > > > > > > > > > ______________________________________________________________ > > > __________ > > > For Stock Quotes, Finance News, Insurance, Tax Planners, > > > Mutual Funds... > > > Visit http://in.finance.yahoo.com/ > > > > > > -- > > > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > > > For additional commands: > <mailto:[EMAIL PROTECTED]> > > > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > > For additional commands: > <mailto:[EMAIL PROTECTED]> > > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
