> Hello all,
> try to use Oracle JSP, thera are a offline jsp-compiler.
Hi.
Thanks for your suggestion. However I do not need an otside compiler. In
any case I can use JspC in tomcat, but that is NOT what I wanted. I want to
do this the way Orion does it. So I need to do something like:
public class MyJSPC{
public static void main(String[] args){
com.orionserver.http.OrionHttpJspPage MY_COMPILED_PAGE =
new com.evermind._rj(some_params).bb(MyJspPage_Source);
}
}
You see? I REALLY need the Orion JSP compiler to work. I can use other
compiler, but that is not what I wanted.
Lachezar :(