Re: Migration of Spring MVC 4 app to Spring MVC 6

2024-09-05 Thread Konstantin Kolinko
ср, 4 сент. 2024 г. в 02:33, : > > I am migrating a Spring MVC app from 4.x to 6.x so I am going from Tomcat > 9.1 Java 8 to Tomcat 10.1 Java 17. > > I noticed that in the migration steps on the Tomcat site that there is a > tool to help with the javax to Jakarta package conversions > > > > I have

Re: Migration of Spring MVC 4 app to Spring MVC 6

2024-09-03 Thread Mark Thomas
On 04/09/2024 00:33, charliedidon...@gmail.com wrote: I am migrating a Spring MVC app from 4.x to 6.x so I am going from Tomcat 9.1 Java 8 to Tomcat 10.1 Java 17. I noticed that in the migration steps on the Tomcat site that there is a tool to help with the javax to Jakarta package conversions

Re: Migration to Tomcat Assistance

2024-08-26 Thread Christopher Schultz
Melvin, On 8/13/24 16:35, Baez, Melvin L wrote: Hi all, I’m reaching out to the community seeking assistance. I support Tomcat from an infrastructure perspective and assist our developers with migrating a set of existing applications from WebSphere and TomEE to Tomcat as the application web

Re: Migration JDK11 - Tomcat 9 - NoClassDefFoundError: java/sql/Statement

2022-03-29 Thread Rob Sargent
On 3/29/22 10:54, Senguttuvan, Gopalakrishnan (CWM-NR) wrote: Hi Thomas, Thanks for the response. This issue occurred when I have start the Tomcat server in Linux-QA machine. Regards, Gopalakrishnan S Double check your runtime environment - something there is out of whack I suspect. --

RE: Migration JDK11 - Tomcat 9 - NoClassDefFoundError: java/sql/Statement

2022-03-29 Thread Senguttuvan, Gopalakrishnan (CWM-NR)
Hi Thomas, Thanks for the response. This issue occurred when I have start the Tomcat server in Linux-QA machine. Regards, Gopalakrishnan S -Original Message- From: Thomas Hoffmann (Speed4Trade GmbH) [mailto:thomas.hoffm...@speed4trade.com.INVALID] Sent: March 26, 22 1:39 AM To: Tomc

Re: Migration from Tomcat 7 to 9 results in more open file descriptors

2019-06-17 Thread Mark Thomas
On 03/06/2019 22:46, Mark Thomas wrote: >> Florian, >> >>> On 5/23/19 06:59, Florian Trimmel wrote: We were able to figure out >>> what was causing the file descriptor leak. >> >>> The leak has occured in the JSF2 MyFaces Implementation we are >>> using. It is described here: >>> https://marc.info/

Re: Migration from Tomcat 7 to 9 results in more open file descriptors

2019-06-03 Thread Mark Thomas
> Florian, > >> On 5/23/19 06:59, Florian Trimmel wrote: We were able to figure out >> what was causing the file descriptor leak. > >> The leak has occured in the JSF2 MyFaces Implementation we are >> using. It is described here: >> https://marc.info/?l=myfaces-dev&m=152536956716792&w=2 The probl

Re: Migration from Tomcat 7 to 9 results in more open file descriptors

2019-06-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Florian, > On 5/23/19 06:59, Florian Trimmel wrote: We were able to figure out > what was causing the file descriptor leak. > > The leak has occured in the JSF2 MyFaces Implementation we are > using. It is described here: > https://marc.info/?l=myf

Re: Migration from Tomcat 7 to 9 results in more open file descriptors

2019-06-02 Thread Florian Trimmel
Am Do., 23. Mai 2019 um 17:14 Uhr schrieb Christopher Schultz < ch...@christopherschultz.net>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Florian, > > On 5/23/19 06:59, Florian Trimmel wrote: > > After migrating from Tomact 7 to Tomcat 9.0.20 (running with same > > Java Version 1.8.0_

Re: Migration from Tomcat 7 to 9 results in more open file descriptors

2019-05-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Florian, On 5/23/19 06:59, Florian Trimmel wrote: > After migrating from Tomact 7 to Tomcat 9.0.20 (running with same > Java Version 1.8.0_25) we have a problem with our JSF2 web > application on Linux RHEL 7. After some time we get Exceptions like

Re: migration from tomcat 7.0 to 8.5

2019-02-11 Thread Mark Thomas
On 04/10/2017 15:53, Aquatic Safaris Diver wrote: > > I've read the migration manuals and have tried to make the changes to > my configuration to work correctly in tomcat v8.5, but it's not.  I'm > not an experton XML files and JDK so please help me.   I'm sure this is crazy > simple > for you ex

RE: Migration tomcat 7 to 9 : export static files

2019-01-03 Thread andre seame
=== === thanks PHL. De : Christopher Schultz Envoyé : jeudi 3 janvier 2019 14:52 À : users@tomcat.apache.org Objet : Re: Migration tomcat 7 to 9 : export static files -BEGIN PGP SIGNED MESSAGE- Hash: SHA256

Re: Migration tomcat 7 to 9 : export static files

2019-01-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 1/3/19 03:56, andre seame wrote: > Hello, > > In tomcat 7, I have a server.xml config file. In the host section I > have > > > > So, I can access to static file : > http://server:8080/testresults/myfile.png, where the file is stored >

AW: [EXTERNAL] Re: Migration from Tomcat 8.0.37 to 8.5.24 , changes to protocol at Http11NioProtocol , from http-nio to https-jsse-nio

2018-02-07 Thread Lauria Giuseppe
Hi Marek, Hi Mark. Thank you very much. Best regards G -Ursprüngliche Nachricht- Von: Mark Thomas [mailto:ma...@apache.org] Gesendet: Mittwoch, 7. Februar 2018 09:51 An: Tomcat Users List Betreff: [EXTERNAL] Re: Migration from Tomcat 8.0.37 to 8.5.24 , changes to protocol at

Re: Migration from Tomcat 8.0.37 to 8.5.24 , changes to protocol at Http11NioProtocol , from http-nio to https-jsse-nio

2018-02-07 Thread Marek Czernek
Hi Lauria, This seems like everything is the same for you on both Tomcat 8 and 8.5; what changed is that the SSL implementation gets displayed in the console. JSSE means you're using Java runtime JSSE implementation. There's the possibility to use OpenSSL implementation as well. See the docs

Re: Migration from Tomcat 8.0.37 to 8.5.24 , changes to protocol at Http11NioProtocol , from http-nio to https-jsse-nio

2018-02-07 Thread Mark Thomas
On 07/02/18 08:41, Lauria Giuseppe wrote: > Hi tomcat users. > > > We are in transition from Tomcat 8.0.37 to 8.5.24. > What is the meaning of this ? Is this just naming change ? > Or did functionality change ? If yes, what is different between http-nio and > https-jsse-nio ? 8.0.x only supp

Re: migration from tomcat 7.0 to 8.5

2017-10-04 Thread Konstantin Kolinko
2017-10-04 17:53 GMT+03:00 Aquatic Safaris Diver : > > I've read the migration manuals and have tried to make the changes to > my configuration to work correctly in tomcat v8.5, but it's not. I'm > not an experton XML files and JDK so please help me. I'm sure this is crazy > simple > for you ex

RE: Migration

2017-03-22 Thread Berneburg, Cris J. - US
Osama > I have been asked by a company to update their existing working > tomcat 5 application, which is working on an old Windows 2003 > platform and accessing SQL 2005. The new servers are Windows and > SQL 2012. I downloaded and installed Tomcat 8.5.12. So, what I > need to do for migrating th

Re: Migration

2017-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Osama, On 3/21/17 3:43 PM, M. Osama Alghwell wrote: > On Mar 21, 2017 7:21 PM, "Christopher Schultz" > wrote: > > Osama, > > On 3/21/17 1:10 PM, M. Osama Alghwell wrote: I have been asked by a company to update their existing working to

Re: Migration

2017-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Osama, On 3/21/17 3:46 PM, M. Osama Alghwell wrote: > On Mar 21, 2017 7:25 PM, "Caldarale, Charles R" > wrote: > >>> From: M. Osama Alghwell [mailto:malghw...@gmail.com] Subject: >>> Migration >> >>> I have been asked by a company to update their

RE: Migration

2017-03-21 Thread M. Osama Alghwell
I will follow the steps from 5 to 6, from 6 to 7, then from 7 to 8, is this what I should do? On Mar 21, 2017 7:25 PM, "Caldarale, Charles R" wrote: > > From: M. Osama Alghwell [mailto:malghw...@gmail.com] > > Subject: Migration > > > I have been asked by a company to update their existing worki

Re: Migration

2017-03-21 Thread M. Osama Alghwell
The migration guide for migrating from Tomcat 7 to 8, I need from 5 to 8. Thank you. On Mar 21, 2017 7:21 PM, "Christopher Schultz" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Osama, > > On 3/21/17 1:10 PM, M. Osama Alghwell wrote: > > I have been asked by a company to update

RE: Migration

2017-03-21 Thread Caldarale, Charles R
> From: M. Osama Alghwell [mailto:malghw...@gmail.com] > Subject: Migration > I have been asked by a company to update their existing working tomcat 5 > application, which is working on an old Windows 2003 platform and accessing > SQL 2005. The new servers are Windows and SQL 2012. I downloaded

Re: Migration

2017-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Osama, On 3/21/17 1:10 PM, M. Osama Alghwell wrote: > I have been asked by a company to update their existing working > tomcat 5 application, which is working on an old Windows 2003 > platform and accessing SQL 2005. The new servers are Windows and

Re: Migration to Tomcat 8.0 Post/PreResources vs VirtualWebappLoader with optional resources

2016-12-08 Thread Mark Thomas
On 07/12/2016 09:01, Berg, R. van den (Robin) wrote: > Hello! > I have an issue that seems not supported anymore with Tomcat 8. > The same problem is also posted in the comments on: > https://tomcat.apache.org/tomcat-8.0-doc/config/resources.html > > PROBLEM: > We used the virtualWebAppLoader to

RE: Migration to Tomcat 8.0 Post/PreResources vs VirtualWebappLoader with optional resources

2016-12-07 Thread Berg, R. van den (Robin)
ancement. Furthermore, I can't even use the newest version, unfortunately. That depends on the PAAS party. Kind Regards, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, December 07, 2016 10:58 PM To: Tomcat Users List Subject: Re: M

Re: Migration to Tomcat 8.0 Post/PreResources vs VirtualWebappLoader with optional resources

2016-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robin, On 12/7/16 4:01 AM, Berg, R. van den (Robin) wrote: > Hello! I have an issue that seems not supported anymore with Tomcat > 8. The same problem is also posted in the comments on: > https://tomcat.apache.org/tomcat-8.0-doc/config/resources.htm

Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 3/17/15 11:12 AM, Rainer Jung wrote: > Am 17.03.2015 um 15:40 schrieb Sascha Skorupa: >> Hi Rainer, >> >> currently not (Apache 2.2) but it might be an option to upgrade >> the OS and the Apache if it leads to a solution. > > OK. But th

Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-17 Thread Rainer Jung
Am 17.03.2015 um 15:40 schrieb Sascha Skorupa: Hi Rainer, currently not (Apache 2.2) but it might be an option to upgrade the OS and the Apache if it leads to a solution. OK. But think twice, whether it is better to just compile mod_jk from sources or do the big update. Updating to 2.4 will

Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-17 Thread Rainer Jung
[mailto:ch...@christopherschultz.net] Gesendet: Freitag, 13. März 2015 19:24 An: Tomcat Users List Betreff: Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 3/13/15 12:15 PM, Rainer Jung wrote: Am

Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 3/13/15 12:15 PM, Rainer Jung wrote: > Am 13.03.2015 um 16:28 schrieb Christopher Schultz: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Mark, >> >> On 3/12/15 1:13 PM, Mark Thomas wrote: >>> On 12/03/2015 15:20, Sascha Skoru

Re: Migration from Tomcat6-Cluster to Tomcat7-Cluster: Digest Authentication problem

2015-03-13 Thread Rainer Jung
Am 13.03.2015 um 16:28 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/12/15 1:13 PM, Mark Thomas wrote: On 12/03/2015 15:20, Sascha Skorupa wrote: Hi, here: http://grokbase.com/t/tomcat/users/13bvsbwb8s/multiple-servers-and-digest-authentication

Re: Migration Tomcat 5x to 7.0.8

2011-08-19 Thread Konstantin Kolinko
2011/8/19 Kumar, Kiran P > > Team, > We are migrating form tomcat 5x to 7.0.8 > In Tomcat 5.0 we are defining the url below > url = > "/APReports/servlet/com.nielsenmedia.umi.ap.hwsw.QuerySWServlet";  and > sending the  request using the ajax > Like o.open("POST", url , true); > So I am not gett

Re: migration from apache tomcat 5.5.20 to 6.0.26 procedure required.

2010-06-03 Thread Mark Thomas
On 03/06/2010 12:28, Pid wrote: > On 03/06/2010 12:21, prakash mahavrataya wrote: >> Hi All, >> >> I have to migrate the existing tomcat from 5.5.20 to 6.0.26. As i found that >> the folders common and shared do not exist in 6.0.26. So I am not sure how >> to migrate from the current to the latest.

Re: migration from apache tomcat 5.5.20 to 6.0.26 procedure required.

2010-06-03 Thread Pid
On 03/06/2010 12:21, prakash mahavrataya wrote: > Hi All, > > I have to migrate the existing tomcat from 5.5.20 to 6.0.26. As i found that > the folders common and shared do not exist in 6.0.26. So I am not sure how > to migrate from the current to the latest. Please send me the procedure > for su

Re: migration to 5.5.27

2009-08-06 Thread Mark Thomas
Timothy J Schumacher wrote: > Hi, > > I am currently running tomcat 5.0.12 and want to upgrade to 5.5.27. Please don't hijack threads. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional command

RE: Migration from Tomcat 4.1 to 6.0

2009-04-08 Thread Jorge Medina
ge -Original Message- From: Rashid Malik [mailto:rma...@dhmh.state.md.us] Sent: Wednesday, April 08, 2009 10:48 AM To: Tomcat Users List Subject: Re: Migration from Tomcat 4.1 to 6.0 <<>> Chris/Chuck, You are probably right about httpd. Please see the attached images for detai

Re: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-08 Thread Rashid Malik
Chris/Chuck, You are probably right about httpd. Please see the attached images for details. The reason why I thought I had a 2.2 application is because whenever I shutdown the 2.2 service, the main web site running on port 80 would not launch. Please excuse my naiveness about our configurat

Re: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rashid, On 4/7/2009 5:45 PM, Rashid Malik wrote: > What I mean here is that I have three 3 installations of tomcat not > 2. How many total web applications do you have? Do any of them have any requirements for which Tomcat version on which they are

RE: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Caldarale, Charles R
> From: Rashid Malik [mailto:rma...@dhmh.state.md.us] > Subject: Re: Migration from Tomcat 4.1 to 6.0 <<>> > > There is tomcat 2.2 application (using port 80) There was never any Tomcat 2.2 release. You may actually have httpd on port 80, since there is a 2.2 version

Re: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Rashid Malik
Hello Chris, Thanks for your quick response. What you said makes sense to me but let me clarify my situation further. > Hi, I changed port 8080 to 80 and I get page not found error. Please > note that I have another website that is running on an older version > of tomcat. What I mean here i

Re: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rashid, On 4/7/2009 5:08 PM, Rashid Malik wrote: > Hi, I changed port 8080 to 80 and I get page not found error. Please > note that I have another website that is running on an older version > of tomcat. Aah, you didn't mention that. Only one proce

Re: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Rashid Malik
Hi, I changed port 8080 to 80 and I get page not found error. Please note that I have another website that is running on an older version of tomcat. that website is already using port 80. On that page, there is a link that connects to http://localhost/MyWebAPP/ . If I use the older version o

Re: Migration from Tomcat 4.1 to 6.0 <<>>

2009-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rashid, On 4/7/2009 4:45 PM, Rashid Malik wrote: > To give you an example, the URL to get to the application in 4.1 is: > > http://localhost/MyWebAPP/ > > However, after shutting down tomcat 4.1, installing and configuring > tomcat 6.0, I can use th

Re: Migration tomcat 6.0.16 to 6.0.18

2008-10-09 Thread Scott Dunbar
Ok, I may have assumed too much. My configuration has virtual hosts spread over the file system. I stopped 6.0.16, copied over the server.xml and Context XML's to 6.0.18, copied a required JDBC library to the lib directory, started 6.0.18 and I was done. I guess that this isn't really a re-d

Re: Migration tomcat 6.0.16 to 6.0.18

2008-10-09 Thread vicens
I doesn't have any problem yet, but why I need to re-deploy my apps when I only want to upgrade a minor version of tomcat? stdunbar wrote: > > What problems are you having? This is a very simply migration. I was > able to just deploy my apps and my server.xml to the 6.0.18 server and > go.

Re: Migration tomcat 6.0.16 to 6.0.18

2008-10-09 Thread Scott Dunbar
What problems are you having? This is a very simply migration. I was able to just deploy my apps and my server.xml to the 6.0.18 server and go. No code, no configuration changes for me at least. vicens wrote: How can I migrate a tomcat 6.0.16 to tomcat 6.0.18? Where I can found any tuto

Re: Migration from Tomcat 4.x to 5.5

2008-09-17 Thread David Smith
Take a look at the server.xml that came with 5.5 and you'll see a similar connector in there. There won't be a className attribute -- instead it'll contain a protocol attribute with the value of "AJP/1.3". With regard to authentication, the old tomcatAuthentication="false" still exists in versio

Re: Migration from Tomcat 4.x to 5.5

2008-09-17 Thread Mark Thomas
Arun Raj Ramkumar wrote: > Hi all, > > I need to migrate my web application from tomcat 4.1.29 to tomcat 5.5. I > have installed tomcat 5.5 with JDK 1.6 and deployed my web application, its > working fine. > Tell me what are all the changes need to be done to connect apache 2.0 to > tomcat 5.5.

Re: Migration from Tomcat 4.x to 5.5

2008-09-17 Thread Gregor Schneider
http://tomcat.apache.org/connectors-doc/ rgds gregor -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 - To start a new topi

Re: Migration from 4.1 to 6

2008-08-30 Thread Jody Williams
I will look into running both concurrently. My boss understands. The issue is the time it takes to get a machine authorized to be placed on the network. For a server can take several months. Since this is on the legacy network that is going away, getting the authorization is difficult. I think

Re: Migration from 4.1 to 6

2008-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jody, Jody Williams wrote: > I can't go into much detail about the current operational system. > > Is it possible to have the 4.1 and 6 run concurrently? Of course. But, you'll have to set the ports differently for each one. Ideally, your webapp s

Re: Migration from 4.1 to 6

2008-08-30 Thread Jody Williams
I can't go into much detail about the current operational system. This is a Navy system. I don't have the ability or authority to bring another machine online for testing (whether it be a physical or VM). Is it possible to have the 4.1 and 6 run concurrently? Jody On Sat, Aug 30, 2008 at 12:16

Re: Migration from 4.1 to 6

2008-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jody, Jody Williams wrote: > I need to migrate from tomcat 4.1 to 6. Are there any concerns I need > to know about before starting? Are there any suggestions to make the > transition easier? Whatever you do, don't try to re-use your server.xml from

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
Exception in JSP: /index.jsp:5 > > 2: > 3: > 4: > 5: > 6: > 7: > > > > > On 10/30/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > > > From: itay sahar [mailto:[EMAIL PROTECTED] >

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
:[EMAIL PROTECTED] > > Subject: Re: migration from tomcat 4.1 to 5.5 > > > > 3. But i still get the error: "java.lang.NoSuchMethodError: > > javax.servlet.jsp.tagext.TagAttributeInfo" > > when tring launch the application. > > There are three ver

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itay, itay sahar wrote: > well i change the classpath to work with the new "servlet-api.jar" and " > jsp-api.jar" (new version from tomcat) > After deploy i removed from the folder the two jar mention above since they > already exist in common/lib. >

RE: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Caldarale, Charles R
> From: itay sahar [mailto:[EMAIL PROTECTED] > Subject: Re: migration from tomcat 4.1 to 5.5 > > 3. But i still get the error: "java.lang.NoSuchMethodError: > javax.servlet.jsp.tagext.TagAttributeInfo" > when tring launch the application. There are three vers

RE: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Propes, Barry L
: Tomcat Users List Subject: Re: migration from tomcat 4.1 to 5.5 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itay, itay sahar wrote: > The type javax.servlet.jsp.tagext.TagSupport cannot be resolved. It is > indirectly referenced from required .class files > *The application is up and ru

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
well i change the classpath to work with the new "servlet-api.jar" and " jsp-api.jar" (new version from tomcat) After deploy i removed from the folder the two jar mention above since they already exist in common/lib. so now: 1. No errors in eclipse ( after using the new jars). 2. Tomcat is startin

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itay, itay sahar wrote: > The type javax.servlet.jsp.tagext.TagSupport cannot be resolved. It is > indirectly referenced from required .class files > *The application is up and running but when click on the application from > tomcat manager i got the

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
hi thanks for reply, The details is in "applicationContext.xml" (spring). There is no data moved from context.xml/server.xml from tomcat 4.1 to tomcat 5.5. (i just don't have it...) succeeded run on the default 4.1 version. I'm using the default files as they created by tomcat 5.5. Tomcat ignore

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread David Smith
Throw out servlet-api.jar, servlet.jar. Servlet-api.jar is provided in the common/lib folder. As to TagSupport and JspException, they should be provided by common/lib/jsp-api.jar. --David itay sahar wrote: hi, i have an application running on tomcat 4.1. i want to make a huge addings to t

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itay, itay sahar wrote: > i have an application running on tomcat 4.1. > i want to make a huge addings to this application but first i want to work > on tomcat 5.5 version. > is there a way i can do it ? (i know it's not easy). I recently upgraded 5

Re: Migration of Tomcat 3.2 to Tomcat 6.0

2007-09-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vishnu, Parandhaman, Vishnu Prasad (STSD) wrote: > Hi, > Could anyone point out if there's a practical guide / tip to migrate > from tomcat 3.2 to tomcat 6.0 ? > ([has] anyone done [this] before) I don't think anyone has ever made that jump before, s

Re: Migration from 5.5.20 to 6.0.10: parser issue on application deployment

2007-03-04 Thread Etienne Giraudy
To see how "standard" and "legal" this usage is, you can try enabling the security manager (the only way to control writing to system properties - which are always JVM wide, so since Tomcat uses JAXP, Tomcat cannot avoid being affected to some extent when a webapp changes the parser factory - is t

Re: Migration from 5.5.20 to 6.0.10: parser issue on application deployment

2007-03-04 Thread Rémy Maucherat
On 3/4/07, Etienne Giraudy <[EMAIL PROTECTED]> wrote: I guess that the point that is questionnable here is the way the API is designed: modifying the system property 'legal' and, AFAIK, it is the only way to choose the parser implementation we want to use (http://java.sun.com/j2se/1.5.0/docs/api/

Re: Migration from 5.5.20 to 6.0.10: parser issue on application deployment

2007-03-04 Thread Rémy Maucherat
On 3/3/07, Etienne Giraudy <[EMAIL PROTECTED]> wrote: Shall this be considered as a regression as in that case tomcat configuration is somehow altered by a web app? (in that case I'll fill a bug in bugzilla)) I don't think there can be a change of behavior in this sort of thing between TC 5.5 a

Re: Migration from 5.5.20 to 6.0.10: parser issue on application deployment

2007-03-03 Thread Etienne Giraudy
On 3/3/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Etienne Giraudy [mailto:[EMAIL PROTECTED] > Subject: Migration from 5.5.20 to 6.0.10: parser issue on > application deployment > > One of the web app running on that server includes > xercesImpl.jar and use it through modifying th

RE: Migration from 5.5.20 to 6.0.10: parser issue on application deployment

2007-03-03 Thread Caldarale, Charles R
> From: Etienne Giraudy [mailto:[EMAIL PROTECTED] > Subject: Migration from 5.5.20 to 6.0.10: parser issue on > application deployment > > One of the web app running on that server includes > xercesImpl.jar and use it through modifying the system > property javax.xml.parsers.SAXParserFactory.

Re: Migration from jk2 to jk, problems with uri context

2006-09-02 Thread Rainer Jung
What about changing worker.worker1.mount=/foo/* foo to worker.worker1.mount=/foo/* /foo Regards, Rainer james edwards schrieb: > I am moving to jk (1.2.18) from jk2 & am having problems with the > workers.properties file. I have separate apache and tomcat servers. Here is > my working jk2 (wo

Re: Migration from jk2 to jk, problems with uri context

2006-09-01 Thread brian bay
I have this working with tomcat 5.5.17 and apache2, jk1 You need mod_jk.so in apache/modules..for me /usr/lib/apache2/modules/mod_jk.so In apache home ---create workers.properties workers.tomcat.home=/path/to/tomcat ps=/ workers.list=worker1 worker.ajp13.type=ajp13 worker.ajp13.host=whatever.wh

Re: Migration from 1.0 to 1.2.x: Gotchas?

2006-01-14 Thread Bill Barker
"Wendy Smoak" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On 1/14/06, Venkat & Radha Venkataramanan <[EMAIL PROTECTED]> wrote: >> I have an Pharma J2EE application developed using the Struts framework >> running on a weblogic 6.0 server (yes, and it's only 3 years old!). >> >> W

Re: Migration from 1.0 to 1.2.x: Gotchas?

2006-01-14 Thread Wendy Smoak
On 1/14/06, Venkat & Radha Venkataramanan <[EMAIL PROTECTED]> wrote: > I have an Pharma J2EE application developed using the Struts framework > running on a weblogic 6.0 server (yes, and it's only 3 years old!). > > We are upgrading to weblogic 9.0 since 6.0 is no longer supported by BEA. > And, I

Re: Migration

2006-01-06 Thread Tim Funk
The servlet spec requires that the following packages are imported in your jsp: javax.servlet.*; javax.servlet.http.*; javax.servlet.jsp.*; Other vendors in the past have also done things such as also include import java.util.* import java.io.* These actions are not mentioned by the spec and cre

Re: Migration

2006-01-06 Thread David Delbecq
Hi Abh, Out of curiosity i took a look a at tomcat generated jsp class. (tomcat: 5.5.7) import directive found in .java file generated from .jsp: import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; No import directive were present in original .jsp and, as you see, t

Re: Migration

2006-01-06 Thread Oto Bossert
Yoo, We need more info! At least the stack trace and the code it is pointing to... Greetings O. On 1/6/06, Abh N <[EMAIL PROTECTED]> wrote: > > Hi, > > We are migrating our applications from Tomcat to Websphere server. > We are getting some issues (in Websphere )with code which used to