If your JSP was under 'X/Y/mypage.jsp', then the .java file will appear in
<path-to-your-web-app>/WEB-INF/persistence/X/Y/mypage.java.
This is definitely true for Solaris 2.6, but I can't vouch for NT.
Regards,
James Dodd
Steven Punte <[EMAIL PROTECTED]> on 07/06/2000 04:52:14 PM
To: James Dodd/ZDNet/LON/ZDEUR@ZD Europe, Orion-Interest
<[EMAIL PROTECTED]>
cc:
Subject: orion-web.xml: development="true"
Dear James:
Thanks for the hint.
I assume you mean file:
"~orion/application-deployments/default/<appName>/orion-web.xml
Also, if I set development=true, where will the transformed jsp to
java files be stored?
Thanks in advance:
STeve Punte
e-Business Software Architect
Technologent Inc
[EMAIL PROTECTED]
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Thursday, July 06, 2000 6:52 AM
Subject: RE: HELP: Reoccurring ArrayIndexOutOfBoundsException from Orion
>
>
>
> Orion has two JSP compilers - one outputs bytecode and the other (I think)
> outputs source, which is then compiled..
>
> I'm willing to wager that if you use the latter compiler, the problem will
> disappear.
>
> To change compilers, add the attribute
>
> development="true"
>
> to the element 'orion-web-app' in
> /orion/applications/<your_app>/<your_app>-web/WEB-INF/orion-web.xml
>
> Regards,
>
> James Dodd
>
> ZDNet
>
>