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.
- hoolio
Cirrostratus
It's not possible to directly call anything on the filesystem from an iRule. Can you elaborate on what you're trying to accomplish? Maybe there is a way to do what you're trying to indirectly. - The_Bhattman
Nimbostratus
Hi A. Newhagen,when RULE_INIT { set exec { } } when HTTP_REQUEST { switch -glob [HTTP::uri] { "/execute" { HTTP::respond 200 content $::exec } } }
- A__Newhagen_667
Nimbostratus
Thanks for your reply. - A__Newhagen_667
Nimbostratus
Thanks for your reply. - A__Newhagen_667
Nimbostratus
I don't want to launch something from the client. I want to launch it from the F5.... - The_Bhattman
Nimbostratus
Hi A. Newhagen, - The_Bhattman
Nimbostratus
So you want to hold the the java executable on the F5? As hoolio had said it's not possible but is possible to do it indirectly.thanks,
Bhattman
- A__Newhagen_667
Nimbostratus
Thanks to all who replied. It is very much appreciated. - hoolio
Cirrostratus
If you're trying to have LTM perform authentication of client traffic against a remote auth server, you could potentially use the Access Policy Manager module to do it.
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