Re: admin context

2000-11-29 Thread John Tangney
uot; and attempts to poke around in tomcat's gibblies. Thanks again --johnt On 11/28/00 8:40 PM, Craig R. McClanahan at [EMAIL PROTECTED] wrote: > It's a bug (sigh ...). I will fix it tomorrow, before the final release. > > Craig > > > John Tangney wrote: >

Re: admin context

2000-11-28 Thread John Tangney
:58 AM, John Tangney at [EMAIL PROTECTED] wrote: > Hi > > I am running tomcat 3.2b6 inside apache 1.3.14 using mod_jk. I'm running > Solaris on a sparc. All seems to work well, except for the admin app. > > I am able to see the "Context Administration" page contai

admin context

2000-11-28 Thread John Tangney
Hi I am running tomcat 3.2b6 inside apache 1.3.14 using mod_jk. I'm running Solaris on a sparc. All seems to work well, except for the admin app. I am able to see the "Context Administration" page containing the form, but when I click on the "View All Contexts" button, I get the error listed bel

Re: mod_jk for AIX?

2000-11-27 Thread John Tangney
Hi I too had immense problems building mod_jk. I am on Solaris, not AIX, though. What finally worked for me was to hack the apxs file and modify the $CFG_LD_SHLIB to be gcc and $CFG_LDFLAGS_SHLIB to -G Both of these changes should not have been necessary had the configure script for apache done

Re: getting mod_jk to compile on solaris

2000-11-16 Thread John Tangney
Thank you! This did it. I must have spent hours on this problem. I saw and fixed the $CFG_LD_SHLIB but I don't know enough about gcc and Solaris to have fixed the -G By the way, I did a totally standard install of apache, so I don't know why configure failed to set up those variables... Thanks a

Re: mod_jk does not compile (3.2b7)

2000-11-13 Thread John Tangney
On 11/13/00 2:54 AM, carnell at [EMAIL PROTECTED] wrote: > apxs:Break: Command failed with rc=16711680 > > And it worked under 3.2 b6 :( Any ideas? Yeah. I worked through a similar one. It's probably something in apxs itself. In my case, I needed to modify $CFG_LD_SHLIB inside apxs. Maybe your

Solaris: Building mod_jk

2000-11-10 Thread John Tangney
Hi Here's my command line: apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/ usr/java/include/solaris -lposix4 -ldl -lxnet -c *.c ../jk/*.c It's apache 1.3.14 and tomcat 3.2 distribution (NOT from CVS) I had to add the "-lposix4 -ldl -lxnet" directives to eliminate linker errors. Howe