Thanks for your input, guys! Responses interleaved below:

On Sat, May 16, 2009 at 12:16 PM, Caldarale, Charles R
<chuck.caldar...@unisys.com> wrote:
> AMD invented the x86-64 instruction set, and Intel copied it from them.  
> However,
> there is an older Intel 64-bit architecture called IA64 (aka Itanium); you'll 
> need
> to determine which 64-bit CPU(s) you actually have.

Intel Xeon E5530 running @ 2.40GHz

> You should have C:\Java\jdk1.5.0_18\bin in your PATH (not required, but it 
> does make things easier).
> Does "java -version" (without the quotes) produce the expected results?  
> Report back whatever it does show.

Yes indeed:
C:\> java -version
java version "1.5.0_18"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_18-b02)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_18-b02, mixed mode)

> BTW, I'd recommend a 1.6 JDK over 1.5; numerous performance improvements have 
> been made.

For the system we're installing, it's only been vetted on 1.5 unfortunately.

>> Executing "startup.bat" shows
>> Using CATALINA_BASE:   C:\Tomcat55
>> Using CATALINA_HOME:   C:\Tomcat55
>> Using CATALINA_TMPDIR: C:\Tomcat55\temp
>> Using JRE_HOME:        C:\Java\jdk1.5.0_18
>
> That looks good; what do you see in C:\Tomcat55\logs?

No catalina.out at all, and stderr and stdout are empty. Only the
jakarta logs from when we tried running it as a service had any info,
as previously reported.
 Directory of C:\Tomcat55\logs
05/15/2009  03:05 PM             1,252 jakarta_service_20090515.log
05/15/2009  03:04 PM                 0 stderr_20090515.log
05/15/2009  03:04 PM                 0 stdout_20090515.log

> Get it working from the scripts first.  If you have tcnative-1.dll in
> Tomcat's bin directory, delete or rename it, since that will be a
> 32-bit version.  If you really need the better performance provided
> by APR, you can install the 64-bit .dll later.

No .dll at all in \tomcat55\bin

>  - Chuck


-- 
will trillich
"Our only real economic security lies in our power to meet human
needs." -- S.Covey, the 8th Habit

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to