R: error-page tag in web-xml question

2002-04-10 Thread daniele rizzi
as far as I know, no (don't know why, simply it won't work) d. (on oc4j, a close relative of orion) -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Per conto di Jose Mena Inviato: mercoledì 10 aprile 2002 13.20 A: Orion-Interest Oggetto: error-page tag in web-xml

R: Is Orion JDK 1.4 compatible?

2002-03-22 Thread daniele rizzi
Hi, if can help, I might tell you that oracle oc4j works well with jdk1.4, both in client server mode. For logging I'd suggest jakarta log4j though. bye, d. (caveat empor: my own experience is quite limited to web apps, with no ejb / jms etc. ) -Messaggio originale-Da:

R: Forwarding *.jsp from Apache to Orion

2002-03-20 Thread daniele rizzi
yes, I've got! this snippet of httpd.conf sets up a proxy from apache to a web application in orion, so that if you requests http://yoursite/Abr/index.jsp, actually http://localhost:/Abr/index.jsp is called and the content is written back to the calling browser as

R: timed events

2002-03-13 Thread daniele rizzi
Hi Casper, EJB are not multithreaded but a normal class *is*. Try putting the stuff in a public class TryMe extends Thread{} d. ps. if you need a scheduler the things are tougher. -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Per conto di Casper Højstrup

trouble with restarting

2002-03-12 Thread daniele rizzi
hi, when my own orion is restarted or shutdown via java -jar admin.jar ormi:ect -restart / -shutdown an: Error starting HTTP-Server: Address already in Use: JVM_Bind is raised; it sounds as an OS/JVM problem; is there anyone willing to shed some light? thanx, d.rizzi details: win

what happens at startup?

2002-03-05 Thread daniele rizzi
) --- ... then it repeats again for every request... any hint? thanx, daniele rizzi

R: Crap bytes in HTTP response

2002-02-26 Thread daniele rizzi
for sending a note daniele rizzi (just curious) -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Per conto di Lachezar Dobrev Inviato: martedì 26 febbraio 2002 9.54 A: Orion-Interest Oggetto: Re: Crap bytes in HTTP response Well... I don't really know what did you do

R: A nonfatal internal JIT (3.10.107(x)) error ??

2002-02-25 Thread daniele rizzi
Title: Message I agree with the diagnosis; if you spend 5 minutes filling up the sun bug report (http://java.sun.com/cgi-bin/bugreport.cgi) you'll receive an automatic reply stating to upgrade your jdk - or else to turn off jit. bye, d.rizzi [daniele rizzi]-Messaggio originale

R: A nonfatal internal JIT (3.10.107(x)) error ??

2002-02-22 Thread daniele rizzi
do you use jdk1.2.2? d. -Messaggio originale-Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Per conto di David TunkransInviato: venerdì 22 febbraio 2002 11.51A: Orion-InterestOggetto: A nonfatal internal JIT (3.10.107(x)) error ?? Anyone know what this could be?

a newbie question: error in deploying a stateless ejb

2002-02-18 Thread daniele rizzi
--- com.evermind.server.rmi.OrionRemo teException: admin is not allowed to call this EJB method, check your security settings (method-permission in ejb-jar.xml and security-role-mapping in orion-application.xml). ... etc... thanx for any help daniele rizzi ([EMAIL PROTECTED])

a servlet death...

2002-02-15 Thread daniele rizzi
Dear Sirs, I've got a servlet dying of premature death; worse still, this crashes even the application server and seems there are no hints of what happened. Where could I start to look into? thanks for any hint daniele rizzi ([EMAIL PROTECTED]) ps. I'm working with oc4j v1 (or older, don't