2009/1/22 Jan Fröhlich :
> And if - are there any other work arounds than installing tomcat in a
> different path, cause I have to use a preinstalled tomcat in a path with
> blank spaces.
You can checkout XWork and build it for your self or I can share my
build, then you have to only replace tha
fixed in xwork trunk, not that it helps much
musachy
On Thu, Jan 22, 2009 at 3:00 PM, Lukasz Lenart
wrote:
> 2009/1/22 Jan Fröhlich :
>> is that already verified, that the NPE occurs cause of the spaces in the
>> path names?
>> And if - are there any other work arounds than installing tomca
2009/1/22 Jan Fröhlich :
> is that already verified, that the NPE occurs cause of the spaces in the path
> names?
> And if - are there any other work arounds than installing tomcat in a
> different path, cause I have to use a preinstalled tomcat in a path with
> blank spaces.
Yes, I can confirm
9 11:14 AM
> To: Struts Users Mailing List
> Subject: Re: NPE initializing 2.1.6 showcase in Tomcat 6.0.18
>
> 2009/1/16 Lukasz Lenart :
> >> I installed Tomcat service and drop the war that comes within the
> >> struts-2.1.6-all.zip and then saw the NPE blow. I restarte
2009/1/16 Lukasz Lenart :
>> I installed Tomcat service and drop the war that comes within the
>> struts-2.1.6-all.zip and then saw the NPE blow. I restarted the showcase
>> several times from Tomcat manager but still got the NPE.
> I've started it from console (via bat file) maybe that's the case
2009/1/16 Giovanni Azua :
> I have the same here:
>
> Struts 2.1.6
> Tomcat 6.0.18
> JSE JDK 1.6.0_11
> Windows XP
>
> I installed Tomcat service and drop the war that comes within the
> struts-2.1.6-all.zip and then saw the NPE blow. I restarted the showcase
> several times from Tomcat manager but
have a bit more time will checkout the sources and debug a bit.
Best regards,
Giovanni
> -Original Message-
> From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com]
> Sent: Thursday, January 15, 2009 9:48 PM
> To: Struts Users Mailing List
> Subject: Re: NPE initializing
JDK 1.6_11
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
I made the same setup, no problems.
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
It works for me, but I see how that could happen,
if (file != null) {
lastModified = file.lastModified();
files.put(fileName, new FileRevision(file, lastModified));
} else {
// Never expire a non-file resource
files.put(fileName, new FileRevision());
}
in the else case,
10 matches
Mail list logo