Forum Discussion
A__Newhagen_667
Nimbostratus
Nov 12, 2010How to launch java executable from irule
Does anyone knows how do you launch a java executable from an irule? Thanks.
The_Bhattman
Nimbostratus
Nov 12, 2010Hi A. Newhagen,
Here is one example were you can launch a file based on location. This assumes you are running on Windows I.E. with ActiveX is allowed to launch.
This is untested irule
when RULE_INIT {
set exec {
}
}
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/execute" {
HTTP::respond 200 content $::exec
}
}
}
I hope this helps
Bhattman
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects