• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Apache + Tomcat in linux.. not working

BearX00

Senior member
Im setting up a webserver Sinister Koala and ive installed apache and ive also installed tomcat so i can use java server pages.
the directions say to install the module using the following line

apxs -c -o mod_jk.so *.c

and when i execute that i get an error saying

apxs:Error: Sorry, no DSO support for Apache available
apxs:Error: under your platform, make sure the Apache
apxs:Error: module mod_so is compiled into your server
apxs:Error: binary '/usr/local/apache/bin/httpd'.

anyone know how to fix this??? what i want to do is install tomcat as a in server module of apache, and these are the steps laid out in the directions...
 
Back
Top