Revision: 4188
Author: seba.wagner
Date: Sun Sep 4 08:43:03 2011
Log: Create custom redirect page to prevent JSPUtil Error in
ROOT-Webapp
http://code.google.com/p/openmeetings/source/detail?r=4188
Added:
/trunk/singlewebapp/red5-1.0.0-RC1/red5/webapps/root/index.html
Deleted:
/trunk/singlewebapp/red5-1.0.0-RC1/red5/webapps/root/index.jsp
=======================================
--- /dev/null
+++ /trunk/singlewebapp/red5-1.0.0-RC1/red5/webapps/root/index.html Sun
Sep 4 08:43:03 2011
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>Your Page Title</title>
+<meta http-equiv="REFRESH" content="0;url=openmeetings/"></HEAD>
+<BODY>
+Redirect to Webapp openmeetings/
+</BODY>
+</HTML>
=======================================
--- /trunk/singlewebapp/red5-1.0.0-RC1/red5/webapps/root/index.jsp Sun Sep
4 04:02:14 2011
+++ /dev/null
@@ -1,3 +0,0 @@
-<%
-response.sendRedirect("/openmeetings/");
-%>
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.