Creating a URL alias
649509Apr 3 2009 — edited Apr 3 2009Hi,
I'm using Struts 1.3 running on Weblogic 9.2.2, but this might not be a Struts related question. Right now, I can access a particular Struts action by visiting the URL
http://mydomain.com/context-path/refresh.do
What I want is to be able to type in
http://mydomain.com/context-path/refresh
and have it execute the same action. Is there something I can adjust in my WAR file so that this can happen? I still want to use ".do" on other actions.
Thanks, - Dave