[JBoss-user] [Installation, Configuration & Deployment] - Re: Required resources not being created

2006-01-09 Thread mandelbr0t
Never mind. The problem is, of course, that JBoss does not use the standard DataSourceRealm that Tomcat uses. So, the correct thing to do here is to add my DataSource to mysql-ds.xml (or whatever database you are using), add an application-policy entry to login-config.xml, and set the security-d

[JBoss-user] [Installation, Configuration & Deployment] - Required resources not being created

2006-01-09 Thread mandelbr0t
Hello, I'm having difficulty deploying an application into JBoss 4.0.3SP1. I need to create a DataSource resource, and then attach a DataSourceRealm to it. I've done a few things without success: 1) add the Resource and Realm globally to the server/default/deploy/jbossweb-tomcat55.sar/server.x