I would like to port our sas Intranet application to Stored Process ...
The part of the url [ "_program=lib.cat.entry.scl"] is hard coded in lot of sas code.
in scl, slist, class, etc. .. - so not so easy to rewrite to Stored process...
is it possible to register stored process at "lib.cat.enry.scl" name without Path?
And this stored process is calling the stprunen.sas -code?
so I should'nt change the URL of the IntrNet code ..
What I have tried :
- The SMC is forcing to give a path - and I can't register in the root ...
But I think it will be a good suggestion in the next version ...
- or is this exist some TomCat hack to rewrite "_program" value
that can emulate the SAS IntraNet behavior ?
like -->
from: ..... _program=lib.cat.entry.scl
to : ..... _program=sbip://hack/stprunen&_entry=lib.cat.entry.scl
Thanks in advance ..
Imre
Message was edited by: MKB_SMU