[jboss-user] [Installation, Configuration & Deployment] - Re: How to configure when the server startup time is display

menegazzo do-not-reply at jboss.com
Fri Nov 27 12:33:47 EST 2009


Here is two log fragments:

1: using eclipse's add and remove projects feature

  | ...
  | 15:15:14,865 INFO  [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 22s:747ms
  | 15:15:19,724 INFO  [EARDeployer] Init J2EE application: file:/C:/ambienteDSI/jboss-4.2.2.GAX/server/default/deploy/deploy-test-ear.ear/
  | 15:15:20,568 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
  | 15:15:20,599 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=deploy-test-ear.ear,jar=deploy-test-ejb.jar,name=TestBean,service=EJB3 with dependencies:
  | 15:15:20,911 INFO  [EJBContainer] STARTED EJB: br.com.deploytest.TestBean ejbName: TestBean
  | 15:15:20,974 INFO  [EJB3Deployer] Deployed: file:/C:/ambienteDSI/jboss-4.2.2.GAX/server/default/deploy/deploy-test-ear.ear/deploy-test-ejb.jar/
  | 15:15:20,989 INFO  [EARDeployer] Started J2EE application: file:/C:/ambienteDSI/jboss-4.2.2.GAX/server/default/deploy/deploy-test-ear.ear/
  | 

1: deploying an EAR (extracted or not) directly outside eclipse

  | ...
  | 15:17:11,428 INFO  [EARDeployer] Init J2EE application: file:/C:/ambienteDSI/jboss-4.2.2.GAX/server/default/deploy/deploy-test-ear.ear
  | 15:17:12,349 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
  | 15:17:12,365 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=deploy-test-ear.ear,jar=deploy-test-ejb.jar,name=TestBean,service=EJB3 with dependencies:
  | 15:17:12,756 INFO  [EJBContainer] STARTED EJB: br.com.deploytest.TestBean ejbName: TestBean
  | 15:17:12,818 INFO  [EJB3Deployer] Deployed: file:/C:/ambienteDSI/jboss-4.2.2.GAX/server/default/tmp/deploy/tmp29727deploy-test-ear.ear-contents/deploy-test-ejb.jar
  | 15:17:12,834 INFO  [EARDeployer] Started J2EE application: file:/C:/ambienteDSI/jboss-4.2.2.GAX/server/default/deploy/deploy-test-ear.ear
  | 15:17:13,037 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
  | 15:17:13,084 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8443
  | 15:17:13,131 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
  | 15:17:13,146 INFO  [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 24s:871ms
  | 

I'm thinking this is an eclipse behavior, what do you think?

Thanks

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267839#4267839

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267839



More information about the jboss-user mailing list