tags:

views:

22

answers:

1

How can I create user tables for java like aspnet_regsql in asp.net?

A: 

I think what you are looking for is Tomcat Realms

http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html

scroll down to JDBC.

if you are using another application server, they will have a similar configuration

Aaron Saunders