MyCollab / mycollab

An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document
https://docs.mycollab.com
GNU Affero General Public License v3.0
1.28k stars 573 forks source link

Breaks spring boot embedded tomcat session #27

Closed boliakas closed 7 years ago

boliakas commented 7 years ago

Hi,

I have my internal springboot application running on 9095 port in my server. After launching MyCollab on same machine, on 8080 port, my internal application started to kick off (logging out) from it after several second from login action. Could you advise where could be a problem on that? Or maybe there is some more advanced configuration. Thanks

Thanks,

Tomas

haiphucnguyen commented 7 years ago

This is the strange issue, and be honest I don't see any source comes from MyCollab or any program. We also use only one port 8080 (or the custom port), and have no specific advance action that runs outside the scope of the JVM.

Does the server has enough memory for two Java applications? And did you check the log file of the Spring boot application and MyCollab? The log files may tell something to us about what has been happening :)

haiphucnguyen commented 7 years ago

Close issue while we don't receive the detail information