Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    1

    Arrow 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.

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...