Re: Struts version 1.2.2 and Tomcat 4.1

2004-09-23 Thread CCNY
; > > > > > > >-- > >James Mitchell > >Software Engineer / Open Source Evangelist > >EdgeTech, Inc. > >678.910.8017 > >AIM: jmitchtx > > > >- Original Message - > >From: "CCNY" <[EMAIL PROTECTED]> &

Struts version 1.2.2 and Tomcat 4.1

2004-09-23 Thread CCNY
All I think I've got a problem. Can anyone tell me definitively if Struts 1.2.2 uses a version of the Servlet or JSP Spec that could make it incompatible with Tomcat 4.1? Is anyone currently using these two together? - To unsubs

Finding out what version of Struts

2004-09-23 Thread CCNY
How do I figure out which version of Struts a given distribution is? Is there an easy way? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error Deploying

2004-09-23 Thread CCNY
ilash Vasani <[EMAIL PROTECTED]> wrote: > Check struts version on both the servers. It seems that they are different. > > -Original Message- > From: CCNY [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 23, 2004 7:21 PM > To: Struts Users Mailing List >

Re: Error Deploying

2004-09-23 Thread CCNY
Where, Ideally should the struts.jar live? Is it apart of the APP or the container? On Thu, 23 Sep 2004 19:27:20 +0530, Kailash Vasani <[EMAIL PROTECTED]> wrote: > Check struts version on both the servers. It seems that they are different. > > -Original Message----- >

Error Deploying

2004-09-23 Thread CCNY
Hi all I'm deploying on Tomcat 4.1, but I developed on Tomcat 5.0.28 I think that shouldnt matter. I get the following error. what am I doing wrong? type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

Definite Cookie Weirdness (logic:notPresent help)

2004-09-21 Thread CCNY
Alright, I'm definitely in need of help now. I'm SURE I'm setting the cookie in the response, but I cant get to work as I expect. Help! What am I doing wrong? -JSP- COOKIE Not FOUND JAVA in Action Class if(authUser(user

Re: Checking a cookie or redirecting - best way? (Getting ERROR, Help!)

2004-09-21 Thread CCNY
Notice the slash on the end! > > Daniel. > > > > > -Original Message- > > From: CCNY [mailto:[EMAIL PROTECTED] > > Sent: 21 September 2004 14:04 > > To: Struts Users Mailing List > > Subject: Fwd: Checking a cookie or redirecting - best way? (Getting > > E

Fwd: Checking a cookie or redirecting - best way? (Getting ERROR, Help!)

2004-09-21 Thread CCNY
So when I run the jsp below (ironically named "success.jsp") I get the following error org.apache.jasper.JasperException: /pages/success.jsp(4,0) According to TLD, tag bean:cookie must be empty, but is not Huh? I also tried in the JSP, sme error. Can anyone help? am i useing bean:cookie wrong?