-bit OS?
Mark Thomas wrote:
> On 01/12/2010 08:40, shunhao chen wrote:
>> Hi all,
>> I have a web app using tomcat 5.5.9 as app server. All works well in
>>32-bit
>>OS. But now I have to support this app running on 64-bit OS. So I change the
>>JDK
>>to
, shunhao chen wrote:
> Hi all,
> I have a web app using tomcat 5.5.9 as app server. All works well in
>32-bit
> OS. But now I have to support this app running on 64-bit OS. So I change the
>JDK
>
> to use a 64-bit version(jdk1.5.0_22). All works well, but when I run tomcat
Hi all,
I have a web app using tomcat 5.5.9 as app server. All works well in 32-bit
OS. But now I have to support this app running on 64-bit OS. So I change the
JDK
to use a 64-bit version(jdk1.5.0_22). All works well, but when I run tomcat as
a
service, it fails.
Can anybody help?
Hi all,
I have 2100 jsp files in my system, and I use the following ant script
to precompile my jsp files. It takes 10 minutes to complete. 10 minutes is too
long for me, because I also need to run class obfuscation, js/css compressor
and test case. It’s any tips for me to speed up the