This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| unraid:dockers:tomcat [2022/08/27 14:45] – [App Settings] dirk | unraid:dockers:tomcat [2023/08/20 20:14] (current) – [Add football season] dirk | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| * Note: This was not supported in 20.04 at the time and must be installed manually. | * Note: This was not supported in 20.04 at the time and must be installed manually. | ||
| * Download JDBC Driver for Mysql (Connector/ | * Download JDBC Driver for Mysql (Connector/ | ||
| - | * 22.04 Ubuntu is what is used by use "cat / | + | * ssh into docker:< |
| + | * Use "cat / | ||
| * Install the debfile:< | * Install the debfile:< | ||
| * Create symlink for connector< | * Create symlink for connector< | ||
| - | * If webinf files need to be compiled:< | + | |
| + | ln -sf / | ||
| + | etc</ | ||
| + | | ||
| * Note: this step is different from Tomcat v9 in VM because paths are different. | * Note: this step is different from Tomcat v9 in VM because paths are different. | ||
| * Note2: MUST CHANGE import javax.servlet.* to import jakarta.servlet.* in all the .java files under the WEB-INF folder before compiling with above. | * Note2: MUST CHANGE import javax.servlet.* to import jakarta.servlet.* in all the .java files under the WEB-INF folder before compiling with above. | ||
| * Restart | * Restart | ||
| + | |||
| + | ==== Add football season ==== | ||
| + | < | ||
| + | < | ||
| + | use DB; | ||
| + | LOAD DATA LOCAL INFILE " | ||
| + | UPDATE games_nfl SET vscore = NULL where year = 2023; | ||
| + | UPDATE games_nfl SET hscore = NULL where year = 2023;</ | ||
| + | |||