Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!news.glorb.com!postnews.google.com!e26g2000vbz.googlegroups.com!not-for-mail From: ruds Newsgroups: comp.lang.java.programmer Subject: Re: File uploaded under 'nobody' uid on linux Date: Tue, 24 May 2011 01:15:22 -0700 (PDT) Organization: http://groups.google.com Lines: 8 Message-ID: <14bf3bb1-dd67-4157-a8a2-ffbe1fad1559@e26g2000vbz.googlegroups.com> References: <4b17d468-3056-4dc2-b1bb-5124ec077589@v10g2000yqn.googlegroups.com> NNTP-Posting-Host: 124.247.239.63 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1306224922 8432 127.0.0.1 (24 May 2011 08:15:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 24 May 2011 08:15:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e26g2000vbz.googlegroups.com; posting-host=124.247.239.63; posting-account=UzevbQoAAABu6FGaSl5tpeOJ7IcNa6Ko User-Agent: G2/1.0 X-HTTP-Via: 1.1 TTPNEPXY01 X-Google-Web-Client: true X-Google-Header-Order: VCRUHALNK X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FDM; .NET CLR 2.0.50727),gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4516 Tomcat is being run under root user. But my file location are in another users home and it is in root group. So, I cannot use suExec as it does not allow root goup users to run the program. I'm still not able to understand how does files get uploaded under nobody'd uid? Please help.