[jboss-user] [Installation, Configuration & Deployment] - Re: How to configure when the server startup time is display
jaikiran
do-not-reply at jboss.com
Fri Nov 27 11:01:42 EST 2009
1) This is not a clean JBoss installation. It's customized :)
anonymous wrote : 10:41:13,051 INFO [Server] Server Home Dir: C:\ambienteDSI\jboss-4.2.2.GAX\server\trunk
|
JBoss AS by default ships only "default", "minimal" and "all" configurations in AS-4.x. The "trunk" is a custom configuration
2) Looks like someone has added an additional custom deploy folder named deploy-capesesp. And it's the applications in this folder that are being deployed after the server has started (although i don't a see reason why):
10:41:51,472 INFO [EARDeployer] Init J2EE application: file:/C:/ambienteDSI/jboss-4.2.2.GAX/server/
| trunk/deploy-capesesp/ca-ejb-ear.ear/
|
You will notice that applications in the default deploy folder are all deployed before the server starts. For example:
10:41:45,019 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
|
|
So, what are the customizations done to this server? How is the customized deploy folder configured and where?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267822#4267822
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267822
More information about the jboss-user
mailing list