Re: Installation differences between 6.0.24 and 5.5.28

2010-03-10 Thread David kerber
Konstantin Kolinko wrote: 2010/3/10 Christopher Schultz ch...@christopherschultz.net: I don't mean to belabor the point, but upgrading from Tomcat 5.5 to 6.0 should have been this easy: 0. Stop Tomcat 5.5 1. Install Tomcat 6.0 2. Copy yourapp.war from Tomcat 5.5\webapps - Tomcat 6.0\webapps

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-09 Thread André Warnier
David Kerber wrote: ... It turns out that the shared vs lib issue doesn't matter (at least for my very simple case), and SOME of the config files can be used in both places, but others cannot. I didn't check all of the files in conf, but I did check server.xml, context.xml and web.xml, and

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-09 Thread David kerber
André Warnier wrote: David Kerber wrote: ... It turns out that the shared vs lib issue doesn't matter (at least for my very simple case), and SOME of the config files can be used in both places, but others cannot. I didn't check all of the files in conf, but I did check server.xml,

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 3/9/2010 7:57 AM, David kerber wrote: André Warnier wrote: Basically, if one of your hidden purposes was to investigate whether a convenient tactic for the migration from 5.5 to 6.0 would be to set up tomcat 6.0 so that, when tomcat 5.5

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-09 Thread Konstantin Kolinko
2010/3/10 Christopher Schultz ch...@christopherschultz.net: I don't mean to belabor the point, but upgrading from Tomcat 5.5 to 6.0 should have been this easy: 0. Stop Tomcat 5.5 1. Install Tomcat 6.0 2. Copy yourapp.war from Tomcat 5.5\webapps - Tomcat 6.0\webapps 3. Start Tomcat 6.0

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread André Warnier
David kerber wrote: I've run into this before, but didn't have time to hunt down the issue. Now I do, so here goes. I have installed both TC 6.0.24 and 5.5.28 on Windows server 2003 32-bit (into separate directories, of course). In each case, I first ran the windows installer .exe, and then

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread Konstantin Kolinko
2010/3/8 David kerber dcker...@verizon.net: I then created a service for my app with each version's service.bat (different names), which starts from a separate folder on the HD.  With IDENTICAL settings, both pointing to the exact same catalina_base You cannot use the same catalina_base for

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread David kerber
André Warnier wrote: David kerber wrote: I've run into this before, but didn't have time to hunt down the issue. Now I do, so here goes. I have installed both TC 6.0.24 and 5.5.28 on Windows server 2003 32-bit (into separate directories, of course). In each case, I first ran the windows

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread David kerber
Konstantin Kolinko wrote: 2010/3/8 David kerber dcker...@verizon.net: I then created a service for my app with each version's service.bat (different names), which starts from a separate folder on the HD. With IDENTICAL settings, both pointing to the exact same catalina_base You cannot use

RE: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread Caldarale, Charles R
From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Installation differences between 6.0.24 and 5.5.28 That's what I'm trying to figure out, what those differences are. Regardless, you cannot reliably share anything between two different Tomcat versions. Trying to do so will only

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread David kerber
Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Installation differences between 6.0.24 and 5.5.28 That's what I'm trying to figure out, what those differences are. Regardless, you cannot reliably share anything between two different Tomcat versions

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread Konstantin Kolinko
2010/3/8 David kerber dcker...@verizon.net: Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Installation differences between 6.0.24 and 5.5.28 That's what I'm trying to figure out, what those differences are. Regardless, you cannot reliably share

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread David kerber
Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Installation differences between 6.0.24 and 5.5.28 Regardless, you cannot reliably share anything between two different Tomcat versions. I have no desire to do so; ??? That contradicts your previous

RE: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread Caldarale, Charles R
From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Installation differences between 6.0.24 and 5.5.28 Why not? Here are the entries on the java tab of tomcat6w: -Dcatalina.base=C:\TomcatClients\Pelican -Djava.io.tmpdir=C:\TomcatClients\Pelican\temp And tomcat5w has

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread David kerber
Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Installation differences between 6.0.24 and 5.5.28 Why not? Here are the entries on the java tab of tomcat6w: -Dcatalina.base=C:\TomcatClients\Pelican -Djava.io.tmpdir=C:\TomcatClients\Pelican\temp

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread André Warnier
David kerber wrote: Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Installation differences between 6.0.24 and 5.5.28 Why not? Here are the entries on the java tab of tomcat6w: -Dcatalina.base=C:\TomcatClients\Pelican -Djava.io.tmpdir=C

Re: Installation differences between 6.0.24 and 5.5.28

2010-03-08 Thread David Kerber
André Warnier wrote: David kerber wrote: Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Installation differences between 6.0.24 and 5.5.28 Why not? Here are the entries on the java tab of tomcat6w: -Dcatalina.base=C:\TomcatClients\Pelican