When I try and run this code, I always get a responce from a server at port 80.
Which is rather odd, as the url clearly specifies port 8080! HttpClient client = *new* HttpClient(); HttpMethod get = *new* GetMethod( http://iceb_test:8080/ICECream/GUI/packageFabricate?customerName=junk&packageName=junk&transportType=EXPORT&submit=Fabricate+Package); I can open the url in a browser as expected.... The server is a Jboss / tomcat On port 80 is apachie thanks Richard
