Advise is to use mod_jk though.
To build on solaris here is a little hint (also don't forget to read the
README for solaris!!!):

(replace /usr/local/tomcat with your TOMCAT_HOME and replace
/usr/local/apache with your APACHE_HOME..

cd to
/usr/local/tomcat/native/mod_jk/apache1.3
If this file is not executable do chmod +x build-solaris.sh
vi build-solaris.sh
change the APACHE_HOME and JAVA_HOME lines to the correct directory
structure.

Since we need DEAPI to build mod_jk, we also have to change the line after
the line
echo Building mod_jk
$APXS ....
Add -DEAPI as the first parameter. If you don't have a DEAPI apache install,
leave this one out.

If your ld is not in your path , do vi /usr/local/apache/bin/apxs and change
the ld
(the line reading my $CFG_LD_SHLIB = q(ld); to q(/usr/ccs/bin/ld);

and now run ./build-solaris.sh

It should be build ok ;)
(check to see if /usr/local/apache/libexec/mod_jk.so is present).

Have fun ;))

Mvgr,
Martin




> -----Original Message-----
> From: louie miranda [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, December 08, 2001 4:32 AM
> To: Tomcat Users List
> Subject: Re: is it possible to make tomcat as an apache module?
>
>
> mod_jserv / solaris sparc
>
> ----- Original Message -----
> From: "Brian Adams" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Saturday, December 08, 2001 11:15 AM
> Subject: RE: is it possible to make tomcat as an apache module?
>
>
> > which module jk, webapp ...?
> > what platform?
> >
> >
> > -----Original Message-----
> > From: louie miranda [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, December 07, 2001 9:12 PM
> > To: Tomcat Users List
> > Subject: is it possible to make tomcat as an apache module?
> >
> >
> > if yes, is there a HOWTO DOC around how to do it?
> >
> > ty.
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to