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 2008/06/30 16:46:05 UTC

DO NOT REPLY [Bug 45313] New: mod_jk 1.2.26 & apache 2.2. 9 static compiled on solaris not able to connect

https://issues.apache.org/bugzilla/show_bug.cgi?id=45313

           Summary: mod_jk 1.2.26 & apache 2.2.9 static compiled on solaris
                    not able to connect
           Product: Tomcat 5
           Version: Unknown
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connector:AJP
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: andreas.schubert@mathema.de


I tried a static compile of mod_jk 1.2.26 and apache 2.2.9 on solaris 8,9 and
10 (sparc) and solaris 10 (intel).

Compilation worked perfect, mod_jk worked in all cases when tomcat (or other
servlet container) was on the same host. It did not work, when tomcat was on an
other host on the same network on all sparc versions of solaris, but it worked
for the intel version.

Some investigation showed, that nb_connect() in jk_connect.c fails when
statically compiled into apache. Modular compilation works fine.

Compiler was gcc version 3.2.4, tried with sun "ld" and gnu "ld", no
difference.


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

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


DO NOT REPLY [Bug 45313] mod_jk 1.2.26 & apache 2.2. 9 static compiled on solaris not able to connect

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45313





--- Comment #2 from Andreas Schubert <an...@mathema.de>  2008-07-14 01:25:44 PST ---
Hi,

configure option where as follows:

for mod_jk: --with-apache=<dir of apache source>
for apache: --with-mpm=worker --disable-so --disable-authn-file
--disable-authn-default  --disable-authz-groupfile --disable-authz-user
--disable-authz-default --disable-auth-basic --disable-include --disable-filter
--disable-charset-lite  --disable-autoindex --disable-asis --disable-cgid
--disable-cgi --disable-negotiation --disable-dir --disable-actions
--disable-userdir  --enable-vhost-alias --enable-rewrite --with-mod_jk

I also tried different apache configure options (enabled all modules, even
those, I don't intend to use) but that didn't work. What seems to work is using
the Sun Studio C compiler.


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

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


DO NOT REPLY [Bug 45313] mod_jk 1.2.26 & apache 2.2. 9 static compiled on solaris not able to connect

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45313





--- Comment #1 from Rainer Jung <ra...@kippdata.de>  2008-07-12 05:30:41 PST ---
Could you please provide the exact configure options for httpd and mod_jk you
were using for the static build on Solaris 10 Sparc? This will help us
minimalize efforts to reproduce.

Could there be any relation to IPV6 in your environment?


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

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