Hi I am using the Linux machine. I am configuring it for the session repication of the tomcat. My requirement is that both the machine must be synchronise with some standard time. May be with some internate time.If any one ans me how to synchronise both the machine?
thanks.
sjain's questions
Can I use FarmWarDeployer with TomCat 7? Or will I have to use Tomcat 5.5? Are there any other alternatives?
Even after lots of googleing I could not found mod_ssl which support apache2.2.15.
available packages are for apache1.3.
Can anybody help? Thanks
Hi I am installing httpd-2.0.63 with the open ssl. ssl version is OpenSSL 1.0.0a
Commands are :
./configure --prefix=/usr/LBalancer2/apache --enable-so --enable-ssl --with-ssl=/usr/LBalancer2/ssl
make
But this step gives the following ERROR :
ssl_engine_init.c: In function 'ssl_init_ctx_protocol':
ssl_engine_init.c:391: warning: assignment discards qualifiers from pointer target type
ssl_engine_init.c:397: warning: assignment discards qualifiers from pointer target type
ssl_engine_init.c: In function 'ssl_init_ctx_verify':
ssl_engine_init.c:534: error: 'STACK' undeclared (first use in this function)
ssl_engine_init.c:534: error: (Each undeclared identifier is reported only once
ssl_engine_init.c:534: error: for each function it appears in.)
ssl_engine_init.c:534: error: expected expression before ')' token
ssl_engine_init.c: In function 'ssl_init_FindCAList':
ssl_engine_init.c:1109: warning: pointer type mismatch in conditional expression
make[3]: *** [ssl_engine_init.lo] Error 1
make[3]: Leaving directory `/home/arosys/Softwares/httpd-2.0.63/modules/ssl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/arosys/Softwares/httpd-2.0.63/modules/ssl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/arosys/Softwares/httpd-2.0.63/modules'
make: *** [all-recursive] Error 1
I have no idea what to do.
Any one can help.
Thanks