References
http://www.mosaic.arizona.edu/Environment_urls
Application Information
- Build information on top right
- KITTxxxx-yy
- KITT = our build
- xxxx = foundation build number
- yy = our build number
Steps To Tackle A Bug
- Try to reproduce it in appropriate environment.
- Try to reproduce it UA DEMO environment.
- DEMO environment just has foundation code.
- TST environment will generally have same build as DEMO, but includes UA modifications.
- Get access to source code so you can manipulate data and examine code.
- Use local oracle instance of database if you think that it is a data problem.
- Modify kfs-build.properties
Browsing Foundation Code
- http://test.kuali.org/fisheye

- Go to tags in Rice.
- KFS build number is different than the Rice build number (i.e. Rice is behind)
- Have to follow the date that the KFS build was created and then get the Rice build that was from that date.
- work/web-root/WEB-INF/lib has the .jar files, which includes which version of Rice it uses (clicking on the rice jar file will take you to more info, including creation dates)
Setting Up Alternate Workspace
- Choose File -> Switch Workspace -> Other
- Name a new workspace.
- Under Copy Settings, check "Workbench Layout" and "Working Sets" options.
- Set up local Tomcat server.
- Choose "Tomcat v5.5 Server" under the Apache folder.
- Browse for your Tomcat server folder (e.g. C:\java\servers\apache-tomcat-5.5.16).
- Click Next, then Finish.
- Double-click on the Tomcat server (to change additional settings).
- Make sure "Use Tomcat installation" is selected under the "Server Locations" tab.
- Make sure the seconds in the "Timeouts" tab is larger than the default (e.g. 300 seconds for Start and 120 seconds for Stop).
- Save the new selections.