In my case on Lucid chown -R tomcat6:tomcat6 wookie
I don't why i didn't come up with that, obviously have to get out for fresh air. Anyway these things should be documented somewhere, FAQ or something. -- Raido On Thu, Mar 25, 2010 at 12:52 PM, Scott Wilson <[email protected]> wrote: > > On 25 Mar 2010, at 10:25, Raido Kuli wrote: > >> Hi. >> >> I know there's already a thread about Ubuntu, but I didn't find >> anything for my problem. > > ... > > >> In short how to get going: >> >> a) chmod 777 /var/lib/tomcat6 >> >> b) ant deploy-widget (as normal user) >> >> c) chmod 777 /var/lib/tomcat6/webapps/wookie/deploy/ >> chmod 777 /var/lib/tomcat6/webapps/wookie/upload/ >> chmod 777 /var/lib/tomcat6/webapps/wookie/wservices/ >> >> d) sudo cp build/widgets/* /var/lib/tomcat6/webapps/wookie/deploy > > > Another approach is to give ownership of the whole webapps/wookie folder to > tomcat. > > E.g chown -R tomcat:tomcat wookie > > Which accomplishes the same sort of thing. > >> >> Anyone knows anything about the proxy issue? >> >> >> -- >> Raido > >
