RE: orion-web.xml

2001-02-01 Thread Angus Mark

orion -web.xml must go in the same place as web.xml - ie: in the
web-inf directory

As for the classpath - I don't think you need to add the file:///
bit of the path - just use the directory path ie:
D:/myprojects/paomgmt/classes"/ and see what it does.

Hope that helps




Re: orion-web.xml: development=true

2000-07-06 Thread james_dodd





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











Re: orion-web.xml: development=true

2000-07-06 Thread Brien Voorhees

You should be able to find them in
"~orion/application-deployments/default/appName/persistence/" .

Brien Voorhees


- Original Message -
From: "Steven Punte" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Thursday, July 06, 2000 8:52 AM
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