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
smime.p7s
Description: S/MIME cryptographic signature
