| Author |
How to map an absolute path in Struts?
|
Henry Sun
Greenhorn
Joined: May 09, 2003
Posts: 18
|
|
Hi, friends, In my website, I need to go from http://mydomain/ to https://mydomain/. How to handle this case? I've tried to map an absolute path in struts-config.xml like this: <forward name="success" path="https://mydomain/" /> but failed. Does anybody have such experience? thanks. henry
|
 |
 |
|
|
subject: How to map an absolute path in Struts?
|
|
|