Results 1 to 2 of 2
Hello everyone,
I am a new user to Linux and need your help.
1)I want to make JDBC ODBC connection in Fedora 8,I heard that some changes are to be ...
- 02-18-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 1
Fedora 8 JDBC
Hello everyone,
I am a new user to Linux and need your help.
1)I want to make JDBC ODBC connection in Fedora 8,I heard that some changes are to be done in .bashrc file or something.
2)Also want to work on servlets in Fedora 8 i386
Please help me with these,I would be very grateful.
- 02-18-2009 #2
1. You just need to write the java application code to access the database, there is nothing you need to do in .bashrc, that is just a file that is loaded into your shell when you login, the only thing that you might need is to add java to your path, which you would do in that file
2. You have to decide what application server you are going to use. Then follow a tutorial on how to create an application and deploy it on that application server, just google for tutorials "tomcat application tutorial", "glassfish application tutorial", etc


Reply With Quote