Forum Discussion
Downloading iControl jar using maven pom.xml
Hi,
We are using maven framework. What are the parameters I need to give in pom.xml so that maven will download the iControl.jar while doing "mvn install"?
-Vishal
I haven't used Maven before so I'm not sure how to integrate it. You'll have to make sure you get the other Apache Axis jar files included in the distribution as well.
-Joe
- vishal_124938NimbostratusSure Joe. Thank you very much for your quick response. Is the iControl jar placed in maven repository so that it is available to everyone? Where can i find this information?
Right now the iControl libraries for Java and .Net are open source projects here on DevCentral. You can download the binaries in the iControl Assembly labs project at: https://devcentral.f5.com/community/group/aff/2106/asg/2
v11.3 of the iControl libs (.jars and .dlls) we just published yesterday.
-Joe
- vishal_124938NimbostratusThanks Joe.
- vishal_124938NimbostratusSorry., I meant Big IP Local Traffic Manager (Load balancer)
The API is modeled off of the GUI so if you can do what you want through the GUI, you'll be able to do it programmatically through iControl. Most likely the Networking.VLAN interface is where you want to look at.
-Joe
- vishal_124938NimbostratusI am not finding the interface networking in the iControl 11.3 jar
- vishal_124938NimbostratusI used NetworkingVLAN.getNetworkingVLANPort().create_v2(arg0, arg1, arg2, arg3, arg4); to create a new vlan as we do from Local Traffic Manager. Could you please confirm if this works?
- vishal_124938NimbostratusHi,
- The "Unknown method" error typically means that you are using a newer version of the library and trying to access a method that on an older version that didn't exist yet. Networking.VLAN.create_v2() was added in v11.0. What's the version of the BIG-IP you are connecting to? If you are pre v11.0, you'll want to use the Networking.VLAN.create() method.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com