Is there any bug in struts2, which does not allow you to deploy two struts2 applications in same app server?
I have an application in struts2 that is configured in eclipse and it is running fine.
SEVERE: Exception starting filter struts2
Unable to load configuration. - [unknown location]
at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:449)
Now i want to deploy that application with different name, So I have created new web application and deployed to server.