I have an appliaction called "tmate" that is being deployed in the
"webapps/tmate" directory of tomcat so when I call localhost/tmate I go to
the index of my application.
I also have in my struts confix.xml file some action mappings that begin
with "/tmate" for example:
<action path="/tmate/projectSelect"... />
This has worked until today. Now, instead of looking for the full action
path (/tmate/projectSelect) it truncates the tmate due to context and looks
for /projectSelect.
Any idea why this has begun happening all of a sudden. I haven't made any
changes to struts!
D