How to specify on the web application to request for a Digital Certificte

2000-09-09 Thread Ismael Blesa Part
I am using orion and I have added SSL on it. Then I have two web servers running, one http and the other https. How should I configure Orion to request the user a digital certificate?? Thanks

SUN JDK1.3 RC1 for Linux

2000-09-09 Thread Robert Krueger
might be of interest to some people on this list http://developer.java.sun.com/developer/earlyAccess/j2sdk13/download-linux.html (-) Robert Krüger (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH (-) Brüder-Knauß-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401, Fax: 06151 665373 (-)

Re: Orion Difficulities....

2000-09-09 Thread Christian Sell
Wow, thanks. Perhaps, I'm lame, but that was not obvious in the documentation? I agree it is not obvious from what they call documentation. However, thinking about it twice, it makes a lot of sense that an admin tool does not talk to the HTTP port, but instead to a dedicated RMI port. Been there

Re: Device dependent xsl translation recommendation

2000-09-09 Thread Christian Sell
can you explain briefly what the taglib does? From the readme I gather that it simply places an xsl-stylesheet reference in my page depending on the requesting target device. Does this not require an XSL-aware client, which is able to render the page with the given stylesheet? thanks, After

referential integrity and ejb's

2000-09-09 Thread alexchud
To inforce referential integrity with ejb's are there any implications if i do a look up in the ejbcreate and throw a createException, or would this be better suited to using a session bean. Alex.

Re: Device dependent xsl translation recommendation

2000-09-09 Thread Joseph B. Ottinger
Absolutely - but realise that Orion itself is an XSL-aware client, so that the web browser doesn't have to be. For an overused example, consider www.orionsupport.com, which is 100% XML... but renders on lynx just fine, thank you very much. I'm not using this taglib yet, because the XSL I'm

Re: 3rd post, no answer

2000-09-09 Thread Karl Avedal
Hello Dale, I think this might be something that most people isn't using heavily (mailing from different servers) and that this can explain why noone on the Orion-Interest list has answered you. Remember that the people answering the questions on orion-interest (Joseph, Arved, Krüger, Chan,

Re: Orion Difficulities....

2000-09-09 Thread Karl Avedal
Hello Richard, Well, the documentation has so far assumed that the user understands the concept of different URL schemes and different protocols (like http://, ftp:// or ormi://) and understand that they are not the same thing and use different ports, but that you normally don't need to specify

Re: Clustering and load balancing Howto

2000-09-09 Thread Kevin Duffey
Hi, Its already out heh..I gotta go get it. Where ideally should loadbalancer.jar be executed? Obviously if it is running on one of the machines in the cluster it isn't so good.. sort of defeats the fail-safe purposes... So should it have it's own machine? Or am I just missing something.

Re: RMI-IIOP

2000-09-09 Thread Cory Adams
Karl, Do you have an approximate timeframe for implementation of this feature? Thanks, Cory At 12:10 AM 9/9/00 +0200, Karl Avedal wrote: Hello Cory, RMI-IIOP is scheduled to be implemented for the full EJB 2.0 release but is not yet. Regards, Karl Avedal Cory Adams wrote: Has anybody

RE: SSL and non SSL within the same instance of the web application

2000-09-09 Thread Mike Fontenot
You can do this all within a single running orion server process. You will need to define the two web applications using the default-web-site.xml as a starting point. I copied this and created a second file called ssl-web-site.xml. In both of these files you should refer to the same

RE: Orion RMI Security problem

2000-09-09 Thread Arved Sandstrom
Title: Orion RMI Security problem Hi, Matt This is largely not Orion-dependent stuff. You evidently have some security roles and method permissions declared in the ejb-jar.xml for UserBean, but you haven't logged in under any of the security roles that may access the create() method (and

OR mapping of table joins for CMP

2000-09-09 Thread Cory Adams
Can somebody please point me to a good reference for managing joins across multiple tables while using CMP? There was a thread on the list that somebody pointed me to previously but it did not really give the information I needed. I just want to be able to specify tables and fields to do joins