CS320 | CS422 | CS491 | CS520 | |
Apache/PHP | Y | Y | ||
Tomcat | Y | Y | Y | |
MySQL | Y | Y | Y | Y |
PostgreSQL | Y | Y | Y | |
Oracle | Y | Y | Y |
Directory |
Description |
WEB-INF |
|
WEB-INF/classes |
for servlets and unpacked supporting classes. |
WEB-INF/lib |
for packed classes and libraries. |
mysql -h hostname -D dbname -u username -pe.g. mysql -h cs.calstatela.edu -D cs320stu31 -u cs320stu31. Note that the database name is the same as the user name, and if you are already logged on to server, you may omit the -h, -D, and -u options and simply use
mysql -p[PostgreSQL]