Hello Jim, At 15:23 10.10.2002 -0600, James C. McMaster wrote: >I downloaded jakarta-tomcat-connectors-4.1.12-src.tar.gz from jakarta, and >have read all the instructions. When I go to the webapp directory, >README.txt says: > > > How to build the WebApp module from CVS sources: ---------------------- > > -------------------------- > > > > If you downloaded the CVS sources (as described above) or downloaded a > > source distribution of the WebApp module, now all you need to do is > > build the binary module for your platform. To do so, start by doing a: > > > > ./configure --with-apxs > > make > >There is no configure script in webapps, nor can I find one anywhere else. >... >I looked in cvs, and there does not seem to be a configure script there >either. Since there does not seem to be a binary for Solaris 8, I really >need to build one. Can anyone tell me how to do that, or where to find >configure? > >Thank you >-- >Jim McMaster
I think you skipped "How to obtain the WebApp and Apache Portable Runtime sources" in webapp/README.txt? 1.) Download Jakarta Tomcat Connector sources (jakarta-tomcat-connectors-4.1.12-src.tar.gz) 2.) Download Apache APR sources from http://cvs.apache.org/snapshots/apr/ 3.) Extract JTC sources 4.) Extract APR sources into ../jakarta-tomcat-connectors-4.1.12-src/webapp/apr 5.) Run webapp/support/buildconf.sh 6.) Run webapp/configure --with-apxs=/path/to/apache/apxs 7.) Run webapp/make 8.) Copy webapp/build/mod_webapp.so to Apache lib dir Hannu -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>