Radhika, U can have multiple Struts app running on your server. For example, under ur default_host directory, u can have directory structure as -
default_host | |--app1 |--app2 Each of these app will have its own struts-config.xml and web.xml. U need to add the application in default.servlet_engine. I am assuming if u are using Websphere. Anyway if u are using Tomcat, u still can run with multiple config files. There should be a file which server loads during startup. -R -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 8:59 AM To: [EMAIL PROTECTED] Subject: diff applications diff struts-config.xml files hi, Can I have more than one struts-config.xml file on my server. I will configure all the files in web.xml file. If not how can I run 2 different applications from my server??? Help needed desperately -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

