[jboss-user] [Beginner's Corner] - Re: Changing the default server profile

Peter Johnson do-not-reply at jboss.com
Wed Jul 27 11:05:38 EDT 2011


Peter Johnson [http://community.jboss.org/people/peterj] created the discussion

"Re: Changing the default server profile"

To view the discussion, visit: http://community.jboss.org/message/617928#617928

--------------------------------------------------------------
Anandraj, welcome to the JBoss Community!

It is the JBoss AS code itself that decides to use 'default' if you don't specify a configuration to run. Here are two typical mechanisms used to do what you want:

a) Edit run.bat to pass "-c all" to the command that starts the app server

b) Create another bat file, such as runall.bat, which contains this line: call run.bat -c all

Personally, I prefer option (b).
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/617928#617928]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110727/a6ee91e8/attachment.html 


More information about the jboss-user mailing list