RE: Upgrading tomcat 5 on Windows

2004-06-09 Thread Shapira, Yoav
earch Informatics >-Original Message- >From: Michiel Toneman [mailto:[EMAIL PROTECTED] >Sent: Wednesday, June 09, 2004 8:22 AM >To: Tomcat Users List >Subject: Re: Upgrading tomcat 5 on Windows > >Hi Tim, > >Without giving any specific advice: > >Rule 1 of

Vedr.: Re: Upgrading tomcat 5 on Windows

2004-06-09 Thread Thomas Nybro Bolding
TECTED]> cc: Vedr.: Re: Upgrading tomcat 5 on Windows Hi Tim, Without giving any specific advice: Rule 1 of system administration: Always back up configuration files. Michiel Tim Penhey wrote: >Hi All, > >I have Tomcat 5.0.18 running on one machine with a number of con

Re: Upgrading tomcat 5 on Windows

2004-06-09 Thread Michiel Toneman
Hi Tim, Without giving any specific advice: Rule 1 of system administration: Always back up configuration files. Michiel Tim Penhey wrote: Hi All, I have Tomcat 5.0.18 running on one machine with a number of configured webapps. If I install the 5.0.25 over the top will all the configuration files s

RE: Upgrading Tomcat from 4.1.x to 5.0.x

2004-03-01 Thread Shapira, Yoav
Hi, >Are there any cautions/warnings/problems or just differences that I should >expect >between the two? For instance, will my servlets need to change in >any way to run in >5.0.x? Will administration of the servlets change in any >way? If there is anything I >should do to prepare for the upg

Re: Upgrading Tomcat 3 to 4 with Apache 1.3.24 and OpenSSL 0.9.6c

2004-02-17 Thread Bill Barker
JServ isn't supported in any version higher than 3.3. You will have to use mod_jk. "fhbib webmaster" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Apache 1.3.24 can be used with Tomcat 3.3 > on Win32 by using the Apache JServ > communication module (port 8007). > > Is it possible

RE: Upgrading Tomcat to 4.1.27

2003-09-10 Thread Shapira, Yoav
) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Euan Guttridge [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 10, 2003 6:00 AM >To: 'Tomcat Users List' >Subject: RE: Upgrading Tomcat to 4.1.27 > >Is it considered safe to also move the

RE: Upgrading Tomcat to 4.1.27

2003-09-10 Thread Euan Guttridge
Is it considered safe to also move the /work directory from your 24 installation to the 27 installation in order to retain your jsp cache? Thanks -Original Message- From: Tarun Gandhi [mailto:[EMAIL PROTECTED] Sent: 26 August 2003 15:17 To: Tomcat Users List Subject: Re: Upgrading

Re: Upgrading Tomcat to 4.1.27

2003-08-26 Thread Tarun Gandhi
Hi, You can take the backup of your existing directory and install the 4.1.27 version . After installing you can move your webapps, modjk conf, libs etc from the earlier version to this one. Tarun - Original Message - From: "Bond" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday

RE: Upgrading Tomcat to 4.1.27

2003-08-26 Thread Shapira, Yoav
Howdy, Always do a new clean install. Don't overwrite the old one, don't simply copy jars from one place to another. If you don't need the old one, remove it. Install the new one as if you didn't have a tomcat installation before. This is the safest route. Yoav Shapira Millennium ChemInformat

RE: Upgrading Tomcat to 4.1.27

2003-08-26 Thread Purvis Robert
Its best to uninstall before installing the new version. But you must make sure you keep copies of server.xml, web.xml, webapps, and things you've put into common/lib and common/classes so you ca restore these into the new Tomcat directories. Don't just copy your old conf/server.xml and conf/web.x

Re: Upgrading Tomcat 5

2003-07-15 Thread Gerry Reno
Tim, For config files what about having Tomcat use variable constructions like we see in Ant scripts: $catalina.home, rather than fixed paths. Then Tomcat could write out server.xml with constructions like configFile="$catalina.home/conf/Catalina/www.vhost.com/ROOT.xml". This would make upgradi

Re: Upgrading Tomcat 5

2003-07-15 Thread Tim Funk
I haven't played (much) with the new deployer functionality yet. So I am unfamiliar with the minor details (and issues) of the path based dependencies. Running a script on config files is not a big deal for an upgrade. Most commercial software probably does that with (or without) our acknowledge

RE: Upgrading Tomcat 5

2003-07-14 Thread Ralph Einfeldt
change CATALINA_HOME in start.sh (unless the config files are incompatible between these versions) > -Original Message- > From: Gerry Reno [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 15, 2003 4:42 AM > To: Tomcat Users List > Subject: Re: Upgrading Tomcat 5 > &g

Re: Upgrading Tomcat 5

2003-07-14 Thread Gerry Reno
Tim, Is this definitive? I was hoping this would not be the case. I think that requiring users to run content replacement scripts against their config files to accomplish an upgrade will definitely end up being problematic. Gerry --- Tim Funk <[EMAIL PROTECTED]> wrote: > I don't think it is.

Re: Upgrading Tomcat 5

2003-07-14 Thread Tim Funk
I don't think it is. But it might be as easy as: X=/usr/local/tomcat-5.0.3/conf/Catalina/www.vhost.com Y=/usr/local/tomcat-5.0.4/conf/Catalina/www.vhost.com cp -r $X $Y perl -pi -e "s|$X|$Y|" $Y/*.xml -Tim Gerry Reno wrote: One problem that I see with copying the conf/Catalina tree and these .x

Re: Upgrading Tomcat 5

2003-07-14 Thread Gerry Reno
One problem that I see with copying the conf/Catalina tree and these .xml files is with paths that are declared within the .xml files: For example: in ROOT.xml ... configFile="/usr/local/tomcat-5.0.3/conf/Catalina/www.vhost.com/ROOT.xml" ... Does Tomcat know to adjust these paths t

RE: Upgrading tomcat

2001-07-26 Thread Tia Haenni
Well, then, what am I waiting for? Thanks for the input. Tia -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 6:53 PM To: [EMAIL PROTECTED] Subject: Re: Upgrading tomcat On Thu, 26 Jul 2001, Charles Baker wrote: > Anot

Re: Upgrading tomcat

2001-07-26 Thread Craig R. McClanahan
On Thu, 26 Jul 2001, Charles Baker wrote: > Another question, do apps developed under the 3.2.x ( > jsp 1.1/servlet 2.2 ) work well with Tomcat 4.0 and > the newer servlet/jsp specs? > The servlet 2.3 and JSP 1.2 specs *require* backwards compatibility, even to the point of requiring 2.3/1.2

RE: Upgrading tomcat

2001-07-26 Thread Tia Haenni
, 2001 6:38 PM To: [EMAIL PROTECTED] Subject: Re: Upgrading tomcat Another question, do apps developed under the 3.2.x ( jsp 1.1/servlet 2.2 ) work well with Tomcat 4.0 and the newer servlet/jsp specs? --- John Hebert <[EMAIL PROTECTED]> wrote: > Tia Haenni wrote: > > > Has anyone

Re: Upgrading tomcat

2001-07-26 Thread Charles Baker
Another question, do apps developed under the 3.2.x ( jsp 1.1/servlet 2.2 ) work well with Tomcat 4.0 and the newer servlet/jsp specs? --- John Hebert <[EMAIL PROTECTED]> wrote: > Tia Haenni wrote: > > > Has anyone gone from 3.2.1 up to 3.3? Does it > require a complete uninstall > > of previous

Re: Upgrading tomcat

2001-07-26 Thread John Hebert
Tia Haenni wrote: > Has anyone gone from 3.2.1 up to 3.3? Does it require a complete uninstall > of previous versions? Is it best to go with 3.3 or wait for 4.0? Thanks, On a Linux box, an uninstall is not needed. I assume it is the same on an MS-Windows box. The different versions of Tomcat a

Re: Upgrading tomcat

2001-07-26 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > Tia Haenni at [EMAIL PROTECTED] wrote: > >> Has anyone gone from 3.2.1 up to 3.3? Does it require a complete uninstall >> of previous versions? Is it best to go with 3.3 or wait for 4.0? Thanks, > > 3.3 is still under heavy development (I believe

Re: Upgrading tomcat

2001-07-26 Thread Pier P. Fumagalli
Tia Haenni at [EMAIL PROTECTED] wrote: > Has anyone gone from 3.2.1 up to 3.3? Does it require a complete uninstall > of previous versions? Is it best to go with 3.3 or wait for 4.0? Thanks, 3.3 is still under heavy development (I believe they reached their first milestone lately, but no beta ve

RE: Upgrading tomcat 3.2.1 to 3.2.2

2001-06-01 Thread Roytman, Alex
Title: RE: Upgrading tomcat 3.2.1 to 3.2.2 Did it for RedHat Linux 7.1 and Win2k (Apache server 1.3.19) today took 15 min each. Did stress test for an hour on linux - no problems -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 4:49 PM To

Re: Upgrading tomcat 3.2.1 to 3.2.2

2001-06-01 Thread David Lennartsson
On Fri, 1 Jun 2001, Brandon Cruz wrote: > Has anyone gone though an upgrade of Tomcat 3.2.1 to 3.2.2? I am using > 3.2.1 connected via mod_jk to Apache and using Apj12. If I want to perform > this upgrade, is it going to take a very long time? I seem to remember > having quite a bit of difficu

RE: Upgrading tomcat 3.2.1 to 3.2.2

2001-06-01 Thread Skidmore, Walt
Title: RE: Upgrading tomcat 3.2.1 to 3.2.2 I just saved all my necessary conf files and other files (jsps, classes, libs, etc), and put it over the top...  Then I put them back in...  So, it wasn't very difficult for me.  I'm running standalone, though. -Original Message