If Resin is doing the unpacking the same way
Tomcat does, you're pretty much stuck with Resin's attributes.
Java code isn't permitted to know about such OS-dependent qualities, so only by invoking native code could you override the normally-assigned values.
For safety's sake, however, I don't recommend you run Resin as root.