JK2 configure thinks apache 2.0.48 is apache 1.3 on solaris 9

2004-04-19 Thread Greg Adams
I'm having problems getting configure to run when trying to build the jk2 connector for apache 2.0.48 on solaris 9. The tomcat I'm running is 5.0.19. Here's a general list of what I've done... 1. Built apache 2.0.48 from source ./configure --prefix=/usr/apache2 --enable-so --enable-layout=Apac

Re: JK2 configure thinks apache 2.0.48 is apache 1.3 on solaris 9

2004-04-20 Thread Greg Adams
Nope, at least not in my install.. maul(grega):/usr/apache2 % find /usr/apache2 -name "apxs" /usr/apache2/bin/apxs maul(grega):/usr/apache2 % > Greg Adams wrote: > >> 8. ./configure --with-apxs2=/usr/apache2/bin/apxs > > Shouldn't this be "/usr/apache2

Re: the pain of choice

2004-04-20 Thread Greg Adams
Sad but true. Why DON'T the ant build files work? Did someone get lazy? Is JK2 part of a source tree that we're only getting a portion of when we download the source tarball? > Great, let's use JK2 > > My experience: > > > > tar -xvzf jakarta-tomcat-connectors-jk2-src-current.tar.gz >

Re: JK2 configure thinks apache 2.0.48 is apache 1.3 on solaris 9

2004-04-20 Thread Greg Adams
not in my install.. > > maul(grega):/usr/apache2 % find /usr/apache2 -name "apxs" > /usr/apache2/bin/apxs > maul(grega):/usr/apache2 % > > >> Greg Adams wrote: >> >>> 8. ./configure --with-apxs2=/usr/apache2/bin/apxs >> >> Shouldn't this b

RE: Manager access problems

2004-05-10 Thread Greg Adams
that apache uses. > > If virtual host and jk2 are working for you, you should be able to access > your webapp without defining any port. > > There are a lot of good posts on port 8080 and 80. You may want to do a > search on the archieve. > > Cheers:) > > -Yan > &

RE: Manager access problems

2004-05-10 Thread Greg Adams
fining any port. > > There are a lot of good posts on port 8080 and 80. You may want to do a > search on the archieve. > > Cheers:) > > -Yan > > -Original Message- > From: Greg Adams [mailto:[EMAIL PROTECTED] > Sent: May 10, 2004 14:49 > To: Tomcat Users List &g

Manager access problems

2004-05-10 Thread Greg Adams
I've installed tomcat 5.0.19 on solaris 2.8. I've also installed jk-1.2.5 to connect tomcat to apache 1.3.27. I'm having no problems with jk, my problem is when trying to access the manager application. If I access it on the localhost using port 8080, http://localhost:8080/manager/html/, I have no

RE: Manager access problems

2004-05-10 Thread Greg Adams
yes. Would it be helpful to post the entire httpd.conf? It's pretty long... > Your apache listens on port 80, no? > > -Yan > > -Original Message- > From: Greg Adams [mailto:[EMAIL PROTECTED] > Sent: May 10, 2004 10:23 > To: [EMAIL PROTECTED] > Subject: Ma