Change the URL dynamically

2009-07-29 Thread Sanchayan Bandyopadhyay
I need to create an struts application which will be hosted in a particular domain say http://www.abcd.com Here there will be some pages which will be accessed through other domains also. Say I have 3 more domains - www.xx.xom www.yy.com www.zz.com >From all these three domains my D

Multiple Struts Config Problem

2009-04-07 Thread Sanchayan Bandyopadhyay
I have multiple user types in my application and for each such user type I intend to keep one specific struts-config.xml file. In my web.xml, I have declared them as ... config /WEB-INF/struts-default.xml config/agents /WEB-INF/struts-agents.xml My application starts wit