There seems to be a difference in configuration that I can't
find between version 7 and 8.
For example, on the version 7 server, a URL like this:
http://www.server.com/karaoke-brand.cfm/Brand/251-karaoke.html
works exactly like this:
http://www.server.com/karaoke-brand.cfm/Brand/251
The problem is on version 8, I can try the above URL (without
the -karaoke.html) and it works just fine, but adding the
"-karaoke.html" throws a 404 error. I've looked through the web.xml
file to compare differences between version 7 and 8, but I don't
see anything in there that would cause this behavior.
The reason for "-karaoke.html" to stay included is because
when the site was developed, this is the behavior that was used.
Making 1 global change needs to happen.