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 apach

Orion & JSDK2.3

2002-01-14 Thread Daniel Lopez
Hi, There are two things that are quite annoying in the current version of Orion and that have been defined/changed in the final JSDK2.3 spec. First one is that the name of the methods defined in the servlet filters are now diferent, thus pure JSDK2.3 filters don't work in Orion. Second one is th

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 repres

Re: FORM based authentication with 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 som

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

[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 w

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 java.lang.St

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 ord

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 a

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 ab

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: "Or

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 t

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 servle

Re: Orion support company

2001-04-25 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: Orion support company

2001-04-25 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: remote deployment, how?

2001-04-17 Thread Daniel Lopez
Hi, I also had the same problem while updating our .ear files. It seems that the server shouldn't be that "fast" in detecting a new version, then trying to upgrade. IMO, it would be nice if the server waited some interval and then checked again to see if the file is "stable" before trying to upgr

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

2001-04-11 Thread Daniel Lopez
n as an init > parameter that designates 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

Re: Building an application

2001-04-10 Thread Daniel Lopez
.xml > (default-web-site.xml) > > > (server.xml) > > > 2) the directory structure (see above) > > Thanks, > > Olivier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lope

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 / (/). Which error are you getting ? 404? Can you see your .ear file unpackaged? regards, Dan > olivier wrot

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

2001-04-09 Thread Daniel Lopez
ther times the browser sat and spun for about 5 minutes, then > reported a time out. > > Thanks. -- --- Daniel Lopez Janariz ([EMAIL PROTECTED]) Web Services Computer Center Balearic Islands University ---

Re: How to run ORION on different ports

2001-04-04 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 [NEW_CONFIG_DIRECTORY]/server.xml"

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: SV: load-on-startup is not working

2001-03-30 Thread Daniel Lopez
tries to compile the servlet? > > regards, > Patrik Andersson > > -Ursprungligt meddelande- > Från: Daniel Lopez [mailto:[EMAIL PROTECTED]] > Skickat: den 30 mars 2001 10:54 > Till: Orion-Interest > Ämne: load-on-startup is not working > > Hi, > > I

load-on-startup is not working

2001-03-30 Thread Daniel Lopez
that I don't get the error message through the logs or the standard output, but when I try to access for the first time. Any hints? TIA, Dan ------- Daniel Lopez Janariz ([EMAIL PROTECTED]) Web Services Computer Center Balearic Islands University ---

Re: Hot deployment

2001-03-29 Thread Daniel Lopez
p the sessions alive? 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

Hot deployment

2001-03-29 Thread Daniel Lopez
Is that the problem? Thank you very much in advance, regards Dan ------- Daniel Lopez Janariz ([EMAIL PROTECTED]) Web Services Computer Center Balearic Islands University ---

Re: Simultaneous Username/Password Detection

2001-03-23 Thread Daniel Lopez
ortable, 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

Filtering access by IP

2001-03-19 Thread Daniel Lopez
Hi, I have a secured service which used to run with Resin behind an SSL protected Apache. Now, I'm trying to migrate this service to Orion but I can't seem to find a proper way of configuring it so the security requirements are met. My problem is that even if I used the secured Apache as front-en

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, p

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 , 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 follows the specificaction. Reg

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

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 co

Orion and SSL

2001-02-12 Thread Daniel Lopez
c-key..., 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 ---