You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2006/05/21 14:56:47 UTC

DO NOT REPLY [Bug 39623] New: - tomcat native library 1.1.3 didn't bind port 80 actually

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39623>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39623

           Summary: tomcat native library 1.1.3 didn't bind port 80 actually
           Product: Tomcat 5
           Version: 5.5.17
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Native:Integration
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: barabbas@gmail.com


On FreeBSD 6.0, using its port version of tomcat 5.5.12_3 with tomcat native
library 1.1.1 worked fine.
But if using tomcat 5.5.17 with tomcat native library 1.1.3, without any error
message, the port 80 refused connection actually.
And if using tomcat 5.5.17 alone, without tomcat native library 1.1.3, it just
worked.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 39623] - tomcat native library 1.1.3 didn't bind port 80 actually

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39623>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39623





------- Additional Comments From tangy@chilema.net  2006-08-04 06:10 -------
I have exprience the likely problem as you described on ubuntu linux. finnally 
I found it is caused by the openssl. To modify the /etc/openssl.conf to reset
the path of .rnd file and let the root and tomcat user have access prevelige on
the file will solve the problem. But still I found it is unstable for our
appilication. and  now I have to skip the native connector and wondering how to
make my server scalable to large amounts of connections. Hope this could do help!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 39623] - tomcat native library 1.1.3 didn't bind port 80 actually

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39623>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39623


yoavs@computer.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From yoavs@computer.org  2006-12-24 19:34 -------
tangy, thank you for posting your solution.  I've repeated it myself, it works
for me.

Tomcat's other connectors are very capable of handling large numbers of
connections.  In addition to trying the latest native connector (1.1.8 at the
time of this writing, with many improvements since 1.1.3), you may want to at
least test and benchmark the default Java connectors.  They've worked well for
many people with large systems for years now.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org