re: apache + orion

2002-02-06 Thread Daniel Lopez
Hi, Yes it is. But you have to play with mod_rewrite as mod_proxy just allows you to redirect directories. Combining both modules you can select certaing types of files, but be careful as mod_rewite is somtimes tricky. D. Hello, I recently started up Orion on 127.0.0.1:8090 with apache

Re: Auto Class Reloading

2001-10-13 Thread Daniel Lopez
Hi Ted, Something like that happened to me recently, and it turns development into a tedious task as you have to re-login every time. The usual cause, as you mentioned, is that you probably store something in some session or in the context that is not serializable. The fact that you can store it

Re: Design strategy

2001-10-02 Thread Daniel Lopez
Hi George, I don't know about EJB, as we don't use them, but having an extra table to represent an n-m relationship is a well stablished technique when designing relational databases. AFAIK there's no other way to do that while providing db-enforced consistency and avoiding redundancy. You

Re: ORacle db string over 4000 chars

2001-09-08 Thread Daniel Lopez
Hi, I've implemented a couple of applications that stored files inside the database using the Oracle thin driver (we never use any driver type but the thin). To do so we just used LONG RAW columns and getBinaryStream() and setBinaryStream(). Even though we also used ZipInputStream/ZipOutputStream

Re: FORM based authentication with form-login-page as a JSP

2001-09-08 Thread Daniel Lopez
Hi, I've never tried using FORM based authentication, but if orion uses the forward mechanism to redirect the request to the login page, I think I remember there is a method to get the original request URL when you do so... let me see... no, I can't seem to find it in the spec. I've just found

[Fwd: Re: Orion and JMS: javax.naming.NameNotFoundException]

2001-08-22 Thread Daniel Lopez
Hi (third try to the list, first ones didn't make it), I haven't got a single answer, so I'm wondering if nobody is using Orion JMS or this mailing list is playing funny with me. Has anybody configured and used Orion JMS? Could somebody please elaborate on the steps necessary to get this thing

Strange problem with JSP

2001-06-28 Thread Daniel Lopez
Hi, I'm having a pretty strange problem with a JSP page, the error I'm getting is somethinh like: 500 Internal Server Error Error parsing JSP page /nav/HOMRSV.jsp Syntax error in source /nav/HOMRSV.jsp.java:7330: No variable orionserver defined in class

Re: Using JAAS for authentication (Was: bugs in @page extends=...)

2001-06-03 Thread Daniel Lopez
Hi Joni, Thank you very much for you info. It actually sounds as I thought it would when I looked at it, some time ago. Unfortunately, I had already implemented our own framework and I decided not to go for JAAS until these points that you mention are solved. Things that, IMHO, are lacking in

Re: Cocoon in Harmony with Orion?

2001-05-14 Thread Daniel Lopez
Hi Holden, I'm afraid I can't help you much, as I also tried unsuccesfully to get Cocoon 1.8.2 to work with Orion. In ended up using 1.8.0 which at least works. I think the problem lies in the different XML parsers that both products use. With the previous version of Cocoon you had some ways of

Re: Standar Template

2001-05-11 Thread Daniel Lopez
Hi, I haven't looked much into SiteMesh, but, just looking at the overview, it seems to me that you still have to generate the content of the different sites that you want to mesh, and if they look totally different then you are out of luck. We are using the same approach that Jeff is talking

Re: common practice for configuring orion app/web-site

2001-05-10 Thread Daniel Lopez
I don't know what the others do, but we split different projects in different servers(orion instances), as we want to be able to stop/start applications without affecting the rest. Now that hot deployment is becoming a reality, we might start concentrating them using different applications inside

Re: Share sessions????

2001-05-09 Thread Daniel Lopez
Hi Tomas, AFAIK, you can't do what you want to do, as sessions are not shared between different applications. When you try... disp=context.getRequestDispatcher(/app2/app2.jsp); disp.forward(request,response); from inside your app1 application, you are really forwarding to /app1/app2/app2.jsp,

Re: Interests sake

2001-05-03 Thread Daniel Lopez
Development on Windows (95/NT) and production on SunOS and Digital Unix, but we have even tested it on OpenVMS :). Cheers, D. Johan Fredriksson wrote: Development on win2k and production on Solaris. Johan - Original Message - From: Adam Cassar [EMAIL PROTECTED] To:

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: MVC/XML Framework Comments please

2001-04-27 Thread Daniel Lopez
Hi, As we have also rolled our own solution, I'll just add my two cents. As Tim, we found that the existing frameworks didn't fit quite well into what we wanted to do, (that was even before Struts was created) and as we wanted to integrate other features... Following the Model 2-controller

Re: Orion support company

2001-04-26 Thread Daniel Lopez
Eummm, www.orionserver.com works fine for me. OTOH, I haven't heard of www.orionserver.bea.com. Is this the BEA version of Orion (WebOrionLogic)? ;) (Warning, that was joke! just in case someone didn't get it :) ) D. Joseph B. Ottinger wrote: Orion's web site is still up? Every time I go to

Re: Building an application

2001-04-11 Thread Daniel Lopez
orceWebApp" root="/taskforce"/ (server.xml) application name="taskforce" path="../applications/taskforce.ear" / 2) the directory structure (see above) Thanks, Olivier -Original Message- From: [EMAIL PROTECTED] [mailto:[EM

Re: During development, how to allow only a couple of ips,includingmylocal system, to view the site?

2001-04-11 Thread Daniel Lopez
gnates ips that are allowed/now allowed to access the application. Its simple enough to do. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez Sent: Monday, April 09, 2001 3:28 AM To: Orion-Interest Subject: Re: During develo

Re: During development, how to allow only a couple of ips,including mylocal system, to view the site?

2001-04-09 Thread Daniel Lopez
5 minutes, then reported a time out. Thanks. -- ------- Daniel Lopez Janariz ([EMAIL PROTECTED]) Web Services Computer Center Balearic Islands University ---

Re: Building an application

2001-04-09 Thread Daniel Lopez
Hi Oliver, Last week I was plating with the same thing and I was successful with pretty much the same configuration that you have, except that in application.xml I set the context root to / (context-root//context-root). Which error are you getting ? 404? Can you see your .ear file unpackaged?

Re: How to run ORION on different ports

2001-04-05 Thread Daniel Lopez
Hi Mohan, If you mean that you want to have two different orion instances running, you just have to copy the configuration files to some other directory, modify the paths and ports appropriately so they don't collide and then start orion with the option "-config

Re: SV: load-on-startup is not working

2001-03-31 Thread Daniel Lopez
onded. Dan ------- Daniel Lopez Janariz ([EMAIL PROTECTED]) Web Services Computer Center Balearic Islands University ---

Re: Hot deployment

2001-03-29 Thread Daniel Lopez
? I mean is there any setting to persist the sessions across deployments? Thank you for your help, Dan --- Daniel Lopez Janariz ([EMAIL PROTECTED]) Web Services Computer Center Balearic Islands University --- Marcel

Re: Simultaneous Username/Password Detection

2001-03-23 Thread Daniel Lopez
, you have to roll your own, but I wish I hadn't to. Just my 2ec, Dan PD: BTW, we are not a porn site either ;), just tired of copy/pasting the same security routines over and over and... ------- Daniel Lopez Janariz ([EMAIL PROTECTED]) Web Services Computer Cente

Re: Why xsl:include seems to try to find files in /Orion folder andnotweb-app root?

2001-02-14 Thread Daniel Lopez
Hi, I've been using Xalan for quite a long time and whenever I used xsl:import href="fileName.xsl"/, it always used the directory where the xsl was located as base directory, NOT the the working directory. This includes Xalan 1.2.x versions as I haven't upgraded to 2.0 yet. So I would say Xalan

Re: Orion and SSL

2001-02-14 Thread Daniel Lopez
Hi all, Well, I played a lot with my certificate, test certificates blah, blah, blah and the final answer is NO. You cannot, AFAIK, use an existing certificate unless you generated the request with keytool and you kept the keystore. The key point is that when you generate a certificate request,

Re: Displaying image files stored in a database

2001-02-13 Thread Daniel Lopez
Hi Paul, We have already done with Oracle what you are asking for. As someone else pointed out, we just use a servlet that gets the images from the database using java.sql.ResultSet.getBinaryStream(). This servlet gets the image, sets the content type accordingly and then just writes the image

Re: Orion and SSL

2001-02-13 Thread Daniel Lopez
As I've got no answer at all. Should I just suppose you cannot get Orion to work with SSL with an already created certificate by Verisign? Did the message just get lost somehow? Help, somebody? :) Thanks, Dan Daniel Lopez wrote: Hi, I've already browsed the list archive and I've seen

Orion and SSL

2001-02-12 Thread Daniel Lopez
SSLv1, it works fine with Apache. So, is there any log file where I can get a more specific error message? Have I forgotten to do something? Any hints? TIA, Dan ------- Daniel Lopez Janariz ([EMAIL PROTECTED]) Web Services Computer Center Balearic Islands University ---