Jump to content

Info About Tomcat


shuffly2

Recommended Posts

Hi team,

 

I have few questions regarding the Tomcat installation:

 

1) I am able to reach my website over HTTPS, for example: https://shuffly-backend.heliohost.org/. Anyway, I am not able to reach the war application in my Tomcat over HTTPS, it works only over HTTP. Is it possible to extend the HTTPS protection to the Tomcat applications too?

 

2) Is there a way for us to read the Tomcat logs? It would be very helpful to check my war logs. As an alternative, can I configure my application to log in an accessible folder visible from the File Manager webpage (as an example, /home/shuffly/logs/)?

Thanks for the support!
Link to comment
Share on other sites

1) By default the deployment script only deploys on http because deploying it on https as well takes twice as many system resources and not everyone needs it. If you ask it can manually be deployed on https too. There you go https://shuffly-backend.heliohost.org/shufflyMusicBackend/

 

2) No, unfortunately the log files contain information pertaining to all of the accounts on the server that have java enabled. It would violate our terms of service to grant you access to them because then you would be able to see private information of the other accounts. I'm not sure anyone has ever tried this, but you may be able to write to a log file from within your servlet by using the absolute path /home/shuffly/public_html/tomcat.log or something like that. The tomcat server runs with pretty limited permissions for security, but it may work.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...