[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Need Urgent help!!!! JDBC Driver class not found: com.my

jaikiran do-not-reply at jboss.com
Fri Mar 14 02:03:29 EDT 2008


JBoss comes with 3 different server profiles, namely "minimal", "default" and "all". You can see these folders under %JBOSS_HOME%/server. The difference between these profiles is that "minimal" provides the minimal functionality, "default" provides almost all the functionality except clustering, whereas "all" profile even provides clustering.
 
When you use the run.bat (without the -c parameter), the "default" instance is started. The other profiles are ignored. So any changes that you want to be visible will have to be made in the appropriate profile. 

If you want to start some other profile instead of the default profile, then use 

run.bat -c profilename

Ex: run.bat -c all


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

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



More information about the jboss-user mailing list