简体   繁体   中英

Which file runs Eclipse to start a JBoss server

How does Eclipse start a JBoss server (7.1.1 or EAP 6.1)? If I delete all of bin's directory content and starts JBoss server from Eclipse, Eclipse makes the start (witho some errors). I thought that Eclipse runs some .bat from bin directory, but I'm wrong. If anyone knows which file, script, jar runs, please tell me.

Thank you in advance !!

Eclipse starts JBoss by directly running the main class, org.jboss.modules.Main in jboss-modules.jar .

Open the server configuration (doubleclick on the server in the 'servers' view).

There, click 'Open launch configuration'. In the dialog 'Edit Configuration' open the 'Main' tab. There you see the option for the main class, which is 'org.jboss.modules.Main' by default.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM