Re: One Build.xml

2001-02-15 Thread Porfiriev Sergey
U don't need to build ear every time to test application In your application.xml write module web web-uriSOME_DIR-web/web-uri context-root//context-root /web /module so you will get: APPLICATION-DIR/ META-INF/ Application.xml SOME_DIR-web/ your_ejb_here I use Ant for ejb

Re: writing to application.log from EJB

2000-11-06 Thread Porfiriev Sergey
Hello Mark, Sunday, November 05, 2000, 1:38:08 AM, you wrote: M Folks: M How do you write to the default-application.log from an EJB? M From a servlet you call getServletContext().log(). Can find anything M analogous in EJB-Land. M Thanks for your help! (Sorry if this is documented somewhere

Error handler followup:

2000-10-30 Thread Porfiriev Sergey
ace:br pre % exception.printStackTrace(new java.io.PrintWriter(out)); }% /pre --Porfiriev Sergey- mailto:[EMAIL PROTECTED]Axwell http://www.axwell.com--

Re: Question

2000-10-19 Thread Porfiriev Sergey
Here is my startup script for NT (unix script is much alike) - it separetes stderr stdout perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" log/ORION.log perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" log/ORION.err java -Xmx860m -Dxml.rewrite=false -jar

Re: Orion Success

2000-10-17 Thread Porfiriev Sergey
Yes, i've done old_application asp processing this way All graphics/*.js/*.css keeped in Orion structure, and only asp works at standalone server. - Original Message - From: "David Kenzik" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, October 17, 2000 4:48 PM

Re: displaying xml

2000-10-16 Thread Porfiriev Sergey
To Magnus Karl Avedal: it will be good idea to open "users contribution" topic at www.OrionServer.com ( like orionsupport was). and as result traffic in orion-interest will be decreased :) - Original Message - From: Derek Akers To: Orion-Interest Sent: Monday, October

Re: setting up jdbc with oracle 8i on NT

2000-10-02 Thread Porfiriev Sergey
racle8i" location="jdbc/Oracle8i" xa-location="" ejb-location="" connection-driver="oracle.jdbc.driver.OracleDriver" username="system" password="manager" url="jdbc:oracle:thin@misaklap:1521:trade" inactivity-timeout="30" / /data-sources Please advise. Thanks, Misak --- Porfiriev Sergey [EMAIL PROTECTED]visit: www.axwell.com e-commerece portal based on orion server.

Re: NULL/NOT NULL with autocreated tables

2000-09-19 Thread Porfiriev Sergey
The best way not to use tables autogeneration at all Make optimal schema, write table api beans for your schema, write application beans - Original Message - From: "KirkYarina" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, September 19, 2000 12:33 PM Subject:

Re: Detail logging? Is it possible (System.error.println - where do i t go to in Orion)

2000-09-13 Thread Porfiriev Sergey
I use following script for Orion Start perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" log/ORION.LOG perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" log/ORION.ERR java -Xmx160m -Dxml.rewrite=false -jar orion.jar 1log/ORION.LOG 2log/ORION.ERR perl -e

Orion Log file analyser

2000-08-31 Thread Porfiriev Sergey
I've read in this list about log file analysers that can Analyse Orion Logs ( somehow changed via web-site.xml /web-site/access_log ) But i've lost this information. :( What analyzers i can use with Orion ( and how )

Re: Where Orion puts the code?

2000-08-31 Thread Porfiriev Sergey
for me it is: $ORION_HOME/application-deployments/$APP/$WEB_APP/persistence/ - Original Message - From: "Ismael Blesa Part" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, August 31, 2000 7:56 AM Subject: Where Orion puts the code? I have some jsps and I have

100% processor load with SSL (URGENT PROBLEM)

2000-08-24 Thread Porfiriev Sergey
I've got troubles using SSL with orion (windows NT sp6 platform, JDK 1.3 ), after SSL usage CPU usage goes to 100% even on my dual P3-800 (even no request are serving) ( This not happends immediate, but always after some times ) Orion 1.1.37 Orion 1.2 Is there some workarounds? PS: what about

Re: Oracle DS

2000-08-21 Thread Porfiriev Sergey
use classes12_1.zip from http://technet.oracle.com Do not use classes111.zip at all. My mistake was in incorrect oracle url. But now I'm getting this error: com.evermind.server.rmi.OrionRemoteException: Database error: Message file 'oracle.net.mesg.Message' And indeed there is no such class in

Re: Ecommerce sites using Orion

2000-08-16 Thread Porfiriev Sergey
We develop e-commerce site (not yet gone in real production) www.axwell.com - Original Message - From: "Chris Miller" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, August 16, 2000 4:41 PM Subject: Ecommerce sites using Orion We're developing a fairly large

Re: Integration with existent www-servers

2000-08-07 Thread Porfiriev Sergey
I've succesefuly installed tunneling except for "POST" method - "GET" request works fine, but POST doesn't :( Orion 1.1.37 Is this issue known? PS: i use tunneling to access internal IIS ( *.asp) server - Original Message - From: "Karl Avedal" [EMAIL PROTECTED] To: "Orion-Interest"

Re: Faster deployment?

2000-08-03 Thread Porfiriev Sergey
--- Anders Bengtsson [EMAIL PROTECTED] wrote: Hello, Does anyone have any ideas for how to make .ear deployment go faster? deploy beans, not ear file. write application name="app" path="../../app" / in yours server.xml Make META-INF directory in ../../app place

Re: protect pages

2000-08-02 Thread Porfiriev Sergey
he web.xml? Thanks in advance, Egor. Porfiriev Sergey Boston, MA

SSL and Orion (urgent)

2000-05-29 Thread Porfiriev Sergey
I have troubles installing SSL under Orion I've followed Orions instructions: On the first step i've got following error: D:\Orion\docs\sslkeytool -genkey -keyalg "RSA" -keystore keystore -storepass 123456 -validity 360 keytool error: KeyPairGenerator not available i've installed jce 1.2.1