If i create an EAR File using WebLogic 8.1 Can I deploy the same EAR file in Some other App Server like Tomcat or some others... Is EAR file Server Specific???
EAR files are not "server specific", but they may contain configuration files specific to a server. JBoss configuration files, Weblogic configuration files... So an application developped for Weblogic may not work under JBoss without tuning.