-1

I want to redirect my sysout or syserr console output to log file in tomcat7

Ankur Loriya
  • 3,276
  • 8
  • 31
  • 58

1 Answers1

0

Doesn't answer your exact question but hope it helps....

To print output generated by command prompt to a file use the following

Ex:

jar tvf apache-cassandra-1.0.8.jar > out

The output will be stored in a file called out in the same directory

Karthik S
  • 847
  • 1
  • 8
  • 22