I am currently developing a few web applications. Currently only using JSPs. With JDBC and postgres.
I am quite new linux, still learning. Here the problem:
I can access the web server from my external computer for a certain amount of time before for some reason tomcat freezes and no pages will load.
I originally thought that It was to do with me not closing database connections (grinding the server to a halt) but closing these connections makes no difference
I read there are error log files in the tomcat directory on linux (attached screenshot).
Click to view attachment
I ve opened up one of the files for today and found this error:
Click to view attachment
Basically I need help debugging why this happens - I don't think it is the code I've written - i believe its to do with my tomcat setup.
Again remember I am new so the error might be obvious to you but not to me
Cheers,
greg