The Off-Campus Development Environment:
-
Download
Java 1.8
-
Depending on where you installed Java, the Connectors go in, for example "C:\Program Files\Java\jre8\lib\ext"
- I zipped all the .jar files mentioned below into theJars.zip.
You should put all the top level .jar s into, again for example, "C:\Program Files\Java\jre8\lib\ext" . You should also
put "mariadb-java-client-1.5.5.jar" ,from the "others" zip subdirectory, into that directory. I included "jstl-1.2.jar" (the JSP .jar) for convenience.
As mentioned below, you will also need to put
mariadb-java-client-1.5.5.jar and jstl-1.2.jar in WEB-INF/lib of each of your webapps.
- For those of you who want to work in a more integrated Tomcat/NetBeans environment, NetBeans needs to see various Environment Variables. I added a page of clips
Setting Environment Variables and Adding Servers to NetBeans on the PC . The methods for setting Environment Variables in Linux and on a Mac
are similar.
-
setjava8.bat
Rather than run this everytime you start Tomcat, you should set your
Environment Variables appropriately. (Probably C: rather that %1: ).
-
The Apache Connectors. At least HttpClient and HttpCore.
-
The MariaDB Connector
-
The MySQL Connector
-
Download Tomcat 8.0
Install it in something like C:\Tomcat. NOT in C:\Program Files
-
Tomcat Setup
-
A Quick Test and some Screen
Shots
-
Building a simple webapp with jEdit
-
Some Old NetBeans Notes
-
The Bytes_Hex .jar and a Test
-
Building student_types.jar
Setting Up MariaDB To Match hoare.cs.umsl.edu
-
Download MySQL
-
Some MySQL Setup Notes
-
The MySQLWorkbench .bat file and startscript.sql.
(Your CLASSPATH may need to be set. Also you need to run the script.)