RE: Migrating Struts App From TC 4 - 5

2006-11-15 Thread Levan Dvalishvili
] Sent: Wednesday, November 15, 2006 2:11 AM To: Struts Users Mailing List Subject: Migrating Struts App From TC 4 - 5 Hi, I have a Struts-based app that is currently running on a Tomcat 4.1.29 server. I'm using Struts 1.2.9 and things have been running great. My ISP is bugging me about upgrading

Re: Migrating Struts App From TC 4 - 5

2006-11-15 Thread Jon Wynacht
App From TC 4 - 5 Hi, I have a Struts-based app that is currently running on a Tomcat 4.1.29 server. I'm using Struts 1.2.9 and things have been running great. My ISP is bugging me about upgrading Tomcat to 5.5.20 so I downloaded it tonight to do a trial run and initial testing. For starters

Re: Migrating Struts App From TC 4 - 5

2006-11-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jon, Jon Wynacht wrote: For starters, it coughed up a ton of warning messages about not being able to find the SAX parser. So I put xalan.jar, xercesImpl.jar, xml- apis.jar and xmlParserAPIs.jar it $TOMCAT_HOME/common/lib. This stopped the error

Re: Migrating Struts App From TC 4 - 5

2006-11-15 Thread Jon Wynacht
Hi Chris, Here's the info, I should be good to go: panchovilla:/usr/local/tomcat/bin jon$ java -version java version 1.5.0_06 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112) Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing) But I'm not ;-( Jon On Nov

Re: Migrating Struts App From TC 4 - 5

2006-11-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jon, Jon Wynacht wrote: Hi Chris, Here's the info, I should be good to go: [snip: you have JDK 1.5] Okay. Ensure that you have /not/ installed the compatibility package. This can also foul things up. I noticed that you posted the same question

Re: Migrating Struts App From TC 4 - 5

2006-11-15 Thread Jon Wynacht
Yup. I haven't installed this package. The more I work with things the more I see that problem seems to be with authenticating my app. I tried an app that needs no authentication and it worked fine. But ones that do don't work and don't throw an error either. So I know it's not a

Migrating Struts App From TC 4 - 5

2006-11-14 Thread Jon Wynacht
Hi, I have a Struts-based app that is currently running on a Tomcat 4.1.29 server. I'm using Struts 1.2.9 and things have been running great. My ISP is bugging me about upgrading Tomcat to 5.5.20 so I downloaded it tonight to do a trial run and initial testing. For starters, it coughed up a ton