Ticket #7 (closed Bug: Fixed)
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
Note: See
TracTickets for help on using
tickets.
