R: Running beans on separate box from webserver

2000-12-06 Thread Montebove Luciano
Hi John, I'm trying to set Orion up to run my jsp pages on one box and my beans on another box. Where does the jndi.properties file go so that my default InitialContext correctly points to the other box? I'm deploying to a directory instead of a .war file. I've tried putting under my web-root

What is the use of -userThreads

2000-12-06 Thread Ng Ka To
Hi, I want to know what is the useof -userThread of java -jar orion.jar?? Is there any other parameter for orion.jar?? Thanks Kato

A question of the max-http-connections tag

2000-12-06 Thread Ng Ka To
Hi, I want to know what is the default value of the max-http-connections in the server.xml?? If I haven't set this value, is itpossible to serve any additionally concurrent user without a limit?? Thanks Kato

Re: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-12-06 Thread Klaus Thiele
Juan Gargiulo wrote: Did somebody found a work-around for the "Missing resources" problem in Orion 1.4? I tried several different potential solutions but none of them worked. I really need to get struts 1.0 working with Orion 1.4 ASAP. Me too, please! klaus -Original

TR: Servlet not found

2000-12-06 Thread PHiL
Hi, I just could not call servlet, 404 error in the browser... Here is what I've done: Add the EAR file in the in the server.xml application name="Webactiv" path="../applications/webactiv.ear" / Add the application in the default-web-site.xml web-app application="Webactiv" name="war-ic"

Re: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-12-06 Thread David Smith
I have struts 0.5 working with Orion - you need to make sure that the struts action sevlet is loaded before any of your other servlets using the load-on-startup attribute in web.xml, and that the application item does actually refer to a valid properties file. I was able to take the example

R: Servlet not found

2000-12-06 Thread DeVincentiis Giustino
Hi, looking at orion documentation (web.xml configuration file) the syntax of url-pattern tag is: url-pattern/*.thePattern/url-pattern so try adding the '/'... Giustino De Vincentiis e-mail: [EMAIL PROTECTED] -Messaggio originale- Da: PHiL [mailto:[EMAIL PROTECTED]] Inviato:

Re: Servlet not found

2000-12-06 Thread umesh sonavane
hi phil i saw ur web.xml file for mapping servlet try giving forward slash in your url-pattern tag like this servlet servlet-nameLoginServlet/servlet-name display-nameLoginServlet/display-name descriptionno description/description

Re: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-12-06 Thread Klaus Thiele
thanks David, struts 0.5 is not the problem! we are talking about 1.0. David Smith wrote: I have struts 0.5 working with Orion - you need to make sure that the struts action sevlet is loaded before any of your other servlets using the load-on-startup attribute in web.xml, and that the

Re: Problems when commiting a transaction.

2000-12-06 Thread Santosh Kumar
Check the return value of EJBContext.getRollbackOnly() before you do a commit. I believe if it is false then you cannot commit it. Also let us know how you have set the transaction attributes in the DD. - Original Message - From: Tommy Eriksson [EMAIL PROTECTED] To: Orion-Interest

RE: Servlet not found

2000-12-06 Thread PHiL
It works!!! Juste change tags to this: url-pattern/LoginServlet/url-pattern Now I have others problems, but I'll read a few before asking again :-) Seems 'context' does not act the same as Weblogic or Tomcat... Thanx for your support. Philippe PAGET -Message d'origine- De :

RE: Servlet not found

2000-12-06 Thread PHiL
Thanx, it works fine. But what's does it mean to had a / just before ??? If it's 'as is', okey I accept it :-) PHiL -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de umesh sonavane Envoyé : mercredi 6 décembre 2000 13:43 À : Orion-Interest Objet :

Re: Content-Length errors thrown when attempting to forward to a page

2000-12-06 Thread James Manning
[Mike Atkin] Our development team has been occasionally seeing the following error (listed below) thrown from Orion. This happens when our application I had a similar problem when using response.sendRedirect(). I don't know whether the same applies to you, but in our our code we had a

Configuring JMS connection from client

2000-12-06 Thread Vidur Dhanda
Hello, I can't figure out where to specify the JMS server name for a client application. In application-client.xml I provide the resource-ref entries and resource-ref-mapping entries in orion-application-client. But where do I provide the name of the JMS server? At runtime, I can provide the

RE: Configuring JMS connection from client

2000-12-06 Thread Jason Smith
I can't figure out where to specify the JMS server name for a client application. In application-client.xml I provide the resource-ref entries and resource-ref-mapping entries in orion-application-client. But where do I provide the name of the JMS server? At runtime, I can provide the name

Re: Configuring JMS connection from client

2000-12-06 Thread Vidur Dhanda
Thank you for the pointer. How do I package jms.xml with the client application? Can I just put it in the same directory as orion-application.xml? And then, how can the server name be changed at runtime? The client can connect to any EJB server by specifying the server name in the properties

Re: /servlet/TestServlet to /exec/TestServlet ??? how ???

2000-12-06 Thread Gerald Gutierrez
Look up "servlet-mapping" in the servlet specification. That is exactly what you're looking for. At 06:01 PM 12/6/2000 +0500, you wrote: Hello, Want to know how to convert http://localhost/servlet/TestServlethttp://localhost/servlet/TestServlet to

load balancer setup?

2000-12-06 Thread Mike Fontenot
To clustered/load balanced Orion users, I was wondering if anyone has configured the Orion loadbalancer with non-SSL and SSL websites within the same server? We've got this configuration on our ecom apps and I'm not sure how to proceed with load balancer configs for this. I've looked in the

RE: Group/role-mapping problem with own User implementation

2000-12-06 Thread Conrad Chan
I had the same problem as you do before. After days of try and error, finally I realized that I have to put my group name into your application's principals.xml to work. Personally I do see this as a bug Hope this help Conrad -Original Message- From: Arved Sandstrom [mailto:[EMAIL

Entity bean reference mapping

2000-12-06 Thread Juan Gargiulo
Joe, I tried the configuration example for EJB reference mapping that you described in the orionsupport site (http://www.orionsupport.com/articles/complex-or.html) for my EJBs but it's not working. I have two EJBs: Member that has a variable called "memberInfo" that is a reference to the

RE: load balancer setup?

2000-12-06 Thread Terence Kwan
On a some what unrelated question, anybody know how to setup Linux clustering? Thanks TK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Fontenot Sent: Thursday, December 07, 2000 4:00 AM To: Orion-Interest Subject: load balancer setup? To

Re: Entity bean reference mapping

2000-12-06 Thread James Manning
[Juan Gargiulo] entity-ref home="ejb/memberInfo" sorry if I'm confused, but doesn't the home= attribute have to point to the Home object for the EJB, and not the EJB itself? -- James Manning [EMAIL PROTECTED] GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB

Re: Entity bean reference mapping

2000-12-06 Thread James Manning
[Juan Gargiulo] entity-ref home="ejb/memberInfo" also, i think the home= attribute has to be a jndi location. Can the above qualify? Is it relative? -- James Manning [EMAIL PROTECTED] GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB F6E4

PostgreSQL + Date

2000-12-06 Thread Mike Cannon-Brookes
Has anyone used Postgres + CMP EJBs + java.util.Date? It works fine for me until a server restart (when Orion has to do a complete reload of the EJB) and then I get the following error: javax.servlet.jsp.JspTagException: Remote Exception: Database error: Bad Timestamp Format at 19 in 2000-12-07

Re: Problems when commiting a transaction.

2000-12-06 Thread Tommy Eriksson
The transaction attributes are set to Supports, I am running in an user transaction. And I believe that UserTransaction.getStatus should have returned STATUS_ROLLBACK if the transaction was marked for rollback. So I think that it's something that the container does when I call commit. -

Re: load balancer setup?

2000-12-06 Thread Klaus Thiele
Terence Kwan wrote: On a some what unrelated question, anybody know how to setup Linux clustering? Yes :) i will go in production with this in some days. look at http://www.linuxvirtualserver.org bye klaus -- Klaus Thiele - Personal Informatik AG mailto:[EMAIL PROTECTED] "There's