Eureka!!!!

I figured this out!!

First, on 3) below.  The reason it worked was that Tomcat just ignored
the 32-bit APR library.  Acted as though it wasn't there.  Once I set up
an HTTPS connector, I noticed this because the error came back that it
couldn't find ".keystore" file.

Now the reason why 4) below was not working (all 64-bit), is that I
didn't have an address specified in my <connector> tag.  Apparently, at
all windows revs prior to 2008 server, if you didn't supply an IP
address, Windows would gladly supply 0.0.0.0, but now at 2008 it doesn't
(possibly vista also?).  You will see this if you go to the command
window and do a netstat -an.  Instead of seeing 0.0.0.0:80 in the first
column, you'll see [::]:80.  So once I added an "address=0.0.0.0" to my
<connector> tags, everything started working.

Once again, Microsoft breaks the stack and goes their own way.
Amazingly, with no 3rd party software running, there are a number of
these [::] addresses in the list, so MS possibly hasn't ported all their
services yet.  Really wondering what else isn't working correctly.

Jeff

-----Original Message-----
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] 
Sent: Monday, June 01, 2009 9:03 AM
To: Tomcat Users List
Subject: RE: Windows x64 Installer

Oops, on 3) I should have said I was using the APR, but for HTTP only,
not HTTPS.
I was thinking AJP for some reason.

-----Original Message-----
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] 
Sent: Friday, May 29, 2009 5:53 PM
To: Tomcat Users List
Subject: RE: Windows x64 Installer

1) Correct
2) Didn't try and agree with you.
3) Correct.  Not using APR, just HTTP (HTTPS later, but not tried)
4) Correct.

System config:  Windows 2008 Standard (64-bit), Tomcat 5.5 standard
install running as standalone web server.
Copied the 32-bit install and replaced tomcat5.exe, tomcat5w.exe and
tcnative-1.dll with the current 64-bit versions from apache.org web/ftp
site.
Issued a "tomcat5.exe //is", with appropriate options and jvm, to create
as a service.
There are no proxys on the system.  Windows firewall is off.  Using
Symantec Endpoint Protection 11.0.4 for virus & firewall security (same
results with firewall enabled/disabled).
Just trying to pull up the welcome page (http://ip:8080) and getting the
results described.

Also on 4) telnet ip 8080 will get a connection failure.

Jeff

-----Original Message-----
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Friday, May 29, 2009 12:54 PM
To: Tomcat Users List
Subject: RE: Windows x64 Installer

> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
> Subject: RE: Windows x64 Installer
> 
> Tested all those options before I sent the mail.

Let me summarize to see if I understand this properly:

1) 32-bit JVM, 32-bit DLL: works from localhost and from a separate
system

2) 32-bit JVM, 64-bit DLL: ?? (shouldn't work)

3) 64-bit JVM, 32-bit DLL: works from localhost and from a separate
system (it shouldn't work - you probably aren't using APR in this case)

4) 64-bit JVM, 64-bit DLL: works from localhost, but not from a separate
system

Is the above correct?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.


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



*******************************  NOTICE
*********************************
This message is intended for the use of the individual or entity to
which 
it is addressed and may contain information that is privileged, 
confidential, and exempt from disclosure under applicable law.  If the 
reader of this message is not the intended recipient or the employee or 
agent responsible for delivering this message to the intended recipient,

you are hereby notified that any dissemination, distribution, or copying

of this communication is strictly prohibited.  If you have received this

communication in error, please notify us immediately by reply or by 
telephone (call us collect at 512-343-9100) and immediately delete this 
message and all its attachments.


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



*******************************  NOTICE
*********************************
This message is intended for the use of the individual or entity to
which 
it is addressed and may contain information that is privileged, 
confidential, and exempt from disclosure under applicable law.  If the 
reader of this message is not the intended recipient or the employee or 
agent responsible for delivering this message to the intended recipient,

you are hereby notified that any dissemination, distribution, or copying

of this communication is strictly prohibited.  If you have received this

communication in error, please notify us immediately by reply or by 
telephone (call us collect at 512-343-9100) and immediately delete this 
message and all its attachments.


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



*******************************  NOTICE  *********************************
This message is intended for the use of the individual or entity to which 
it is addressed and may contain information that is privileged, 
confidential, and exempt from disclosure under applicable law.  If the 
reader of this message is not the intended recipient or the employee or 
agent responsible for delivering this message to the intended recipient, 
you are hereby notified that any dissemination, distribution, or copying 
of this communication is strictly prohibited.  If you have received this 
communication in error, please notify us immediately by reply or by 
telephone (call us collect at 512-343-9100) and immediately delete this 
message and all its attachments.


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

Reply via email to