Viewing the Filter Class Output Stream

You can set debugging options to view the output stream when using System.out.printIn in filter classes to help you debug your filter classes.

  1. Go to <SUP Installation Root>\Eclipse and open the UnwiredWorkSpace.bat file with a text editor.
  2. If the -vm options is specified, replace javaw.exe with java.exe.
    Note: The javaw.exe command is the same as the java.exe command except that with javaw.exe, there is no associated console window.
  3. After the line %ECLIPSE_ROOT%\eclipse.exe" %ADDITIONAL_ARGS% add either -debug or -consoleLog.
  4. Start Eclipse.

    A Java console window appears with the output.

  5. View the debugging statement through System.out.println on the server side.

    On the Unwired Server side, all debug statements are saved to the ml.log file.