. . ..:: Upgrading Tomcat ::.. . .

2001-05-09 Thread Mike Spisak
I want to remedy the "view source code" bug in Tomcat 3.x... I have searched around and cannot find anything on how to upgrade my tomcat instance from 3.2.1 to 4 .. Is it as simple as unzipping the new tomcat code over my 3.2.1 install?? I dont want to do anything that will mess up my original

Upgrading tomcat

2001-07-26 Thread Tia Haenni
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, Tia

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

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 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 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 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 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
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

Upgrading Tomcat 5

2003-07-14 Thread Gerry Reno
Since Tomcat 5 will be removing vhost contexts from server.xml and writing them out to conf/Catalina//.xml what will be the procedure for upgrading Tomcat 5? Right now under Tomcat 4, I install a new version, change my CATALINA_HOME, move my webapps to the new version and move all my vhost

Question about upgrading Tomcat

2002-07-19 Thread Eric Leung
Hi All, This is my first question post to this mailing list. I'm trying to upgrade the application written for tomcat 3.1.x to 3.2.4 or 3.3.1 But I found that there are codes written specifically for v3.1 and they are deprecated. The following code segment is from a very first servlet called for

Re: Upgrading Tomcat 5

2003-07-14 Thread Gerry Reno
hese paths to the current $CATALINA_HOME which soon would be /usr/local/tomcat-5.0.4? Gerry Reno --- Gerry Reno <[EMAIL PROTECTED]> wrote: > Since Tomcat 5 will be removing vhost contexts from server.xml and > writing them out to conf/Catalina//.xml what will be > the procedu

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
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 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-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-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

Upgrading Tomcat to 4.1.27

2003-08-26 Thread Bond
Hello Everyone, I have a question, I want to upgrade our current Tomcat instalation 4.1.14 to the newer 4.1.27. However I can't find any "How Tos" on this topic. Do I just install the new version on top of my old one or is it a new install??? Not sure how to proceed, any advice would be ap

upgrading tomcat to 4.1.7

2004-12-14 Thread john corcoran
Hello , I am trying to upgrade tomcat 4.0.5 to tomcat 4.1.7 I've searched the net and website and cannot find upgrade instructionscan someone help me out ? Thanks -J _ Don’t just search. Find. Check out the new MSN Search! http:

Re: Question about upgrading Tomcat

2002-07-19 Thread Henner Zeller
Hi, > Context context = ((ServletContextFacade) conf.getServletContext()). > getRealContext(); .. conf.getServletContext().getRealPath("/my/path/to/the/config/file.xyz"); resolves names relative to your context. This is part of the servlet spec. ciao, -hen -- To unsubsc

Upgrading Tomcat to fix bug...

2001-05-09 Thread Mike Spisak
I want to remedy the "view source code" bug in Tomcat 3.x... I have searched around and cannot find anything on how to upgrade my tomcat instance from 3.2.1 to 4 .. Is it as simple as unzipping the new tomcat code over my 3.2.1 install?? I dont want to do anything that will mess up my original

Upgrading tomcat 3.2.1 to 3.2.2

2001-06-01 Thread Brandon Cruz
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 difficulty setting everything up in the first place, com

RE: Upgrading Tomcat to 4.1.27

2003-08-26 Thread Purvis Robert
progressed through most versions of tomcat since 4.0.2. Good luck. Rob -Original Message- From: Bond [mailto:[EMAIL PROTECTED] Sent: 26 August 2003 14:58 To: [EMAIL PROTECTED] Subject: Upgrading Tomcat to 4.1.27 Hello Everyone, I have a question, I want to upgrade our current Tomcat ins

RE: Upgrading Tomcat to 4.1.27

2003-08-26 Thread Shapira, Yoav
v Shapira Millennium ChemInformatics >-Original Message- >From: Bond [mailto:[EMAIL PROTECTED] >Sent: Tuesday, August 26, 2003 9:58 AM >To: [EMAIL PROTECTED] >Subject: Upgrading Tomcat to 4.1.27 > > > >Hello Everyone, I have a question, > > I want to upgrade our c

Re: Upgrading Tomcat to 4.1.27

2003-08-26 Thread Tarun Gandhi
IL PROTECTED]> Sent: Tuesday, August 26, 2003 7:27 PM Subject: Upgrading Tomcat to 4.1.27 > > > Hello Everyone, I have a question, > > I want to upgrade our current Tomcat instalation > 4.1.14 to the newer 4.1.27. However I can't find any > "How Tos" on this to

RE: Upgrading Tomcat to 4.1.27

2003-09-10 Thread Euan Guttridge
lt;[EMAIL PROTECTED]> Sent: Tuesday, August 26, 2003 7:27 PM Subject: Upgrading Tomcat to 4.1.27 > > > Hello Everyone, I have a question, > > I want to upgrade our current Tomcat instalation > 4.1.14 to the newer 4.1.27. However I can't find any > "How Tos"

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

Upgrading tomcat 5 on Windows

2004-06-09 Thread Tim Penhey
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 stay or should I back them up? Tim - To unsubscribe, e-mail: [EMA

Problems upgrading Tomcat with JAXP 1.1

2001-05-18 Thread Christian Rauh
Dear People, I had to upgrade the JAXP on Tomcat from the bundled version, 1.0, to 1.1. Everything works fine except that now I cannot use international characters like "ã" or "ú" on the web.xml files. When I use those characters I get an exception: -- start of exception output -- ERROR readin

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

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 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

A word of caution upgrading Tomcat

2004-04-23 Thread John H
I hate to open a can of worms, but I see no other choice. Something needs to be done about features that appear and disappear seemingly randomly between versions. Here are a few examples. Despite what the documentation says (which may or may not be accurate), these features really worked, and now

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 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

Errors after upgrading Tomcat to 5.0.28

2005-02-28 Thread Varley, Roger
ationFormData'" Can anyone give me a pointer as to why this message is appearing when the only thing thats changed is upgrading Tomcat and what I need to do about it. Regards Roger __ This e-mail and the documents

upgrading tomcat 3.2.2 to 3.2.4 on win2k

2002-07-11 Thread duffy
I am testing video conferencing soft and the administrative portion was done in tomcat. It is version 3.2.2. I guess there is a security hole in this version. I would like to find the easiest method of moving to 3.2.4. I know its not the even close to the newest, but I thought that keeping it

Re: A word of caution upgrading Tomcat

2004-04-23 Thread Parsons Technical Services
H" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, April 23, 2004 2:37 PM Subject: A word of caution upgrading Tomcat > I hate to open a can of worms, but I see no other choice. Something needs to > be done about features that appe

Re: A word of caution upgrading Tomcat

2004-04-23 Thread QM
On Fri, Apr 23, 2004 at 02:37:04PM -0400, John H wrote: : I hate to open a can of worms, but I see no other choice. Something needs to : be done about features that appear and disappear seemingly randomly between : versions. This isn't a flame, so please don't take it as such: Products ev

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: Errors after upgrading Tomcat to 5.0.28

2005-02-28 Thread Varley, Roger
co.brakes.CustomerRegistrationFormData'" > Please ignore this. Upgrading Tomcat was *not* the only thing that changed. I should have checked before posting. Please accept my apologies. Regards Roger __ This e-m

Upgrading Tomcat from 4.1.x to 5.0.x

2004-02-27 Thread Rhino
I've been using Tomcat 4.124 and now Tomcat 4.1.29 with good results but I'm thinking it might be time to upgrade to Tomcat 5.0.x.   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 r

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

Need help on upgrading Tomcat from 3.1 to 4.1.x

2003-07-15 Thread Eric Leung
Dear All Tomcat Users, I'm working on upgrading Tomcat from a very old version to 4.1.x Currently, we have a servlet being run at the start of the web (specified in web.xml ). But this servlet may have some objects obsoleted in ver 4.1.x. Does anyone know how should I change this servl

Upgrading Tomcat from 4.1.24 to 5.0.18 on Solaris 9 Platform

2005-04-01 Thread Linnabary, Paul
I'm a new user to the tomcat-user group. I installed Tomcat 4.1.24 on a Solaris 9 platform last January. I am doing an Arbortext application upgrade on Monday. I am being asked to upgrade my Tomcat to version 5.0.18. I have downloaded the package from the Apache archives, but I don't have a clue

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

2004-02-17 Thread fhbib webmaster
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 to upgrade a configuration running Tomcat 3.3 and Apache 1.3.24 using OpenSSL 9.9.6c to use Tomcat 4.1.29? If so, is there an FAQ, etc, with the detailed How To? Much

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