| Author |
Need related struts subapps in one struts app
|
Kuldeep Kumar Dubey
Greenhorn
Joined: Aug 31, 2008
Posts: 2
|
|
Hi all,
Need your kind help.
I have separate struts applications which i want to have under single application.(clearly like umbrella having related struts subapps in one struts app)
like, i have separate modules named, loginmodule, registermodule, accessmodule (which are separate struts applications or subapps)
now i want to combine them to one application say "portal" which itself is a struts application.
How can i do that?
Any help will be appreciated.
Thanks in advance.
Kuldeep
|
Regards,<br>Kuldeep<BR>
SCJP Certified, Oracle Employee
|
 |
Lei Guoguo
Greenhorn
Joined: Mar 31, 2009
Posts: 26
|
|
you can use the struts multiply modules develop.
in the web.xml you can config like this:
|
I'm a chinese, my english is so bad, I need help. If you want to help me, you can send your question to my e-mail: lgg860911@yahoo.com.cn, I will help you, and improve my english. Thanks everyone.
|
 |
Kuldeep Kumar Dubey
Greenhorn
Joined: Aug 31, 2008
Posts: 2
|
|
Thanks a lot Lei,
I'll surely try as you suggested.
I've tried as you suggested Lei, Need one more help from you.
As you said,
<param-name>config/loginmodule</param-name>
may i know, what difference will it make other than the <param-name>config</param-name>
I mean, i am not getting why we are putting /modulename in param-name.
Thanks.
|
 |
 |
|
|
subject: Need related struts subapps in one struts app
|
|
|