| Author |
Append System.out.println values to a file which is in webcontent folder
|
surendra gogineni
Greenhorn
Joined: Jul 19, 2012
Posts: 4
|
|
Hi,
How to append the system.out.println("Some text here") to a particular file which is in the path of Webcontent.
Can any body please give some suggestions so that i will work in that way.
Thanks in advacne.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56201
|
|
System.out emits its output to the console or a log file. If you want to append info to anyplace else, System.out is not the way.
(And, no Java code should be placed in JSPs in the first place.)
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Append System.out.println values to a file which is in webcontent folder
|
|
|