Found 61,025 posts across 1 forum.
[ Sorry, this is off thread.] I tried to use the system prefs but that didn't work. Eventually I booted with my 9.0 CD and dragged the OS X files into another folder, and renamed…
MacNN
Software
I am interested in scientific applications, libraries ...
I tried to compile atlas (www.netlib.org/atlas). But that didn't work. Did anybody try ? Or maybe with other C standard s…
MacNN
Software
Textures is currently a Mac only application put out by Blue Sky. Nice version of TeX/LaTeX actually but the company will not be moving their stuff to OSX until they get their wind…
MacNN
Software
Quote:
Originally posted by Nico:
I am interested in scientific applications, libraries ...
I tried to compile atlas (www.netlib.org/atlas). But that didn't work. Did a…
MacNN
Software
I wrote in on the main page to bitch about MathWorks not developing for the Mac anymore, but I was taken a little out of context [that's how news works...] Anyway, if you haven't …
MacNN
Software
I think I remember someone telling me that Blue Sky had a Linux version out as well. How does TexShop compare at all to Textures. I use Texture alot and think that it is the best. …
MacNN
Software
I am a managing web developer responsible for Math-related sites for a large publishing company. I would urge Apple to work VERY closely with IBM's TechExplorer group in making sur…
MacNN
Software
Peter,
EOF is not packaged with the Cocoa development tools - in fact it's not yet released for MacOS X. You do get EOF with WebObjects but that currently only works on OSX server…
MacNN
Development
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 …
MacNN
Software
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…
MacNN
Software
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/…
MacNN
Software
Has anyone tried building jserv into apache rather than using the DSO?
MacNN
Software
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…
MacNN
Software
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 …
MacNN
Software
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…
MacNN
Software
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 …
MacNN
Software
If you press on the icon just above, you will see my email.
I will contact Jakarta.
------------------
JR
MacNN
Software
I haven't tried this yet, but it looks like it might do the trick.
http://www.omnigroup.com/mailman/arc...er/004046.html
MacNN
Software
check out [link]http://www.jspformacs.com/[link], too
MacNN
Software
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…
MacNN
Software
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…
MacNN
Software
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…
MacNN
Software
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…
MacNN
Software
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…
MacNN
Software
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…
MacNN
Software