I have tried to compile the jserv module with apxs and no luck. for some reason after it compiles the mod_jserv.so file is not generated. an autochange.so file is created-- but I …
Yep. Had the same problem. apxs must come with the dev tools (I didn't take note before and after, but I have it). If you need it download with free membership to the AppleDevelope…
heres the shell response I get to the apxs command:
apxs -c *.c -o mod_jserv.so
cc -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -arch i386 -arch ppc -DSHARED_MODULE -I/…
there is an error in the documentation. to compile you need to enter
apxs -c mod_jserv.c jserv*.c
nevertheless i get some warnings, and after adding in httpd.conf the include tomc…
I noticed in further documentation mention that there is a different DSO mod when using the more recent versions of Tomcat. Its called mod_jk.so. Documentation mentions that it is …
Quote:
Originally posted by mcdoken:
I noticed in further documentation mention that there is a different DSO mod when using the more recent versions of Tomcat. Its call…
Quote:
Originally posted by rouet:
To compile mod_jk.so on MacOS X, you have to modify source code.
I modified 2 files "jk_util.c" and "jk_jni_worker.c" and I create a …
we haven't been able to get it complied either.
check out the itools demo at tenon.com
BTW: thanks to mat vaughn's installers we were able to get php and mysql talking to each o…
Quote:
Originally posted by jspformacs.com:
we haven't been able to get it complied either.
I finally got mod_jk.so to compile. Rouen sent me his modification, whi…
Apache works by itself - Thanks Apple.
Tomcat works when going to port 8080 - Thanks jspformacs.com.
I downloaded the source for Tomcat and compiled the mod_jserv.so module (devel…
Quote:
Originally posted by Siegfreid:
I haven't tried mod_jk yet. Is that a better direction?
mod_jk uses a newer protocol for communication between the servlet en…
OK, now I'm trying to make mod_jk. I've done the edits as shown at:
http://www.omnigroup.com/mailman/arc...er/004912.html
I'm getting this message:
[localhost:src/native/apache1…
Quote:
Originally posted by Siegfreid:
[localhost:src/native/apache1.3] root# make -f Makefile.freebsd mod_jk.so
make: *** No rule to make target `mod_jk.so'. Stop.
I…
AAACCKKK! I keep trying different approaches to getting this thing to compile for me with no luck. If someone has a binary of mod_jk.so is there any issue with running it on differ…
What actually is the -DEAPI flag that is built into our /usr/sbin/apxs file?? When I recompiled some so's and overwrote the built in apache *.so when I restarted apache it complai…
OK so I've made it compile and create the so, but the point is that it only works when you fully specify the correct order of the c files.
Why do I get all that gunk output on my …
Ok I don't get it. Maybe one of you Unix gods can enlightened a poor stupid Mac programmer as to how you unlock a volume under Unix. Here is the problem. For some reason Mac OS …
Ok I don't get it. Maybe one of you Unix gods can enlightened a poor stupid Mac programmer as to how you unlock a volume under Unix. Here is the problem. For some reason Mac OS …
Hi there,
I've been poking around in the DevTools a bit, and I must say I love InterfaceBuilder. However, much to my dismay, it (or any other tool) does not seem available when I …
AFAIK if you just use standard java API calls to display controls (i think it's swing or something) then Mac OS X's Java implementation displays them in Aqua.
Could be wrong of co…