Wednesday, September 29, 2004
Struts 1.2.4 is out! Installed it ready for the work on the new search mechanism.
Unfortunately, I couldn't get it to do anything. The config files were getting read, as I could introduce errors and get them logged. No requests generated debug output. Finally twigged that it was apache's config I needed to tweak; it's currently set to forward *.jsp to tomcat - now it has to forward *.do as well.
*.do done.
Next to set up the new framework - we want to handle search.do and results.do. I'll build the basic pages under those for existing search before factoring in our new choices.
T