Hello, 

i hope you can help me here. I will make a Database Connection with the J2EE. In my 
Java File i make following procedure.

 Context beanCtx = new InitialContext();
 DataSource ds = (DataSource)beanCtx.lookup("java:/comp/env/Sprachdaten");
 dbConnection = ds.getConnection();
 dbStatement = dbConnection.createStatement();

know i want to know what files i also must edit that i can connect to my database at 
this way. 
I hope you can give me good links for docus that i can read what i have to do. I have 
read many bocks and was looking on many pages but
dont find anything helpfully for me. I hope you know what i mean. I know i must edit 
the server.xml file in the tomcat folder. But not how.
I will also use the sun.jdbc.odbc.JdbcOdbcDriver.

Thanxs for your help.

Mfg,
Andreas Metz

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to