thmuelle Posted May 8, 2018 Posted May 8, 2018 Hi, i have a deployed war and running web-application. Where do i find the log outputs from my application? Thank you in advance Kind regardsTh. Müller
wolstech Posted May 8, 2018 Posted May 8, 2018 Tomcat is shared by everyone on the server, so we can't make the full log available (it contains information about other users' accounts). If your application is having an issue, Krydos can pull the relevant sections for you and post them. What is your account's username, and what exactly are you having trouble with?
thmuelle Posted May 8, 2018 Author Posted May 8, 2018 Thank you for your quick reply. I afraid that the answer is that the log is shared. So i will first try to change the logging methods to log into my own database. The original problem is that i get SocketExceptions and have no glue what causes them. I think it has to do with some timeout settings, because the 2nd and following requests after such an exception are always successful.
wolstech Posted May 8, 2018 Posted May 8, 2018 If you're using sockets for outbound communication, what ports are you using? Our firewall doesn't allow outbound traffic on nonstandard ports without getting it approved first.
thmuelle Posted May 9, 2018 Author Posted May 9, 2018 Firewall can't be the problem. The exception is thrown only once and mostly when accessing the service after a while. So i think it has to do with the activation of the components. The outbound communication uses the standard https port.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now