hello ,my friends
now my boss let me get the tomcat console information(including the startup information and visit information ) and store it in a file; at the same time the file must be produced automaticlly every day; now i configed the startup.bat file which can get the the information i need ,but can not automatically produced a file every day; here is the configuration : I just changed the: call "%EXECUTABLE%" start %CMD_LINE_ARGS% to call "%EXECUTABLE%" run %CMD_LINE_ARGS% >>..\logs\catalina.%date:~0,10%.out best regards
