Skip to content

Testing Http Proxy

giovo87 edited this page Jun 25, 2012 · 11 revisions

In this section you should find some informations about the test process of Http Proxy application. If you have correctly imported the project into Eclipse or another IDE, you should find a path named src/test/java and inside this there are two package named it.geosolutions.httpproxy and it.geosolutions.httpproxy.jetty.

About this it's important to know that in order to run some tests on Http Proxy it's necessary to open the application with Jetty executing the follow command:

mvn jetty:run

And then it's necessary to go in Eclipse and do a right click on the file Strat.java under the package it.geosolutions.httpproxy.jetty and click on "Run As->JUnit Test"

Clone this wiki locally