Jump to content

Recommended Posts

Posted

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 regards

Th. Müller

Posted

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?

Posted

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.

Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...