Hi.
I have a webapp which spans up "virtual" directories with the following
mapping
....
<action path="/index" type="de.my.DispatchController">
<action path="/*/index" parameter="{1}" type="de.my.DispatchController">
<action path="/*/*/index" parameter="{1}:{2}"
type="de.my.DispatchController">
....
So you get different index-Pages for
http://myhost/webapp/index.do
http://myhost/webapp/mycompany/index.do
http://myhost/webapp/mycompany/mydepartment/index.do
Now the problem is: I need like to specify a welcome-File for each "virtual"
directory. So when entering
http://myhost/webapp/,
http://myhost/webapp/mycompany/ or
http://myhost/webapp/mycompany/mydepartment/
the correct Index-Actions should be called. Welcome-File in web.xml didn't
do the trick. Also mapping the "/" didn't work. Any Ideas?
Kind Regards and thanks for any suggestions
Ole
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]