TekPortfolio V3.00.003 Copyright (c) 2000-2004. Teknowledge Corporation. All Rights Reserved. 1/22/2004 Overview - Logon - Issue: Customer could log out and refresh the account summary (or first screen after login) and could get back in without entering credentials Resolution: Add a flag to check for this - Account Transactions - Issue: using Integer.MAX_VALUE for doing maxrec instead of null Resolution: change to null - Account Detail - Issue: Account Details was taking too long for large numbers of transactions Resolution: Put transactions in the session, get by date, do not reload on back/next Requirements - TekPortfolio V3.0 Patch 002 Installation Instructions - Log on to each of the TekPortfolio Application Server(s). - Solaris - Login as tekp (or your J2EE Application Server id) - Stop your J2EE Application Server - Note: The instructions below assume you installed TekAdmin in the root directory; if this is not the case, please replace that with the directory you installed TekPortfolio. Also, if you are using a different id/group, please replace those with yours. - uncompress -c TekPortfolio_V3.00.003.tar.Z | (cd /; tar -xvf -) - chown -R tekp:tekp /TekPortfolio/* - chmod -R 750 /TekPortfolio/* - Note: If any JSP files are updated, they are purposely extracted into the 0.Patch003 directory to not overwrite any changes you may have made. You must copy them over to all of your partner directories explicitly. - WebSphere: Your runtime directory is TekPortfolio.war instead of TekPortfolio; please adjust the above installation accordingly. - Start your J2EE Application Server - Windows NT/2000 - Stop your J2EE Application Server - Run TekPortfolio_V3.00.003.exe and extract to c:\ (or wherever you have installed TekPortfolio) - Note: If any JSP files are updated, they are purposely extracted into the 0.Patch003 directory to not overwrite any changes you may have made. You must copy them over to all of your partner directories explicitly. - WebSphere: Your runtime directory is TekPortfolio.war instead of TekPortfolio; please adjust the above installation accordingly. - Start your J2EE Application Server Summary of Changes - Note: The following are the specific files that have changed. If you have made any custom modifications to these files, you will need to reapply those changes to these new versions; or else these versions will overwrite your custom modifications. - TPClient2.jar - Latest Version - TekPortfolio.jar - Issue: Customer could log out and refresh the account summary (or first screen after login) and could get back in without entering credentials Resolution: Add a flag to check for this - Issue: using Integer.MAX_VALUE for doing maxrec instead of null Resolution: change to null - TP_UI_Logon_en.jsp - Issue: Customer could log out and refresh the account summary (or first screen after login) and could get back in without entering credentials Resolution: Add a flag to check for this - TP_UI_AcctDetail_401K_en.jsp TP_UI_AcctDetail_AInsurance_en.jsp TP_UI_AcctDetail_Airline_en.jsp TP_UI_AcctDetail_Biller_en.jsp TP_UI_AcctDetail_Brokerage_en.jsp TP_UI_AcctDetail_CC_en.jsp TP_UI_AcctDetail_CD_en.jsp TP_UI_AcctDetail_Checking_en.jsp TP_UI_AcctDetail_Email_en.jsp TP_UI_AcctDetail_Loan_en.jsp TP_UI_AcctDetail_Mortgage_en.jsp TP_UI_AcctDetail_Other_en.jsp TP_UI_AcctDetail_Savings_en.jsp TP_UI_AcctDetail_TInsurance_en.jsp - Issue: Account Details was taking too long for large numbers of transactions Resolution: Put transactions in the session, get by date, do not reload on back/next