Skip navigation
592 Views 1 Reply Latest reply: Mar 2, 2010 11:28 PM by LG RSS
Mozzy Thor Bronze 11 posts since
Jul 28, 2008
Currently Being Moderated

Mar 2, 2010 11:08 AM

How do I enable debug.log output in my DOS shell?

Here is how I start my openfire server on Windows in a DOS shell:

 

@echo off

setlocal

TITLE Openfire Server

echo. Launching Openfire jar

echo.

set JAVA_HOME=C:\JavaSoft

cd C:\openfire\bin

%JAVA_HOME%/bin/java.exe -jar ../lib/startup.jar

 

 

I am wondering how I can pass a option to the startup so that all the debug output will print to my DOS console (as well as to the debug.log).

 

Thanks.

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points