Create Project
Create Project
When the Red5 Pro Server is run, applications are accessible using a web browser from the default port of 5080. If you have the Red5 Pro Server currently running on your machine, you can visit http://localhost:5080 to see the default landing page.
The default landing page and any other web accesible applications are stored in the /webapp directory of the Red5 Pro server. In this section, we will be creating a new application to be deployed to this directory. We will utilize the /webapp/live shipped with the Red5 Pro Server distribution and create our first Red5 Pro server application.
Watch a demonstration of the current section
- From the main menu of the Eclipse IDE, select File > New > Other…
- Expand the Maven folder
- Select Maven Project
- Click Next
- Leave the default options
- Click Next
- Type “webapp” in the Filter text input field
- Select the
maven-archetype-webapp
from the filtered results
- Click Next
- Using Reverse domain name conventions, set your Group Id
- Type “example” in the Artifact Id text input field
- Click Finish
- Verify that your workspace is similar to the following: