Question : MySql setup in JBoss 4.2 Eclipse Plugin?

Dear Experts,

I'm a newbie at JBoss.  Could you folks point me to links (or tell me) of a GUI-based way to set up MySql within JBoss 4.2 within Eclipse plugin?  I'm much to ffrightened to go mucking around with XML config files!  Is there an idiot-proof way to do it?

Thanks!
McJava1967

Answer : MySql setup in JBoss 4.2 Eclipse Plugin?

Hi,

It seems there is no GUI to set that.
You'll have to hold your breath and edit the xml files :)
Here is a howto:
http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAMysqlDatasource

There is no wrong way to do it. Just go ahead and edit these tags:
jdbc:mysql://./databasection-url> just put jdbc:mysql://localhost/YOUR_DB_NAME
usernamename> just put your username in here
secret> just put your password in here

Cheers,
za-k/
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
 
    
    MySQLDS 
    jdbc:mysql://./database 
    com.mysql.jdbc.Driver 
    username 
    secret 
    com.mysql.jdbc.NamedPipeSocketFactory 
 
     
     
      mySQL 
     
 
   
 
Random Solutions  
 
programming4us programming4us