Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.6 KB

File metadata and controls

36 lines (26 loc) · 1.6 KB

Table of Contents

Java Web

Badge LICENSE JDK Dependencies

中文 | English

1. Install and configure Apache Tomcat 8:

Download at https://tomcat.apache.org/download-80.cgi.

Install Apache Tomcat on Mac OS: https://www.youtube.com/watch?v=h_qQOVDTxo8.

Install Apache Tomcat on Windows 10: https://www.youtube.com/watch?v=grW6afp8yE4.

Install Apache Tomcat on Ubuntu 16.04: https://www.youtube.com/watch?v=KoXiRXjZgwc.

2. Java Web deployment

Migrate all the files under the MyCloudwearWeb/out/artifacts to the Tomcat/webapps, then enter two lines of commands in the terminal:

"cd" + blank space + the absolute address where Tomcat/bin is located
./startup.sh

3. Features

  • Database operation (insert, delete, update, select statements).
  • Return and accept image string streams and save in web folders.
  • Read and write text, create or delete directories, etc.