RE: Where to put application parameters?

2001-04-06 Thread Toth [EMAIL PROTECTED], Adam \(E-mail\)
{ ins = getClass().getClassLoader().getResourceAsStream(path); } catch (Throwable ex) { com.amaio.util.sys.prn("Error getting XML resource"+ex); } - Original Message - From: Toth [@FREEMAIL], Adam (E-mail) [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Th

Where to put application parameters?

2001-04-05 Thread Toth [EMAIL PROTECTED], Adam \(E-mail\)
Hi, We're using a component in our sw, and that needs a config XML file. The following method is used currently: java -Dsomeparam=path-to.xml -jar orion.jar We don't have to source, and it's working ok I''ve tried to put this into web-inf/web.xml (into EAR in WAR of course) like this: [..]

Internal Server Error

2001-04-03 Thread Toth [EMAIL PROTECTED], Adam \(E-mail\)
Hi, We're testing our web project (JSPs, Servlets and MS SQL 2000 DB). Orion app server version is v1.4.0. The test tool is MSWeb Application Stress v1.1. It's cool and free anyway, take a look: http://webtool.rte.microsoft.com/ The problem is minor, but it would be nice to clarify. During a

RE: Internal Server Error

2001-04-03 Thread Toth [EMAIL PROTECTED], Adam \(E-mail\)
Thank you for the replies! From: Mike Cannon-Brookes Sent: Tuesday, April 03, 2001 13:56 - check in your application.log file for that application, the errors will be there Thanks, it's there, and ehh, I've found an interesting problem. So it was me.. :| In the application log

RE: Orion as a Win2000 service ?

2001-02-28 Thread Toth [EMAIL PROTECTED], Adam \(E-mail\)
In the archive I've found the following: From:Larry Velez [EMAIL PROTECTED] Subject: Orion as a Win2000 service I am running Orion as a service using the following RunSvcExe script: Note that jvmi.exe (http://www.kcmultimedia.com/jvmi/) is necessary because of a bug (or feature) in Win32

RE: Orion as a Win2000 service ?

2001-02-28 Thread Toth [EMAIL PROTECTED], Adam \(E-mail\)
I have to reply to my own question, since I got a quick response from the author of JVMI. The solution is to put orion.jar to classpath and invoke the main class: c:\jdk1.3\jre\bin\hotspot\jvmi.exe -cp orion.jar com.evermind.server.ApplicationServer It's seems to be working. Sorry if it was

cannot connect JMS server on other machine

2001-02-13 Thread LuTai-Hsin \(E-mail\)
I am trying to access a orion server on other machine. While I think supplied the correct information, the QueueConnections seems to still connecting on localhost. Here is my code: Hashtable htEnv = new Hashtable(); htEnv.put("java.naming.factory.initial",

RE: RE: EJB Deployment

2000-05-21 Thread E Mail
What is this deploytool? Do you mean the tool that starts by "jar -jar ejbmaker.jar"? thanks. YL -Original Message- From:Jeremy Cowgar [EMAIL PROTECTED] Sent:Fri, 19 May 2000 16:54:19 -0400 To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: EJB Deployment