Re: How can I compile Mod_jdk2 ?

2003-12-19 Thread Christopher Schultz
William, I use the jakarta-tomcat-connectors-jk2-2.0.2-src and try this: ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ --with-apache2=/usr/local/apache2\ --with-apach2-include=/usr/local/apache2/include\ --with-apache2-lib=/usr/local/apache2/lib \ then in the end of configure process, I

Re: How can I compile Mod_jdk2 ?

2003-12-19 Thread William Marques
Hi, Chris! Well, I made it! Now I have my mod_jsk2.so. Then I copy to $APACHE_HOME/modules, and put a line in the end of my httpd.conf, just the same way I sought in the Apache-Tomcat HOWTO. Include $TOMCAT_HOME/conf/jk/mod_jk.conf-auto Then I'll have to start Tomcat before Apache 'cause this

How can I compile Mod_jdk2 ?

2003-12-18 Thread William Marques
Hi everybody, I trying to compile the mod_jdk from the source version jakarta-tomcat-connectors-jk2-2.0.2 but everytime an error happens. Does anybody know a place where I can get a binary for linux, to connect my apache 2.0.48 and Tomcat 5.0.16 ? Or maybe send-me the module by e-mail I

Re: How can I compile Mod_jdk2 ?

2003-12-18 Thread Christopher Schultz
William, I trying to compile the mod_jdk from the source version jakarta-tomcat-connectors-jk2-2.0.2 but everytime an error happens. Please provide more information. The error message itself, perhaps. Does anybody know a place where I can get a binary for linux, to connect my apache 2.0.48 and

Re: How can I compile Mod_jdk2 ?

2003-12-18 Thread William Marques
Ok, Il try to give some more details... I use the jakarta-tomcat-connectors-jk2-2.0.2-src and try this: ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ --with-apache2=/usr/local/apache2\ --with-apach2-include=/usr/local/apache2/include\ --with-apache2-lib=/usr/local/apache2/lib \ then in

RE: How can I compile Mod_jdk2 ?

2003-12-18 Thread Greg . Cope
I'd stick a space between the apache2 and the '\' Does live there and work? Greg -Original Message- From: William Marques [mailto:[EMAIL PROTECTED] Sent: 18 December 2003 16:43 To: Tomcat Users List Subject: Re: How can I compile Mod_jdk2 ? Ok, Il try to give some more details

RE: How can I compile Mod_jdk2 ?

2003-12-18 Thread William Marques
- From: William Marques [mailto:[EMAIL PROTECTED] Sent: 18 December 2003 16:43 To: Tomcat Users List Subject: Re: How can I compile Mod_jdk2 ? Ok, Il try to give some more details... I use the jakarta-tomcat-connectors-jk2-2.0.2-src and try this: ./configure --with-apxs2=/usr

RE: How can I compile Mod_jdk2 ?

2003-12-18 Thread Greg . Cope
I know that ;-) Just wondered if it might make a difference to your shell. Does apxs work on its own and is it there? Greg -Original Message- From: William Marques [mailto:[EMAIL PROTECTED] Sent: 18 December 2003 17:35 To: Tomcat Users List Subject: RE: How can I compile Mod_jdk2