Re: Problem with upload (works on xp, error on linux)

2008-10-10 Thread Herbert Winter
I found out what happenend: the API changed :) since I always build with maven, I got a more actual wicket-1.4.snapshot.jar thanx alot for your ideas. greetings 2008/10/10 Herbert Winter <[EMAIL PROTECTED]>: > hello, > > I checked tomcats poliy and cannot find anything suspicous. Since I am > fa

Re: Problem with upload (works on xp, error on linux)

2008-10-10 Thread Herbert Winter
hello, I checked tomcats poliy and cannot find anything suspicous. Since I am familiar with struts, I build a simple UploaderApp, which successfully uploads to webapps/UploaderApp. I get the same error with the samples running mvn jetty:run and also with the war deployed to jetty the same way. c

Re: Problem with upload (works on xp, error on linux)

2008-10-09 Thread Timo Rantalaiho
On Thu, 09 Oct 2008, Herbert Winter wrote: > * I pointed the upload dir to a dir in my home-dir with no > writepermissions, no luck of course > * I pointed the upload dir to a dir in my home-dir WITH > writepermissions, no luck again Did you check out the security policy settings in Tomcat? Does

Re: Problem with upload (works on xp, error on linux)

2008-10-09 Thread Herbert Winter
hello, thanks for your input, more info on this: * I use wicket-1.4-SNAPSHOT.jar * I checked out the code from the repository ... and build the code...so it is not the exactly the same war... * I pointed the upload dir to a dir in my home-dir with no writepermissions, no luck of course * I pointed

Re: Problem with upload (works on xp, error on linux)

2008-10-09 Thread Martijn Dashorst
If you haven't modified anything between the two wars, then it sounds like a rights issue. AFAIR some linux distributions restrict "dangerous things" such as reflection. Martijn On Wed, Oct 8, 2008 at 12:29 PM, Herbert Winter <[EMAIL PROTECTED]> wrote: > hello list, > > I am a new user of wicket

Problem with upload (works on xp, error on linux)

2008-10-08 Thread Herbert Winter
hello list, I am a new user of wicket and try to make a simple fileupload like the example at http://www.wicket-library.com/wicket-examples/upload/ The examples work when I deploy to tomcat on win xp. However when I use the war on linux ( e.g. Apache Tomcat/6.0.18 | suns java 1.6.0_10-rc2-b32 | L