You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@covalent.net on 2002/05/17 22:59:50 UTC

Re: Status of JK2

On Fri, 17 May 2002, Anthony W. Marino wrote:

> I'm now running TC4.1.2 and want to use mod_jk2/apache2 for the early stages 
> of my project however I'm not certain what the issues are or when it might 
> become production quality or what....  I see the empty download areas set up 
> for the various connectors which I hope is an indication of precompiled drops 
> soon to be available. 

Jk2 is pretty close - I am running all kind of tests, Henri is finishing 
the configure, Nacho got it running on IIS. 

Except for iPlanet support, most of the features are ready or pretty 
close. 

I'm only doing 'cosmetic' and bug-fixes now - plus documentations for
the new config, auto-generation of config from web.xml, etc. 

I think the release of jk2 depends only on the ammount of help we
can get with the build/testing/docs. After we're in a decent state
with the docs and the build we can release betas/milestones.


Costin


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Status of JK2

Posted by "Anthony W. Marino" <an...@AWMObjects.com>.
This is what I get when I do "ant":

BUILD FAILED

/mydirpath/jakarta-tomcat-connectors/jk/native2/build.xml:90: Could not create 
task of type: so. Common solutions are to use taskdef to declare your task, 
or, if this is an optional task, to put the optional.jar in the lib directory 
of your ant installation (ANT_HOME).

Any thoughts?

Thanks,
Anthony

> On Fri, 17 May 2002, Anthony W. Marino wrote:
> > Costin,
> > If you can give me an idea what I need to do to get it built/running with
> > apache2/TC4.1.2/SuSE7.3 I would be more than happy to do some testing if
> > not more.
>
> cvs co jakarta-tomcat-connectors
> cd jakarta-tomcat-connectors/jk
>
> Copy build.properties.sample to build.properties and edit to fit your
> paths.
>
> There are 2 big options: configure and ant. I typically use ant - if you
> have libtool and gcc installed it should work fine.
>
> $ cd native2
> $ ant
> or
> $ configure ; make
>
> This should compile j-t-c/jk/build/jk2/apache2/mod_jk.so.
> Add a LoadModule to apache's httpd.conf, copy
> j-t-c/jk/conf/workers2.properties to APACHE_HOME/conf - and start apache.
>
> You should be able to see http://localhost/jkstatus - that's the first
> page to try. Then start tomcat, play with examples, etc.
>
> If all this works - please write a nice doc with what you actually did
> and send it as a patch :-)
>
> Note that for tomcat you can use either the old connector ( in 3.2, 3.3,
> 4.0.x ) or the new coyote-jk connector ( 3.3, 4.x ).
>
> Costin
>
> > Thank You,
> > Anthony
> >
> > > On Fri, 17 May 2002, Anthony W. Marino wrote:
> > > > I'm now running TC4.1.2 and want to use mod_jk2/apache2 for the early
> > > > stages of my project however I'm not certain what the issues are or
> > > > when it might become production quality or what....  I see the empty
> > > > download areas set up for the various connectors which I hope is an
> > > > indication of precompiled drops soon to be available.
> > >
> > > Jk2 is pretty close - I am running all kind of tests, Henri is
> > > finishing the configure, Nacho got it running on IIS.
> > >
> > > Except for iPlanet support, most of the features are ready or pretty
> > > close.
> > >
> > > I'm only doing 'cosmetic' and bug-fixes now - plus documentations for
> > > the new config, auto-generation of config from web.xml, etc.
> > >
> > > I think the release of jk2 depends only on the ammount of help we
> > > can get with the build/testing/docs. After we're in a decent state
> > > with the docs and the build we can release betas/milestones.
> > >
> > >
> > > Costin

-- 
Anthony W. Marino
Pres./CTO, AWM Objects
email:	anthony@AWMObjects.com
phone:	(732) 610-2441


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Status of JK2

Posted by co...@covalent.net.
On Fri, 17 May 2002, Anthony W. Marino wrote:

> Costin,
> If you can give me an idea what I need to do to get it built/running with 
> apache2/TC4.1.2/SuSE7.3 I would be more than happy to do some testing if not 
> more.

cvs co jakarta-tomcat-connectors
cd jakarta-tomcat-connectors/jk

Copy build.properties.sample to build.properties and edit to fit your 
paths.

There are 2 big options: configure and ant. I typically use ant - if you 
have libtool and gcc installed it should work fine. 

$ cd native2
$ ant
or 
$ configure ; make

This should compile j-t-c/jk/build/jk2/apache2/mod_jk.so.
Add a LoadModule to apache's httpd.conf, copy 
j-t-c/jk/conf/workers2.properties to APACHE_HOME/conf - and start apache.

You should be able to see http://localhost/jkstatus - that's the first 
page to try. Then start tomcat, play with examples, etc.

If all this works - please write a nice doc with what you actually did
and send it as a patch :-)

Note that for tomcat you can use either the old connector ( in 3.2, 3.3, 
4.0.x ) or the new coyote-jk connector ( 3.3, 4.x ).

Costin

 

> 
> Thank You,
> Anthony
> 
> 
> > On Fri, 17 May 2002, Anthony W. Marino wrote:
> > > I'm now running TC4.1.2 and want to use mod_jk2/apache2 for the early
> > > stages of my project however I'm not certain what the issues are or when
> > > it might become production quality or what....  I see the empty download
> > > areas set up for the various connectors which I hope is an indication of
> > > precompiled drops soon to be available.
> >
> > Jk2 is pretty close - I am running all kind of tests, Henri is finishing
> > the configure, Nacho got it running on IIS.
> >
> > Except for iPlanet support, most of the features are ready or pretty
> > close.
> >
> > I'm only doing 'cosmetic' and bug-fixes now - plus documentations for
> > the new config, auto-generation of config from web.xml, etc.
> >
> > I think the release of jk2 depends only on the ammount of help we
> > can get with the build/testing/docs. After we're in a decent state
> > with the docs and the build we can release betas/milestones.
> >
> >
> > Costin
> 
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Status of JK2

Posted by "Anthony W. Marino" <an...@AWMObjects.com>.
Costin,
If you can give me an idea what I need to do to get it built/running with 
apache2/TC4.1.2/SuSE7.3 I would be more than happy to do some testing if not 
more.

Thank You,
Anthony


> On Fri, 17 May 2002, Anthony W. Marino wrote:
> > I'm now running TC4.1.2 and want to use mod_jk2/apache2 for the early
> > stages of my project however I'm not certain what the issues are or when
> > it might become production quality or what....  I see the empty download
> > areas set up for the various connectors which I hope is an indication of
> > precompiled drops soon to be available.
>
> Jk2 is pretty close - I am running all kind of tests, Henri is finishing
> the configure, Nacho got it running on IIS.
>
> Except for iPlanet support, most of the features are ready or pretty
> close.
>
> I'm only doing 'cosmetic' and bug-fixes now - plus documentations for
> the new config, auto-generation of config from web.xml, etc.
>
> I think the release of jk2 depends only on the ammount of help we
> can get with the build/testing/docs. After we're in a decent state
> with the docs and the build we can release betas/milestones.
>
>
> Costin

-- 
Anthony W. Marino
Pres./CTO, AWM Objects
email:	anthony@AWMObjects.com
phone:	(732) 610-2441


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>