Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r5455 - in branches/new-structure-with-base2/ps-mdm-web-admin: src/main/java/org/perfsonar/webadmin/base2/servlet/util tomcat

Subject: perfsonar development work

List archive

perfsonar: r5455 - in branches/new-structure-with-base2/ps-mdm-web-admin: src/main/java/org/perfsonar/webadmin/base2/servlet/util tomcat


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r5455 - in branches/new-structure-with-base2/ps-mdm-web-admin: src/main/java/org/perfsonar/webadmin/base2/servlet/util tomcat
  • Date: Mon, 4 Jan 2010 07:46:26 -0500

Author: trzaszcz
Date: 2010-01-04 07:46:26 -0500 (Mon, 04 Jan 2010)
New Revision: 5455

Modified:

branches/new-structure-with-base2/ps-mdm-web-admin/src/main/java/org/perfsonar/webadmin/base2/servlet/util/ConfigurationServletHelper.java
branches/new-structure-with-base2/ps-mdm-web-admin/tomcat/index.jsp
Log:


Modified:
branches/new-structure-with-base2/ps-mdm-web-admin/src/main/java/org/perfsonar/webadmin/base2/servlet/util/ConfigurationServletHelper.java
===================================================================
---
branches/new-structure-with-base2/ps-mdm-web-admin/src/main/java/org/perfsonar/webadmin/base2/servlet/util/ConfigurationServletHelper.java
2010-01-04 12:24:58 UTC (rev 5454)
+++
branches/new-structure-with-base2/ps-mdm-web-admin/src/main/java/org/perfsonar/webadmin/base2/servlet/util/ConfigurationServletHelper.java
2010-01-04 12:46:26 UTC (rev 5455)
@@ -46,7 +46,6 @@
return ret;
// TODO: Fix Unix-paths
String basePath = servletContext.getRealPath("/") +
"/WEB-INF";
- System.out.println(basePath);
ret = new ObjectMap(basePath, WA_CONFIG_PATH, WA_FILE_NAME);
servletContext.setAttribute("ObjectMap", ret);
return ret;

Modified: branches/new-structure-with-base2/ps-mdm-web-admin/tomcat/index.jsp
===================================================================
--- branches/new-structure-with-base2/ps-mdm-web-admin/tomcat/index.jsp
2010-01-04 12:24:58 UTC (rev 5454)
+++ branches/new-structure-with-base2/ps-mdm-web-admin/tomcat/index.jsp
2010-01-04 12:46:26 UTC (rev 5455)
@@ -31,8 +31,6 @@
<div class="centerWindow">
<%
String pageParam =
request.getParameter("page");
- System.out.println("page
:"+pageParam);
-
if(map==null){
%>
<jsp:include page="views/error.jsp"/>



  • perfsonar: r5455 - in branches/new-structure-with-base2/ps-mdm-web-admin: src/main/java/org/perfsonar/webadmin/base2/servlet/util tomcat, svnlog, 01/04/2010

Archive powered by MHonArc 2.6.16.

Top of Page