Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to make sure that the jsp is in fact changed, look in fisheye Fisheye for the change, for instance: http://fisheye.uits.uconn.edu:8060/changelog/kuali?cs=4739

Next log into dev.krapps and go to the /usr/share/tomcat6/webapps/ FACCONdirectory and into the offending workflow application.

find the JSP:

find . -name "*.jsp"

vi ./WEB-INF/classes/jsp/facConDocHandler<target>.jsp

if the change is in fact there, then the 'compiled jsp' needs to get removed:

...

cd /usr/share/tomcat6/work/Catalina/localhost

rm -rf FACCON<app>

now start the app server