[jira] [Commented] (COMDEV-217) AJP client library and command line tools

2018-03-31 Thread Mark Thomas (JIRA)

[ 
https://issues.apache.org/jira/browse/COMDEV-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16421271#comment-16421271
 ] 

Mark Thomas commented on COMDEV-217:


Sure. Tomcat has two wikis (we are very slowly moving content from one to the 
other). I suggest you create a new page under:
https://cwiki.apache.org/confluence/display/TOMCAT/Design+and+Development+Issues

Once you have created an account you'll need to ping the Tomcat dev list to get 
write access.

> AJP client library and command line tools
> -
>
> Key: COMDEV-217
> URL: https://issues.apache.org/jira/browse/COMDEV-217
> Project: Community Development
>  Issue Type: New Feature
>  Components: GSoC/Mentoring ideas
>Reporter: Mark Thomas
>Priority: Major
>  Labels: gsoc, gsoc2017, gsoc2018
>
> Apache Tomcat supports the AJP protocol for communication between reverse 
> proxies (httpd, IIS, etc) and Tomcat. It would be useful for various purposes 
> (bug investigation, testing, load testing, etc.) to have an wget/curl/ab etc. 
> equivalent for AJP.
> A good starting point exists in the Apache JMeter project. This task is to 
> produce (probably but not necessarily starting from the JMeter code):
> - A Java library that provides AJP client functionality
> - integrate that client with JMeter
> - provide a command line wrapper for that client library
> and then use the library to (stress) test Tomcat's AJP implementations, 
> identify bugs and provide patches for those bugs.
> For the history see https://bz.apache.org/bugzilla/show_bug.cgi?id=47242



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (COMDEV-217) AJP client library and command line tools

2018-03-31 Thread Milan Karunarathne (JIRA)

[ 
https://issues.apache.org/jira/browse/COMDEV-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16421193#comment-16421193
 ] 

Milan Karunarathne commented on COMDEV-217:
---

In step 2, As you mentioned, Can I open new design on Tomcat wiki?

 

> AJP client library and command line tools
> -
>
> Key: COMDEV-217
> URL: https://issues.apache.org/jira/browse/COMDEV-217
> Project: Community Development
>  Issue Type: New Feature
>  Components: GSoC/Mentoring ideas
>Reporter: Mark Thomas
>Priority: Major
>  Labels: gsoc, gsoc2017, gsoc2018
>
> Apache Tomcat supports the AJP protocol for communication between reverse 
> proxies (httpd, IIS, etc) and Tomcat. It would be useful for various purposes 
> (bug investigation, testing, load testing, etc.) to have an wget/curl/ab etc. 
> equivalent for AJP.
> A good starting point exists in the Apache JMeter project. This task is to 
> produce (probably but not necessarily starting from the JMeter code):
> - A Java library that provides AJP client functionality
> - integrate that client with JMeter
> - provide a command line wrapper for that client library
> and then use the library to (stress) test Tomcat's AJP implementations, 
> identify bugs and provide patches for those bugs.
> For the history see https://bz.apache.org/bugzilla/show_bug.cgi?id=47242



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (COMDEV-217) AJP client library and command line tools

2018-03-12 Thread Mark Thomas (JIRA)

[ 
https://issues.apache.org/jira/browse/COMDEV-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16395734#comment-16395734
 ] 

Mark Thomas commented on COMDEV-217:


Hi.

For more details and some background, take a look at the Bugzilla issue in the 
description.

To start contributing you should:

subscribe to d...@tomcat.apache.org (http://tomcat.apache.org/lists)
subscribe to d...@jmeter.apache.org (http://jmeter.apache.org/mail.html)
sign up for a ASF Bugzilla account
Step one is introduce yourself to the mailing lists.

The step 2 will be to draft an API. For that, you'll probably want to use the 
Tomcat wiki so sign up for an account there (cwiki.apache.org) and ask on the 
Tomcat dev list for edit privs for the wiki. Look at the code linked from the 
BZ issue for ideas. Keep in mind that we need to be able to send invalid as 
well as valid data via this API. Put some ideas together and ask for feedback.

I'm sure you'll have lots of questions as you go. Just ask on the 
dev@tomcat.a.o list.

> AJP client library and command line tools
> -
>
> Key: COMDEV-217
> URL: https://issues.apache.org/jira/browse/COMDEV-217
> Project: Community Development
>  Issue Type: New Feature
>  Components: GSoC/Mentoring ideas
>Reporter: Mark Thomas
>Priority: Major
>  Labels: gsoc, gsoc2017, gsoc2018
>
> Apache Tomcat supports the AJP protocol for communication between reverse 
> proxies (httpd, IIS, etc) and Tomcat. It would be useful for various purposes 
> (bug investigation, testing, load testing, etc.) to have an wget/curl/ab etc. 
> equivalent for AJP.
> A good starting point exists in the Apache JMeter project. This task is to 
> produce (probably but not necessarily starting from the JMeter code):
> - A Java library that provides AJP client functionality
> - integrate that client with JMeter
> - provide a command line wrapper for that client library
> and then use the library to (stress) test Tomcat's AJP implementations, 
> identify bugs and provide patches for those bugs.
> For the history see https://bz.apache.org/bugzilla/show_bug.cgi?id=47242



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (COMDEV-217) AJP client library and command line tools

2018-03-12 Thread Milan Karunarathne (JIRA)

[ 
https://issues.apache.org/jira/browse/COMDEV-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16395675#comment-16395675
 ] 

Milan Karunarathne commented on COMDEV-217:
---

I'm Milan Karunarathne and a student at Information Technology, University of 
Moratuwa, Sri Lanka. I participated in GSoC 2015 and completed my project on 
OpenMRS successfully. I'm interesting in contributing to "AJP client library 
and CLI tooling" during GSoC 2018 program and like to implement that idea.

Thanks

> AJP client library and command line tools
> -
>
> Key: COMDEV-217
> URL: https://issues.apache.org/jira/browse/COMDEV-217
> Project: Community Development
>  Issue Type: New Feature
>  Components: GSoC/Mentoring ideas
>Reporter: Mark Thomas
>Priority: Major
>  Labels: gsoc, gsoc2017, gsoc2018
>
> Apache Tomcat supports the AJP protocol for communication between reverse 
> proxies (httpd, IIS, etc) and Tomcat. It would be useful for various purposes 
> (bug investigation, testing, load testing, etc.) to have an wget/curl/ab etc. 
> equivalent for AJP.
> A good starting point exists in the Apache JMeter project. This task is to 
> produce (probably but not necessarily starting from the JMeter code):
> - A Java library that provides AJP client functionality
> - integrate that client with JMeter
> - provide a command line wrapper for that client library
> and then use the library to (stress) test Tomcat's AJP implementations, 
> identify bugs and provide patches for those bugs.
> For the history see https://bz.apache.org/bugzilla/show_bug.cgi?id=47242



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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