QM wrote:

On Thu, May 20, 2004 at 08:55:43AM -0400, Ben Souther wrote:
: putValue and getValue have been deprecated.
: See:
: http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpSession.html
: : Use setAttribute and getAttribute instead.


Yes, did you rebuild your app when you upgraded?
That would have caught the deprecation warning.

I've included that, and other tips, in my (brief) 4.x -> 5.x upgrade
guide:

        http://www.brandxdev.net/misc/tomcat_upgrade.site

Ben: thanks for the putValue/getValue info, I'll include that as well.
(It never bit me, because I never used them... ;)

-QM

To be honest the putValue/getValue has been deprecated for a while but continues to work so I've been too lazy to change it (why change what works). However changing to setAttribute/getAttribute seems to make no difference. All I'm trying to get functional at the moment is a set of 4 or 5 jsp's that bounce back and forth to allow people to update some properties files. If I can get that going then I'll move on to the Stuts based apps. The loose jsp's are just dropped into a pre-defined (by the ISP) webapp and are thus not truly built. The bigger apps are crafted using IBM's WDSCi for j2ee 1.3 and deployed via WAR files.

Mike


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to