Author: tyrell
Date: Sun Jan  6 21:27:34 2008
New Revision: 11895

Log:

Changing to always check the log4j log

Modified:
   trunk/mashup/java/modules/www/log_reader.jsp

Modified: trunk/mashup/java/modules/www/log_reader.jsp
==============================================================================
--- trunk/mashup/java/modules/www/log_reader.jsp        (original)
+++ trunk/mashup/java/modules/www/log_reader.jsp        Sun Jan  6 21:27:34 2008
@@ -62,7 +62,7 @@
 
                 String logFilePath =
                         
configContext.getRealPath(configContext.getContextRoot()) +
-                                "/logs/mashup.out";
+                                "/logs/wso2mashup.log";
 
                 StringBuffer fileData = new StringBuffer(1000);
                 BufferedReader reader = new BufferedReader(new 
FileReader(logFilePath));

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to