We can -1 later :) .... go for it , it looks nice.

I dont understand your question fully .., you are asking about to
generate the complete javadocs for all packages ?

8<--------------------------------------------------------------------
    <javadoc packagenames="org.apache.tomcat.*" 
             sourcepath="src/share;src/facade22" 
             destdir="${tomcat.build}/webapps/ROOT/javadoc" 
             author="true" 
             version="true" 
             use="true" 
             windowtitle="Tomcat internal API" 
             doctitle="Tomcat internal" 
             bottom="Copyright © 2000 Apache Software Foundation. All
Rights Reserved."/>
8<--------------------------------------------------------------------

should work..

Saludos ,
Ignacio J. Ortega


> -----Mensaje original-----
> De: Mel Martinez [mailto:[EMAIL PROTECTED]]
> Enviado el: lunes 5 de marzo de 2001 0:04
> Para: [EMAIL PROTECTED]
> Asunto: [PATCH][tc3.3]Re: Proposed ApacheConfig.java change
> 
> 
> {sorry about the resend - I hit the send button early
> last time}
> The attached PATCH modifies 
> org.apache.tomcat.modules.config.ApacheConfig to add
> some needed flexibility.  I need someone who is
> running apache and tomcat3.3 using mod_jserv to test
> it in that 
> configuration and give their feedback.
> 
> I've tested it with mod_jk on winNT and linux 6.2 and
> it seems to work fine.  I would of course welcome any
> tests that would uncover things I may have overlooked.
>  As soon as I have a reasonable amount of feedback to
> resolve any such oversights, I will commit the
> changes.
> 
> The nature of the changes is as follows.  First off, 
> if you haven't been using the latest tomcat3.3, you
> need to tell it to auto-generate the Apache config
> files for jserv and jk. To do this, the only thing you
> need to do is insert an <ApacheConfig/> config
> intercepter element inside the ContextManager tag like
> so:
> 
> <ContextManager ... >
>   ...
>   <ApacheConfig />
>   ...
> </ContextManager>
> 
> That will make sure that ApacheConfig is invoked.
> 
> In the absence of any attributes in the
> <ApacheConfig/> 
> tag the only difference in behavior should be that the
> LoadModule statements will be wrapped in 
> <IfModule !mod_name.c>
> ...
> </IfModule> 
> tags to make the loads conditional.
> 
> In addition to making the LoadModule
> statements conditional, I've also added some
> attributes to the <ApacheConfig /> tag that should
> greatly 
> help setting up Apache and Tomcat deployments:
> 
> confighome - default parent directory for the
> following  
>   paths. If not set, this defaults to TOMCAT_HOME.
>   Ignored whenever any of the following paths is
>   absolute. 
>      
> jservconfig - path to write apache jserv conf file to.
>   If not set, defaults to
>   "conf/jserv/tomcat-apache.conf". 
>      
> jkconfig - path to write apacke mod_jk conf file to.
>   If not set, defaults to "conf/jk/mod_jk.conf".
> 
> workersconfig - path to workers.properties file used
>   by mod_jk. If not set, defaults to
>   "conf/jk/workers.properties". 
> 
> modjserv - path to Apache JServ plugin module file.
>   If not set, defaults to
>   "modules/ApacheModuleJServ.dll" on windows, 
>   "modules/Jserv.nlm" on netware, and
>   "libexec/mod_jserv.so" everywhere else. 
>   
> modjk - path to Apache mod_jk plugin file. If not
>    set, defaults to "modules/mod_jk.dll" on windows,
>    "modules/mod_jk.nlm" on netware, and
>    "libexec/mod_jk.so" everywhere else. 
> 
> jklog - path to log file to be used by mod_jk. 
> 
> All of these attributes are optional.
> 
> Please try the patch out and let me know if you have
> any problems.
> 
> Send me a +1 if you think it should be committed.
> 
> Cheers,
> 
> Mel
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail. 
> http://personal.mail.yahoo.com/
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to