| Author |
Smallest JBoss installation
|
igwe kalu kalu ogba
Ranch Hand
Joined: Feb 03, 2005
Posts: 133
|
|
Hello, I'm trying to develop an application that is deployed on JBoss. So, if i were to deploy the application with my installer package, what are the minimum files I would have to include inorder to make JBoss work. I dont want to include anything unneccessary. Also, if any of my programs need a jar file to run, do I put them in the JBOSS_HOME/lib folder? Thanks
|
 |
Sanju Thomas
Ranch Hand
Joined: Dec 29, 2004
Posts: 243
|
|
You can use minimal instance of JBoss. more than that you can remove jmx-console, web-console applications. If you are not using JMS you remove those files too. Then you can remove a few jar files from the server/instance/lib. (if you are not using them, such as jbosssx). If you are using any application specific jars, then you must add those jars into server/instance/lib directory.
|
 |
 |
|
|
subject: Smallest JBoss installation
|
|
|