Hi Dimitri, "all" and "default" are two configurations in which JBoss 3.0 can be run. JBOSS_HOME/server/all/conf directory is one in which the configuration files of the configuration "all" is placed. Likewise about JBOSS_HOME/server/default/conf. You can as well make a configuration "dimitri" and in that case your configuration files will go into JBOSS_HOME/server/dimitri/conf directory. :)
A configuration is chosen when JBoss is started up, as a parameter for the startup script (JBOSS_HOME/bin/run.sh or JBOSS_HOME/bin/run.bat) - the default configuration is "default". So to answer your question "Where should the settings be placed, if I have only one configuation of JBoss and only one database?"; you can place them in conf subdirectory of your configuration, viz. JBOSS_HOME/server/your_configuration/conf. HTH, Binil On Wed, 24 Jul 2002, Dimitri PISSARENKO wrote: > Hi! > > In JBoss 3.0.0 there are (at least) two places where the database > related settings can be made: > > 0) in JBOSS_HOME/server/all/conf and > 1) in JBOSS_HOME/server/default/conf > > Where should the settings (standardjaws.xml and > standardjbosscmp-jdbc.xml) be placed, if I have only one configuation > of JBoss and only one database? > > Thanks > > Dimitri Pissarenko > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > -- And did they get you to trade your heroes for ghosts? Hot ashes for trees? Hot air for a cool breeze? Cold comfort for change? And did you exchange a walk on part in the war for a lead role in a cage? - PF ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
