<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.cs.ndsu.nodak.edu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.cs.ndsu.nodak.edu/feed.php">
        <title>NDSU CS Department Wiki - classes:csci366</title>
        <description></description>
        <link>https://wiki.cs.ndsu.nodak.edu/</link>
        <image rdf:resource="https://wiki.cs.ndsu.nodak.edu/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-07T22:16:30+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:compiling_servlets&amp;rev=1489648233&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:howto_helloworldservlet&amp;rev=1489647428&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:loading_libraries&amp;rev=1489646848&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:sqlplus&amp;rev=1586513058&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:start&amp;rev=1599599954&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:tomcat&amp;rev=1489648314&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:tora&amp;rev=1484430497&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.cs.ndsu.nodak.edu/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>NDSU CS Department Wiki</title>
        <link>https://wiki.cs.ndsu.nodak.edu/</link>
        <url>https://wiki.cs.ndsu.nodak.edu/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:compiling_servlets&amp;rev=1489648233&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-16T07:10:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>compiling_servlets</title>
        <link>https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:compiling_servlets&amp;rev=1489648233&amp;do=diff</link>
        <description>Intro

Servlets differ from regular java programs. When a servlet is invoked by the server at the user&#039;s request, it doesn&#039;t run main(), instead your servlet needs to implement the servlet-api interface and those implemented functions are called instead.</description>
    </item>
    <item rdf:about="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:howto_helloworldservlet&amp;rev=1489647428&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-16T06:57:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>howto_helloworldservlet</title>
        <link>https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:howto_helloworldservlet&amp;rev=1489647428&amp;do=diff</link>
        <description>Below is a step-by-step tutorial to a hello world servlet that writes out some HTML to the user who visits it. 

Please note that in the following examples, you will need to replace “username” with your actual username

Actually visiting &lt;http://students.cs.ndsu.nodak.edu/~username/&gt; will bring you to an example site.
Visiting</description>
    </item>
    <item rdf:about="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:loading_libraries&amp;rev=1489646848&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-16T06:47:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>loading_libraries</title>
        <link>https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:loading_libraries&amp;rev=1489646848&amp;do=diff</link>
        <description>To import the Oracle Driver into a Netbeans or Eclipse project:

For Netbeans:
  Go to the project properties [File &gt; $projectname Properties...]
  Choose &#039;Libraries&#039; in the left panel
  Click &#039;Add JAR/Folder&#039;
  Find ojdbc.jar (this is located at /usr/lib/java/ojdbc6.jar in the lab)
  Click &#039;OK&#039;
  The library should now be included when compiling.</description>
    </item>
    <item rdf:about="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:sqlplus&amp;rev=1586513058&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-04-10T10:04:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sqlplus</title>
        <link>https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:sqlplus&amp;rev=1586513058&amp;do=diff</link>
        <description>Using Oracle

The CS Department and the University System no longer support Oracle Database. The CS Department has switched to PostgreSQL.

The CS Dept Oracle database is located on the server at asuka.cs.ndsu.nodak.edu. The CS Department uses an Oracle server provided by ITS.</description>
    </item>
    <item rdf:about="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:start&amp;rev=1599599954&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-08T21:19:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:start&amp;rev=1599599954&amp;do=diff</link>
        <description>General

	* Using Oracle in the CSCI Linux lab - Deprecated. PostgreSQL is now the DB of choice.

General Servlet Topics

	* Using the Tomcat server!
	* Compiling Servlets!
	* HOWTO: Compile a &#039;hello world&#039; servlet
	* Loading libraries into Netbeans or Eclipse

From a servlet, you can use code similar to the Java database connection sample for querying the database. 

Connecting to the Database

There are a number of ways to connect to Oracle from a variety of other languages. Some examples are …</description>
    </item>
    <item rdf:about="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:tomcat&amp;rev=1489648314&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-16T07:11:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tomcat</title>
        <link>https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:tomcat&amp;rev=1489648314&amp;do=diff</link>
        <description>Using The Student Web Server

You can use your account in the department lab to serve web pages and servlets. Simply log in to the lab and put your files in the public_html folder in your home directory. You can access your page at: &lt;http://students.cs.ndsu.nodak.edu/~username/&gt;. The server uses the public_html folder in your home directory, so any changes made to that will affect your webpage.</description>
    </item>
    <item rdf:about="https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:tora&amp;rev=1484430497&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-01-14T21:48:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tora</title>
        <link>https://wiki.cs.ndsu.nodak.edu/doku.php?id=classes:csci366:tora&amp;rev=1484430497&amp;do=diff</link>
        <description>Using Tora in the Lab

The CS Dept Tora is located on the server at db1.chpc.ndsu.nodak.edu.  

Connection Information

Following is the procedure to login to Tora from the workstations in the IACC 244 Lab:

	*  Click on the Application menu on the top left corner of your system.  Under the submenu</description>
    </item>
</rdf:RDF>
