You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Guenter Knauf <ef...@gmx.net> on 2004/03/16 16:45:58 UTC

Re: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

great!! That was really missing!
Guenter.

> mturk       2004/03/16 07:30:34

>   Added:       jk/conf  workers2.properties.minimal
>   Log:
>   Add the minimal workers2.properties.
>   It can be used as a drop-in working config for standard instalation
>   where the TC and server are on the same box.

>   Revision  Changes    Path
>   1.1
>   jakarta-tomcat-connectors/jk/conf/workers2.properties.minimal

>   Index: workers2.properties.minimal
>   ===================================================================
>   #
>   # This is the minimal JK2 connector configuration file.
>   #

>   [logger]
>   info=Native logger
>   level=ERROR

>   [config:]
>   file=${serverRoot}/conf/workers2.properties
>   debug=0
>   debugEnv=0

>   [uriMap:]
>   info=Maps the requests.
>   debug=0

>   [shm:]
>   info=Scoreboard. Required for reconfiguration and status with
>   multiprocess servers
>   file=anonymous
>   debug=0

>   [workerEnv:]
>   info=Global server options
>   timing=0
>   debug=0

>   [lb:lb]
>   info=Default load balancer.
>   debug=0

>   [channel.socket:localhost:8009]
>   info=Ajp13 forwarding over socket
>   debug=0
>   tomcatId=localhost:8009

>   [uri:/admin]
>   info=Tomcat HTML based administration web application.
>   debug=0

>   [uri:/manager]
>   info=A scriptable management web application for the Tomcat Web Server.
>   debug=0

>   [uri:/jsp-examples]
>   info=JSP 2.0 Examples.
>   debug=0

>   [uri:/servlets-examples]
>   info=Servlet 2.4 Examples.
>   debug=0

>   [uri:/*.jsp]
>   info=JSP Extension mapping.
>   debug=0




> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


RE: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

Posted by Guenter Knauf <ef...@gmx.net>.
Hi Mladen,
>> here's what Norm has put together:
>> http://www.gknw.com/development/apache/docs/win32/mod_jk2/
>> http://www.gknw.com/development/apache/docs/netware/mod_jk2/
>> I think this is a good base.
>>

> Well, i was thinking to something like txt file (INSTALL from Apache2 for
> example),
I meant more the content, not the format; its easy to convert this to a plain text document.

> that has both httpd.conf and workers2.minimal in it along with either .rpm
> install instructions,
> or howto build from source.
hmm, I thought we are talking about binary dists, so building from source shouldnt be covered there;
IMO building from source should go into a separate document, because that's probably a far bigger document if we really cover building for all platforms.
My intention was to get ready within 2 minutes, that means that in the ideal case you only have to extract the binary archive over the Apache2 directory and put one line 'Include conf/mod_jk2.conf' into httpd.conf, and after a restart you are already able to check the Tomcat samples - of course provided that TC runs on the same host.

Guenter.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


RE: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

Posted by Mladen Turk <mt...@apache.org>.
 

> -----Original Message-----
> From: Guenter Knauf
> Subject: RE: cvs commit: jakarta-tomcat-connectors/jk/conf 
> workers2.properties.minimal
> 
> 
> > The INSTALL can include some except from xdocs.
> > I can make that, but would rather see some native speaker involved.
> here's what Norm has put together:
> http://www.gknw.com/development/apache/docs/win32/mod_jk2/
> http://www.gknw.com/development/apache/docs/netware/mod_jk2/
> I think this is a good base.
>

Well, i was thinking to something like txt file (INSTALL from Apache2 for
example),
that has both httpd.conf and workers2.minimal in it along with either .rpm
install instructions,
or howto build from source.
 
> 
> please take a look at this archive:
> http://www.gknw.com/development/apache/httpd-2.0/netware/modul
> es/mod_jk2-20040228232017-2.0.49-dev-nw.zip
> which is a sample of the above, and in addition uses also an 
> archive comment which is displayed when opened with WinZip.
>

Yes, something  like that.

MT. 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


RE: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

Posted by Guenter Knauf <ef...@gmx.net>.
Hi Mladen,
> Well, not such a big deal :).
but was missing...

> What I'd like to do is to make a JK2 distribution (perhaps even 2.0.4)
> to include the README, INSTALL, and CHANGES.
> Inside INSTALL can be few workers2 samples, README and CHANGES are already
> in jk/native2.
that's exactly what I already do with my binaries, just look at my site; but with latest I believe I had even a better idea: I have packed it in such a way that you can directly extract it over the Apache2 dir so that all files are already in place; my structure looks like:
./apache2
         /conf
              /workers2.properties.minimal
              /mod_jk2.conf
         /modules
                 /mod_jk2.dll|nlm|so
         /ver-info
                  /mod_jk2
                          /README
                          /CHANGES
                          /STATUS
                          /INSTALL

> The INSTALL can include some except from xdocs.
> I can make that, but would rather see some native speaker involved.
here's what Norm has put together:
http://www.gknw.com/development/apache/docs/win32/mod_jk2/
http://www.gknw.com/development/apache/docs/netware/mod_jk2/
I think this is a good base.

> That would change the distribution types from simply shiping .dll (or .so)
> to creating either .zip or .tgz archives for particular platfom.
that should be no problem since I brought that already on the table, and there was a common agreement.

please take a look at this archive:
http://www.gknw.com/development/apache/httpd-2.0/netware/modules/mod_jk2-20040228232017-2.0.49-dev-nw.zip
which is a sample of the above, and in addition uses also an archive comment which is displayed when opened with WinZip.

Guenter.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


RE: cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties.minimal

Posted by Mladen Turk <mt...@apache.org>.
 

> -----Original Message-----
> From: Guenter Knauf
> Subject: Re: cvs commit: jakarta-tomcat-connectors/jk/conf 
> workers2.properties.minimal
> 
> great!! That was really missing!
> Guenter.
> 

Well, not such a big deal :).

What I'd like to do is to make a JK2 distribution (perhaps even 2.0.4)
to include the README, INSTALL, and CHANGES.
Inside INSTALL can be few workers2 samples, README and CHANGES are already
in jk/native2.
The INSTALL can include some except from xdocs.
I can make that, but would rather see some native speaker involved.

That would change the distribution types from simply shiping .dll (or .so)
to creating either .zip or .tgz archives for particular platfom.

MT.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org