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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
