This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Struts and the fly likes Need related struts subapps in one struts app Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Need related struts subapps in one struts app" Watch "Need related struts subapps in one struts app" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Need related struts subapps in one struts app
 
Similar Threads
copy & paste ; update ; delete functionalities in a web page
Swing vs. Web vs. ...
Swing vs. Web vs. ...
Calling a method from a separte application?
Non Struts App -> Struts App - use splash screen and auto forward?