Can we have a small proxy server run as part of the test script that would start
it and stop it and just use localhost connections?
Gregg Wonderly
Peter Firmstone wrote:
Hi Elijah,
To test HTTP proxy support for the net.jini.jeri.http transport
implementation.
It's listed under JIRA as issue RIVER-306
https://issues.apache.org/jira/browse/RIVER-306
Sun originally had a Squid http proxy server on their network, it's
hostname was jiniproxy, it's hardcoded into one of the jtreg tests;
net/jini/jeri/http/echo/EchoImpl.java
I want to have all tests running before releasing AR2. In order to
stimulate a more agile development model, were trying to make the
integration test suite and the jtreg unit and regression tests more
developer friendly (easier to setup and run using ant). The junit test
framework has also been adopted recently.
Once testing is working properly, I'd like to look at the implementation
of jini over http networks based on the work that Mark Brouwer did in
the Seven project. He made a presentation at JCM10, the slides for
which are still available. If you want to check the Seven project out,
add the following to your Internet host table (/etc/hosts) as DNS lookup
no longer works:
62.177.181.217 www.cheiron.org scm.cheiron.org issue.cheiron.org
After that I'd like to play around with NIO and DEFLATE compression for
serialization and http classserver performance improvements.
I recently stumbled across a complete Java implementation of Kerberos
Server and client software, I'm thinking there may be benefits for River
running with a default authorisation setup, however it's GPL2, so I'd
have to ask if it can be relicensed first.
Cheers,
Peter.
Elijah Menifee wrote:
What roll does the Squid proxy on Sun's network play on
building/testing/releasing AR2?
On Fri, Jul 3, 2009 at 7:22 PM, Peter Firmstone <[email protected]> wrote:
That's almost the plan, just want to get all the tests right first and a
couple of tweaks to the build then release. It's almost ready, I've
just
been very busy and haven't gotten onto it yet. Not much work left
though.
On that subject, I'm having some trouble deciding on a solution to
replace
the Squid proxy server that was present on Sun's network? Any ideas?
Cheers,
Peter.