Re: I've added DOAP file for Apache Fineract

2023-10-05 Thread Andrew Wetmore
I believe you also have to add the file's location to this file:

https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects.xml

Use as a model one of the existing entries.

See the info under 'submitting your file' at
https://projects.apache.org/create.html

a


Virus-free.www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Thu, Oct 5, 2023 at 1:12 AM James Dailey  wrote:

> It is now at this URL
> https://github.com/apache/fineract-site/blob/asf-site/doap_Fineract.rdf
> resolved from  http://fineract.apache.org/doap_Fineract.rdf
>
> Is this the correct place for it to be picked up automatically?
> https://projects.apache.org/project.html?fineract
>


-- 
Andrew Wetmore

Editor, Moose House Publications 
Editor-Writer, The Apache Software Foundation 


Re: apache with backend tomcat on diff host facing 503 error

2023-10-05 Thread Rajasekhar B
HI Team,

Please help me ,

Thanks
Raj

On Thu, Oct 5, 2023 at 7:05 PM Rajasekhar B 
wrote:

> HI Team,
>
> I'm a newbie to apache/tomcat .
>
> I'm working on a setting up apache webserver Infront of the tomcat server,
> I have apache webserver on one host(10.176.165.21), and tomcat on another
> host (10.176.165.22). Both are on OS RHEL 7.9.
>
> On the Web server host, I have installed the httpd and configured it to
> connect with the tomcat host. Sharing the config below.
>
> Apache version: Server version: Apache/2.4.6 (Red Hat Enterprise Linux)
>
> Tomcat Server version: Apache Tomcat/9.0.80
>
> /etc/httpd/conf.d/workers.properties:
> worker.list=worker1
>
> worker.worker1.type=ajp13
> worker.worker1.host=10.176.165.22
> worker.worker1.port=8009
>
> I'm using the modjk connector for establishing the connectivity b/n
> apacehe and tomcat.
>
> modjk config:
> # Load mod_jk module
> LoadModule jk_module modules/mod_jk.so
>
> # Specify the workers for Tomcat instances
> JkWorkersFile /etc/httpd/conf.d/workers.properties
>
> # Configure the mod_jk log file
> JkLogFile /var/log/httpd/mod_jk.log
>
> # Set the log level
> JkLogLevel info
>
> # Mount your web application to Tomcat
> JkMount /* worker1
>
> Tomcat :
>
> On the tomcat host : the server config below AJP connector config has been
> set.
>
> 
>address="::1"
>   port="8009"
>   maxParameterCount="1000"
>   />
>
>
> 8009 port is listening on tomcat server and enabled in required firewalls.
>
> [Thu Oct 05 04:37:08.658 2023] [ZR51tP-yAAFF7pqs0XfINAM]
> [26749:140710419421312] [info] jk_open_socket::jk_connect.c (818): connect
> to 10.176.165.22:8009 failed (errno=111)
> [Thu Oct 05 04:37:08.658 2023] [ZR51tP-yAAFF7pqs0XfINAM]
> [26749:140710419421312] [info] ajp_connect_to_endpoint::jk_ajp_common.c
> (1092): (worker1) Failed opening socket to (10.176.165.22:8009)
> (errno=111)
> [Thu Oct 05 04:37:08.658 2023] [ZR51tP-yAAFF7pqs0XfINAM]
> [26749:140710419421312] [error] ajp_send_request::jk_ajp_common.c (1768):
> (worker1) connecting to backend failed. Tomcat is probably not started or
> is listening on the wrong port (errno=111)
> [Thu Oct 05 04:37:08.658 2023] [ZR51tP-yAAFF7pqs0XfINAM]
> [26749:140710419421312] [info] ajp_service::jk_ajp_common.c (2892):
> (worker1) sending request to tomcat failed (recoverable), because of error
> during request sending (attempt=1)
>
> I'm looking for help ,
>
> Thanks,
>
> Raj
>


Re: apache with backend tomcat on diff host facing 503 error

2023-10-05 Thread Gilles Sadowski
Le jeu. 5 oct. 2023 à 15:43, Rajasekhar B  a écrit :
>
> HI Team,
>
> Please help me ,

https://tomcat.apache.org/findhelp.html

HTH,
Gilles

> > [...]

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



Community docathon in Halifax?

2023-10-05 Thread Shane Curcuru
A number of us have been working on some very specific community 
documentation improvements over the past year, and it would be great to 
find time in Halifax to share ideas and energize each other.  Who's 
going to be there, when might you want to work on this, and what are 
your ideas?


Besides all sorts of editing pages to really focus on writing for the 
average reader (often newcomers on community.a.o pages), I really wonder 
about holistic improvements to information architecture, especially ones 
that normalize and canonicalize all the processes around the ASF way. 
Rich and others have already started great contributor ladder stuff, and 
also eliminating or consolidating duplicate pages.


One issue I struggle with strategically is: where should different 
content live?  On one hand, we want to focus on the reader, and meet 
them with what they need.  On the other hand, we have various 
communities/officers inside the ASF who either set policy, or perhaps 
just provide advice and best practices.  Where should different policies 
- and documentation thereof - live?


I think we need to strive towards documentation bits that can be 
repurposed, or can otherwise serve both as an intro to a whole process, 
as well as a more detailed "why" that process came to be.


I also think organizationally, we need to decide what lives where and 
make it easier to keep updated.  It often feels like core policies and 
strict requirements primarily need to live on /dev (or /legal, 
/foundation/trademarks, infra.a.o, etc.), but that they should be 
shorter, clearer, and more direct about exactly what their policies are.


And then much of the why content, and content that helps draw newcomers 
into thinking about the bigger picture, should primarily live on 
community.a.o.  If people are curious or want to learn about how we 
*think* about communities, come to ComDev. But if existing committers 
just want to know how to vote on a release, go to the appropriate and 
simple /dev page that just describes the process.


I'll be in Halifax thru Wednesday lunchtime, but will mostly be speaking 
and thinking about sustainability all Sunday - including at a 
Sustainability BOF in the evening.=


--
- Shane
  ComDev PMC
  The Apache Software Foundation

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org