HI Rainer,
You are right.
i compiled new openssl by setting variable export KERNEL_BITS=64. followed
by tc native. and now tomcat is working fine in 64 bit JRE environment.
Thanks a lot!!
Regards,
Nithesh
On Sat, Dec 12, 2015 at 11:18 PM, Rainer Jung
wrote:
> Am 12.12.2015 um 18:29 schrieb Ni
Am 12.12.2015 um 18:29 schrieb Nithesh Kb:
HI Rainer,
Interestingly i tried this as well.
*APR,*
*CC="cc" CFLAGS="-m64" LDFLAGS="-m64" ./configure*
*TC-native,*
*CC="cc" CFLAGS="-m64 -fPIC" LDFLAGS="-m64" ./configure
--with-apr=/usr/local/apr/bin/apr-1-config
--with-java-home=/usr/jdk/jdk1.7.0_
HI Rainer,
Interestingly i tried this as well.
*APR,*
*CC="cc" CFLAGS="-m64" LDFLAGS="-m64" ./configure*
*TC-native,*
*CC="cc" CFLAGS="-m64 -fPIC" LDFLAGS="-m64" ./configure
--with-apr=/usr/local/apr/bin/apr-1-config
--with-java-home=/usr/jdk/jdk1.7.0_80/ --with-ssl=/usr/local/ssl
--prefix=/tomca
HI Rainer,
Thanks i was able to succeed this step but still tomcat is not starting.
*APR,*
CFLAGS="-m64" ./configure
*TC-native,*
* CFLAGS="-m64" ./configure --with-apr=/usr/local/apr/bin/apr-1-config
--with-java-home=/usr/jdk/instances/jdk1.7.0/ --with-ssl=/usr/local/ssl
--prefix=/tomcat7*
Chris,
I believe that this is not entirely what I need. As far as I understand the
code it will detect if getInputStream or getReader has been called by the
servlet application. Depending on the usingReader boolean that was set as a
result, it will either use _inputReaderBuffer or _inputStreamBuff
Am 11.12.2015 um 20:27 schrieb Nithesh Kb:
*HI, I'm using Solaris sparc 64 bit machine. i wanted to build tc native
using 64 bit version of java.*
*i installed java in my Solaris box by referring*
http://docs.oracle.com/javase/7/docs/webnotes/install/solaris/solaris-jdk.html
*when i check the*