LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   jakarta tomcat connector (https://www.linuxquestions.org/questions/linux-software-2/jakarta-tomcat-connector-413626/)

contiang 02-09-2006 08:04 PM

jakarta tomcat connector
 
Hi guys,

I have difficulties on installing the jakarta-tomcat-connector. Actually apache webserver installed onto my machine. And I want to use jsp and servlet with apache. Then I installed apache-tomcat onto the same machine. In order to publish my jsp/servlet, I have to link apache webserver and tomcat. I have successfully installed apache and tomcat.

I download package name jakarta-tomcat-connectors-1.2.15-src.tar.gz from the apache website. After I untarred the package, cd into jk/native and run ./configure --with-apxs=/usr/local/apache/bin/apxs

But the problem at the end of the configuration result, it tells me that it can't find the /usr/local/apache/bin/apxs. And my apxs path is correct (no doubt!). Anyone out there have the solution for this problem?

Or anyone have any alternative way to publish servlet files over the net using apache webserver?

My machine spec is :

OS Name: VectorLinux-5.0 Standard
CPU: 266MHz (Celeron)
Memory: 64MB
Hdd: 15GB

cotton 02-09-2006 08:10 PM

Is there a reason why you're trying to load it as a module? If not, you should just be able to install Tomcat on its own, which includes its own web server. (Unless something has changed since last time I did it, which is possible)


All times are GMT -5. The time now is 10:35 AM.