I'm trying to do that but in the connector build when I run buildconf.sh it doesn't find the configure.ac and there fore doesn't allow me to configure the connector
Here's the list of errors that I get cd native # ./buildconf.sh libtoolize --force --automake --copy libtoolize: `configure.ac' does not exist Try `libtoolize --help' for more information. aclocal aclocal: `configure.ac' or `configure.in' is required automake -a --foreign -i --copy automake: `configure.ac' or `configure.in' is required autoconf autoconf: no input file # ./configure ksh: ./configure: not found # chmod 755 buildconf.sh # ./buildconf.sh libtoolize --force --automake --copy libtoolize: `configure.ac' does not exist Try `libtoolize --help' for more information. aclocal aclocal: `configure.ac' or `configure.in' is required automake -a --foreign -i --copy automake: `configure.ac' or `configure.in' is required autoconf autoconf: no input file # -----Original Message----- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 2:31 PM To: Tomcat Users List Subject: Re: Tomcat not working properly You have to install an Apache connector (mod_jk.so or mod_jk2.so) and configure it to send certain requests to Tomcat. Apache does not do this by default. http://jakarta.apache.org/tomcat/faq/connectors.html John [EMAIL PROTECTED] wrote: > This is how it is set up > > <VirtualHost 207.243.40.37:443> > DocumentRoot /usr/local/jakarta-tomcat-4.1.12/webapps > ServerName placeanad.classifiedmarketplace.net > ErrorLog logs/placeanadclassi.com-error_log > CustomLog logs/placeanadclassi.com-access_log common > SSLEnable > SSLCertificateFile /usr/local/apache/certs/nc1public.cert > SSLCertificateKeyFile /usr/local/apache/certs/nc2private.key > </VirtualHost> > > I have tomcat 4.1.12 running on the server. Before we went to the ssl > version it was processing the code fine via port 8080 but now that it > has to go through 443 it doesn't work anymore. > > Thanks, > Bobbie > > -----Original Message----- > From: Reynir H�bner [mailto:[EMAIL PROTECTED] > Sent: Monday, July 28, 2003 1:25 PM > To: Tomcat Users List > Subject: RE: Tomcat not working properly > > > Hi, > > By default it should process your jsp code, please give us more info > on your setup. > > -reynir > > > > >>-----Original Message----- >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >>Sent: 28. j�l� 2003 17:27 >>To: [EMAIL PROTECTED] >>Subject: Tomcat not working properly >> >> >>Greetings, >> My index.jsp page running under tomcat 4.1.12 shows code >>https://placeanad.classifiedmarketplace.net/AdWebster/ >> >> What do I need to do to the conf file to make it process the jsp? >> >> Thanks, >> Bobbie >> >> Bobbie Atristain >> Internet Systems Administrator >> >> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
