I would like to run eclipse using my user, and tomcat inside eclipse using the user “tomcat”
Is that possible? Any ideas?
It is not a problem that is a security issue, as I am in my home behing a firewall, with no services opened to the world
I would like to run eclipse using my user, and tomcat inside eclipse using
Share
I don’t know how Eclipse runs Tomcat, but it will need for sure to run an executable. So, you can
chownthat executable to the usertomcatand thensetuidthe executable. For example:With the setuid bit any executable is ran as the user who owns it.
I didn’t test it, but it should work fine.