[jboss-user] [JNDI/Naming/Network] - Re: Tomcat dabase in JBoss

2006-12-27 Thread PeterJ
JBoss supports a variety of login modules, not sure if one of those will do what you want (read your xml file as is), but you can read about them at http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#d0e17193 View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JNDI/Naming/Network] - Re: Tomcat dabase in JBoss

2006-12-27 Thread justin_sane
I have 2 databases in my working project in Tomcat. One a sql that i already have working in JBoss, and the other one is the editable user database that Tomcat uses by default. It's just a xml file, that i use to login users. I can't get the last one to work! I tried putting it in the *-ds.xml fi

[jboss-user] [JNDI/Naming/Network] - Re: Tomcat dabase in JBoss

2006-12-26 Thread PeterJ
In your application, how are you accessing the database? Directly via JNDI or are you using a data source defined within Tomcat? If the former, you don't have to make any changes (well, you do need to copy the JDBC driver jar file to the server/default/lib directory). If the later, you need to