I have an existing application where every sub modules serve two portals, where the directory structure follow:
module x/src …
module x/prescontent/portal1
module x/prescontent/portal2
every submodules holds two struts’ configuration
module x/prescontent/portal1/WEB-INF/module x/struts-module x-config.xml
module x/prescontent/portal2/WEB-INF/module x/struts-module x-config.xml
By adding web project capabilities; setting the web-root folder to module-x/prescontent/portal1 and later on strutst capabilities to the project, by selecting the struts configuration does not looks to do any effect on it. I would like to use the Struts’ designer, which does not come up. But If I created one from scratch, everything works fine.
Am i missing anything, Any help or clarification is greatly appreciated.