Solution for HTTPERROR: 404 error in RED5 in Ubuntu

Source: Internet
Author: User
According to the method on the internet, install RED5 after JRE is installed in Ubuntu, open the test page, and use it again. So I put the program openmeetings to the webapps of RED5 and restarted RED5. As a result, the test page could not be opened, and the OM could not be opened. I tried it multiple times, including reinstalling JRE and RED5. Finally found a feasible way to put $ RED5_HOME \ webapps \ xmlcrm \ WEB-INF \ web. xml

According to the method on the internet, install RED5 after JRE is installed in Ubuntu, open the test page, and use it again. So I put the program openmeetings to the webapps of RED5 and restarted RED5. As a result, the test page could not be opened, and the OM could not be opened. I tried it multiple times, including reinstalling JRE and RED5. Finally found a feasible method

Put $ RED5_HOME \ webapps \ xmlcrm \ WEB-INF \ web. xml


Log4jConfigLocation
// WEB-INF/log4j. properties


Delete or comment out

If you delete or comment out the above content, the 404 error will not occur.

Of course, the premise for solving this problem is that JRE and RED5 are correctly installed, MYSQL is running normally, and the configuration in OPENMEETINGS is also correct.

For example, if you want to create an empty database on MYSQL

Jdbc: mysql: // localhost/openmeetings

Change the database name to "dbc: mysql: // localhost: 3306/". Do not forget the MYSQL connection user and password.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.