If a java application running on IIS has System.out.println() where do these calls go. When on tomcat application server it will generally go into a console. Is there such console with IIS?
Asked
Active
Viewed 164 times
0
-
Err since when does IIS run java applications? Must have missed something (havent used IIS for years).. – Gyro Gearless Nov 18 '13 at 15:00
-
Think that you can do it: http://stackoverflow.com/questions/2256084/running-a-java-web-application-in-iis regardless may not be a good idea – icrovett Nov 18 '13 at 15:04
-
Its Microstrategy which runs on IIS as an aspx application. Which is powered by java – user2524908 Nov 18 '13 at 15:10
-
1No, you should probably look into logging...whatever a good logging approach is for Java-on-IIS. – Tim S. Nov 18 '13 at 15:12