Our JavaEE application has a services which is responsible for installation and start up of other services depending on the configuration stored in a database. Services are installed using the
Our JBoss server.xml file has this line: <Engine name=\"jboss.web\" defaultHost=\"localhost\" jvmRoute=\"app_server_01\">
How exactly are these 4 components related, any good explanations someone can offer or li开发者_运维知识库nks or whatever useful.JBoss is an application server that can run applications built with
We\'re developing a few new services that will run on JBoss and will be accessible by REST API-s.These will be Java apps bundled into EAR files.Is it a good practice to deploy these services to the sa
I\'m wrestling with a strange problem: When I make a change to a POJO or Seam Component in my localhost JBoss instance, restart it, and load the page, the change is visible. However, on our server, ru
I have a resource file located in WAR file stored inside of EAR. 开发者_JAVA技巧The location is, to be precise: myApp-web.ear/myApp.war/WEB-INF/classes/file.properties.
I created an EJB 2 named EvenementBean for test. I then deleted it. and whenever 开发者_JAVA百科trying to deploy my .ear project now, I get these errors :