NavigationUser login |
Where do the Java System.out.println's go?The Ventyx developers put in a lot of System.out.println's in the Java code used by BuyDemand. It can be non intuitive finding the output and the messages are critical to understanding and debugging the Java services because WebMethods cannot "debug" them, i.e., step through the code. Open a Command Prompt window. Go to the directory containing the ..\IntegrationServer\bin\server.bat file. Start WebMethods. The bad example seems to indicate that standard output will be written to file console.log. It is not and scrolls on the Command Prompt window. The "-debug 5" seems to be necessary to get the standard output. Reference: http://www.jroller.com/nathan/entry/crash_course_on_webmethods_integration By webmaster | WebMethods | add new comment
|
Very good reference for WebMethods Integration Server
http://wmpages.blogspot.com/2008_09_01_archive.html