Ticket #7 (closed Bug: Fixed)

Opened 5 years ago

Last modified 3 years ago

index.html file missing for swf demo apps

Reported by: cney Owned by: paul
Priority: Major Component: Demo Applications
Version: Keywords:
Cc:

Description

with red5 war deployed on Tomcat 5, the link from red5 home page give a 404 on the swf demos link. This is only due to a missing index.html file but this is gives the impression that the server is misconfigured to a newbie.

It can be easily fixed with the addition of the following index.html file in the swf demo directory

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>swf demos</title>
</head>
<body>
<a href="BallControl.swf">BallControl.swf</a><br>
<a href="ofla_demo.swf">ofla_demo.swf</a>
</body>
</html>

cheers,
christophe

Change History

Changed 5 years ago by john

Fixed in RC2

Changed 5 years ago by joachim

In which revision was this fixed John? I don't see any commit commenting on this issue. A better resolution for this issue would be to allow a directory listing for the "demos" folder in the WAR distribution and not use a hardcoded list of demos. Assigning to Paul as this issue is related to the WAR distribution.

Changed 5 years ago by janco

hello guys!...do you have any particular server where red5 can be run with no problems?
thanx in advance!

Changed 5 years ago by paul

An index.html has been added to the demos folder for this issue. It should appear in 0.6 RC3

Changed 3 years ago by danielr

  • status changed from new to closed
Note: See TracTickets for help on using tickets.