When code is deployed to a Unix server, where will the print statements be?
Hi,
I have my JTS server installed in a Unix machine. I have deployed the code to the Unix server. I had a few print statements in the code. Since the code in the server is running, these statements do not print in the client console. Could someone please tell me where in the server, should I be looking for the print statements?
Context: RTC 4.0 and https://jazz.net/library/content/articles/rtc/4.0/extensions-workshop/downloads/RTC40ExtPoT.pdf
Thanks,
Ananya
I have my JTS server installed in a Unix machine. I have deployed the code to the Unix server. I had a few print statements in the code. Since the code in the server is running, these statements do not print in the client console. Could someone please tell me where in the server, should I be looking for the print statements?
Context: RTC 4.0 and https://jazz.net/library/content/articles/rtc/4.0/extensions-workshop/downloads/RTC40ExtPoT.pdf
Thanks,
Ananya
One answer
I would look at the location of the logs as configured in <install-loc>/server/conf/jts/log4j.properties. If you happen to be using Tomcat look also in the file defined by CATALINA_OUT (usually tomcat/logs, relative to the CLM install).
<install-loc> means the full path of where your JTS is installed. For example: /opt/IBM/JazzTeamServer
<install-loc> means the full path of where your JTS is installed. For example: /opt/IBM/JazzTeamServer