hi,
1. compile apache with DSO support --enable-shared=max will do. which will include the
apxs in the bin directory of apache.
2. the mod_jk.so available on the site says garbled everytime, so u need to download
the tomcat3.2beta8 source from the site and compile your own mod_jk.so, which you can
find a how to on the site in documentation.
3. put this mod_jk.so in your apache/libexec/ directory.
4. include the mod_jk.conf-auto in your httpd.conf
5. now all your requests for jsp's and servlets will be sent automatically to
tomcat , rather than you specifyig the port 8080 all the time.
thats about it. it took me four days to understand this routine.
hope it helps.
-------------------------------------
but i still need someone to help me on the "403 forbidden" earlier in this thread.
-------------------------------------
parvez.
And Then NSB)Hiroshi Kasamatsu wrote .............
> Parvez,
> I start apache and tomcat as root,and include jara's path and tomcat's classpath
>,you know,
> into .bash_profile.
> By the way,my mod_jk.so does not work.I use apache_1.3.12 and tomcat3.2beta8.
> How do you configure Apache for DSO?
> .configure --enable-module=so?
> I had an error with ./apachectl configtest:
>
> API module structure 'jk_module' in file
> /usr/local/apache_1.3.12/libexec/mod_jk.so is garbled-
> perhaps this is not an Apache module DSO?
>
> Thanks in advance
> Hiroshi Kasamatsu
>
>
>
>
> Parvez wrote:
>
> > thanks,
> >
> > i got the mod_jk.so working now on my machine.
> > but somehow i cannot get it working on the other machine.
> > on my machine i have ...
> > 1. apache user parvez:parvez
> > 2. permisions to htdocs -> parvez:parvez
> > 3. permissions to jsp/servlets -> parvez:parvez
> > and it works....
> >
> > but on the other machine
> > 1. apache user nobody:nobody
> > 2. permisions to htdocs -> admin:admin
> > 3. permissions to jsp/servlets -> admin:admin
> > and apache gives and error ..."403 Forbidden"
> >
> > where am i going wrong...
> > also do i have to start tomcat as root.
> >
> > parvez
> >
> > And Then NSB)Hiroshi Kasamatsu wrote .............
> >
> > > There seems to be no mod_jk.so for Tomcat3.2.1.
> > > If you do'nt mind,better to use Tomcat3.2 beta version.
> > >
> > > You cannot access directly.
> > >
> > > You try like this.
> > > 1.access to http://jakarta.apache.org/
> > > 2.click Binaries on Download area
> > > 3.click Tomcat3.x on Nightly Builds
> > > 4.click Parent Directory
> > > 5.click arcihves/
> > > 6.click link you want
> > > 7.click bin/
> > > 8.click linux for linux or win32 for windows
> > > 9.click i386
> > > 10.click mod_jk.so
> > >
> > >
> > > Parvez wrote:
> > >
> > > > i cannot find /src/native/apache to compile mod_jk.so
> > > > i have looked into tomcat 3.2.1 distribution, everywhere.
> > > > where can i find it.
> > > > parvez
> > > >
> > > > And Then NSB)Hiroshi Kasamatsu wrote .............
> > > >
> > > > > For tomcat 3.2 or up,mod_jk.so is needed.You should download, copy it into
>your
> > > > > apache directory/libexec and include "your apache
>directory/conf/mod_jk.conf-auto"
> > > > > into the last line of httpd.conf.The latter is automatically created when
>Tomcat is
> > > > > exclusively initiated on port 8080.
> > > > > To check,http://localhost/examples is pointed to browser.In Tomcat and
>apache,port
> > > > > 8080 is't used.
> > > > >
> > > > >
> > > > > Parvez wrote:
> > > > >
> > > > > > hi,
> > > > > >
> > > > > > i have installed tomcat 3.2.1, with apache 1.3.12 on a linux machine.
> > > > > > it works perfectly fine on port 8080, but when i include it with
> > > > > > apache conf (i.e. tomcat-apache.conf) and try to access the same
>jsp/servlet
> > > > > > file, it gives 403 forbidden error.
> > > > > > my http user in apache is "nobody:nobody" and my htdocs is conrolled by
>"admin".
> > > > > > can someone tell me, where the problem is?
> > > > > > thanks in advance.
> > > > > >
> > > > > > parvez
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]