RE: MVC/XML Framework Comments please

2001-04-30 Thread Arved Sandstrom
We use XSLT quite a lot. When you say web application I assume you are interested in the presentation aspects of XSLT; reason I make the distinction is because I'd say XSLT is considerably more important on the back-end (or can be, depending on your data sources). We use XSLT for presentation.

Setting Up Orion/OpenJMS Behind Firewall - What Ports to Open?

2001-04-30 Thread Neal Kaiser
Hi All, I will have two machines in my environment, both running Orion. One will be holding the EJBs, database, while the other is for the webapp. What ports, besides 80 and 443 do I need to open? What ports will RMI, ORMI, OpenJSM use? Thanks!

RE: log4j and ejb

2001-04-30 Thread Yves Bossel
We call log4j from JSP and from EJB. We use a servlet to startup log4j: a servlet parameter passes the configuration file name. Here is the code: public class InitLog4J extends HttpServlet { private static final String PARAM_NAME_CONFIG_FILE = configuration.file; public void

Re: log4j and ejb

2001-04-30 Thread Todd M Benge
Thanks for replies. I don't think it's actually necessary to load it from a bean and would probably be better to use a servlet. Todd Fredrik Lindgren wrote: Is it necessary for you to load the configuration from an EJB? We use the DOMConfigurator by having a simple servlet load the

Orion-based JSP bug -- The Case of the Exhibiting %00

2001-04-30 Thread Rex McFarlin
Can anyone help us solve a perplexing JSP bug? We have been unsuccessful. If a "%00" is attached to the end of a URL (as in, http://localhost:8008/dcr/index.jsp%00) to a JSP page that is being served by Orion server, the user receives, not the rendered HTML page that he or she might be

Orion and Apache Soap javax.naming.NameNotFoundException

2001-04-30 Thread Joni Wilson
I've been scanning the e-mails and I see there are a couple of people who have installed Apache soap on Orion. I have it up and running but am having a bit of a problem with the Hello ejb example. I keep getting javax.naming.NameNotFoundException: samples/HelloService not found. Here is my

Re: Can't I use Transactions with Access 2000 ? Access2000 seems to support XAs ...but..

2001-04-30 Thread Ray Harrison
Not sure, but I don't believe Access is designed for transactions in particular. Regardless, though, try SAP DB (www.sapdb.org) for Windows 2K - it is a solid, transaction supporting, commercial grade free database with a type 4 JDBC driver. My consultancy does ETL and enterprise data

Re: MVC/XML Framework Comments please

2001-04-30 Thread Daniel Lopez
Hi Jeff, As I mentioned in a previous post, we are also using XSLT in our applications (we've implemented around 10 so far). We already tried different approaches, namely Oracle Application Server PLSQL Cartridge, JDBC servlets, JSP + JDBC Servlets, JSP + EJB, as things were evolving. The story

RE: Advanced OR mapping

2001-04-30 Thread Alex Paransky
I have been able to do amazing things with Orion's OR mapping. What specific problem are you having? As you have described: Product - ProductType Product - Supplier - Country Product - Packing Unit Attribute - AttributeType Media - MediaType Price - Currency Price - ClientType Price - SalesTax

Is it possible to have Apache as Reverse Proxy (front-end) and LoadBalancer ?

2001-04-30 Thread Ismael
Is it possible to have Apache as Reverse Proxy (front-end) and LoadBalancer at the same time.? I think that on the servers you define the front-end and they will collide. Anyone knows how to do it?

Re: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-04-30 Thread Hani Suleiman
This bug was reported and fixed a long time ago, you should upgrade! On Mon, 30 Apr 2001, Rex McFarlin wrote: Can anyone help us solve a perplexing JSP bug? We have been unsuccessful. If a %00 is attached to the end of a URL (as in, http://localhost:8008/dcr/index.jsp%00

Orion and the JRocket VM

2001-04-30 Thread Peter Dunn
Has anyone had success with JRocket and Orion. JRocket is suppose to be one of the most fastest and most scalable VMs www.volano.com/report.html but I am unable to get the Orion running with it. Apparently WebLogic will run with JRocket. www.jrocket.com Regards, Peter

Re: Is it possible to have Apache as Reverse Proxy (front-end) and LoadBalancer ?

2001-04-30 Thread Joseph B. Ottinger
Sure, it's possible. Dumb, but possible. See www.orionsupport.com for more on it. Note that we saw degradation on a massive scale - something that took 12 seconds without apache proxying took 1 minute 45 seconds with apache, in the worst case. :) On Mon, Apr 30, 2001 at 08:04:17PM +0200, Ismael

RE: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-04-30 Thread Aaron Tavistock
Doesn't happen for me on Orion 1.4.8, Jdk1.3, Redhat Linux 7.1 -Original Message-From: Rex McFarlin [mailto:[EMAIL PROTECTED]]Sent: Monday, April 30, 2001 8:28 AMTo: Orion-InterestSubject: Orion-based JSP bug -- The Case of the Exhibiting %00 Can anyone help us solve a

Re: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-04-30 Thread Jeff Hubbach
Rex, I just tried to duplicate your situation, both with zeroes (yielded a 400 Bad Request) and capital o's (yielded a 404 Not Found). I'm running Orion 1.4.5 on Red Hat 6.2 with Sun's JDK 1.3. Jeff Hubbach. Rex McFarlin wrote: Can anyone help us solve a perplexing JSP bug? We have been

META HTTP-EQUIV=\refresh\ in JSP with Orion 1.4.5

2001-04-30 Thread Debabrata Panda
We have some JSPs with META tags which work fine with Tomcat and iPlanet. But this does not seem to be working with Orion. Am I missing anything. This does not seem to call Launch.JSP when we deploy the WAR with Orion. out.println(META HTTP-EQUIV=\refresh\ CONTENT=\1; URL=Launch.jsp\ ); Any

RE: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-04-30 Thread Kesav Kumar
Orion1.4.7 jdk1.3 winNT 400 Bad Request Kesav Kumar Software Engineer Voquette, Inc. 650 356 3740 mailto:[EMAIL PROTECTED] http://www.voquette.com Voquette...Delivering Sound Information -Original Message-From: Rex McFarlin [mailto:[EMAIL PROTECTED]]Sent: Monday, April 30,