Ignore:
Timestamp:
May 27, 2010, 3:01:55 PM (14 years ago)
Author:
slederer
Message:

WAR-Task: nur benötigte JARs inkludieren

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/Client.java

    r871 r876  
    376376         */
    377377        private VanHelsingStub getStub() throws Exception {
    378                 String url = new String("http://localhost:8080/");
     378                String url = new String("http://localhost:8082/");
    379379                VanHelsingStub stub = new VanHelsingStub(url);
    380380                stub._getServiceClient().getOptions().setProperty(org.apache.axis2.transport.http.HTTPConstants.CHUNKED, Boolean.FALSE);
Note: See TracChangeset for help on using the changeset viewer.