Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Creating a URL alias

649509Apr 3 2009 — edited Apr 3 2009
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 1 2009
Added on Apr 3 2009
4 comments
329 views