How do you integrate JAAS with orion security?

2001-06-08 Thread Harley Rana
I have been looking into the JAAS security for building a more flexible security framework. The main problem I have is how to use the jaas api with the security features in Orion. For example if you implement a custom LoginModule, how does it add a principal to the Orion web container, or how

clustering and key generation

2001-06-08 Thread Greg Matthews
dear all, if there any way to get all machines in a cluster to lookup a stateless session bean (KeyGeneratorBean) on *one* of the machines in the cluster only. i've given it a try but can't seem to find a way to get machine B to use machine A's KeyGeneratorBean, even though machine B

UNSUNSCRIBE

2001-06-08 Thread Raul Rivas Rodriguez
UNSUNSCRIBE

UNSUNSCRIBE

2001-06-08 Thread Karin Keur
UNSUNSCRIBE

Re: getRemoteAddr() - APACHE as proxy !! HMMMMM

2001-06-08 Thread Daniel López
Hi Eddie, It works for me because I'm not replacing the original address. As I have my own authentication routines, I check the X-FORWARDED-FOR header when it is available, else the usual one. So I never tried to do what you are trying to do, hence I can't help you much, I'm sorry about that. On

Re: getRemoteAddr() - APACHE as proxy !! HMMMMM

2001-06-08 Thread Eddie
Thanks Daniel, I understand you point, and will do it the same way you do. Eddie. - Original Message - From: Daniel López [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, June 08, 2001 8:05 AM Subject: Re: getRemoteAddr() - APACHE as proxy !! HM Hi Eddie,

RE: JDOM and orion 1.5.2

2001-06-08 Thread Tommy Eriksson
Title: RE: JDOM and orion 1.5.2 This was the way to go, I had to rewrite some of my code but now everything works fine. Thanks /Tommy -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kesav KumarSent: den 7 juni 2001 18:33To:

Orion 1.5.2 and JSP @page errorPage

2001-06-08 Thread michael . kaufman
Our JSPs use the @page errorPage mechanism. This worked fine on Orion 1.4.5, and still works fine on J2EE reference implementation. But on Orion 1.5.2 we get 404 page not found instead of our error page. I know there's also an error page mechanism in web.xml, but we haven't specified anything

UNSUNSCRIBE

2001-06-08 Thread KishoreBabu.tanety
UNSUNSCRIBE

RE: configuration of web tier (JNDI)

2001-06-08 Thread Harley Rana
Hi Denis, I'm not sure why you are using tomcat, the example I made was using orion. If you want to change the page that process the form on LoginPage.jsp just change the url in the action setting of the form. Are you getting any errors? Is so what are the details?

Dynamic finders

2001-06-08 Thread Stefan Paun
Does anybody have a solution for implementing a finder that takes some parameters, but searches taking into account only the ones that are not null? Basically, this would be used to support a search page in which the user can choose to fill or not some fields of the search criteria. I know

SV: Dynamic finders

2001-06-08 Thread Magnus Rydin
Title: SV: Dynamic finders something like .. ($1 is null OR $1=$field) AND ... -Ursprungligt meddelande- Från: Stefan Paun [mailto:[EMAIL PROTECTED]] Skickat: den 8 juni 2001 07:16 Till: Orion-Interest Ämne: Dynamic finders Does anybody have a solution for implementing

Re: Oracle deal

2001-06-08 Thread Paul Kofon
I knew all along that this would happen, I just wasn't sure which one of the big companies it would be. As far as I was concerned (and I definitely am wrong sometimes) the guys at Orion thought: Hey we've got a good product, everyone who lives on the J2EE planet knows that already. Have a

RE: simplifying EAR deployment

2001-06-08 Thread Tim Drury
Greg, put the 3rd party jars in $EAR_ROOT/lib then edit your orion-application.xml file (in $EAR_ROOT/META-INF or $EAR_ROOT/orion for slightly older versions of orion) adding: library path="./lib" /. If you don't have orion-application.xml, deploy your app once and grab the

RE: Access Log Format with Cookies

2001-06-08 Thread Stephen Hellman
Title: RE: Access Log Format with Cookies Can someone else confirm or deny this? ... because this is a little troublesome that orion might not be able to be configured to work with a major software package like WebTrends for accurate analysis, which, I guess, is why more people use the

How do i cache a JSP on the proxy?

2001-06-08 Thread Eduard Witteveen
Hello, I want to cache a jsp page on the proxy (apache). My current setup is that i have apache running on port 80, with following config: VirtualHost 145.58.67.8 ServerName eduard.omroep.nl ServerAlias eduard ErrorLog /var/proxy/logs/errors

Re: FRUSTRATION: Session keeps timing out despite setting session-timeout. WHY?

2001-06-08 Thread Nick Newman
Just grabbing at straws here, but perhaps there's a typo in the docs and the units are actually seconds, not minutes. Worth a try? Nick At 02:11 PM 6/7/01 -0700, you wrote: Hello, I have a http and https orion jsp application for which I want the session timeout to be a lot longer

Re: No subject

2001-06-08 Thread Chris Thielen
I had a similar problem. See my bugzilla report at http://bugzilla.orionserver.com/bugzilla/show_bug.cgi?id=424 A workaround might be to use javac (not tools.jar) as an external compiler. Regards, Chris Thielen - Original Message - From: James Hill [EMAIL PROTECTED] To: Orion-Interest

ejb-container pool-size

2001-06-08 Thread Morten Friisgaard
Title: SV: Dynamic finders I have a little problem. I cannot figure out, howto set the ejb-container pool-size. My beansare managed byBMP. When the number of used instances increases, I run out of connections to my oracle database, and the systems halts; It would be very helpful, if

Re: NT Security Integration?

2001-06-08 Thread Gordon Reynolds \(Cyonara\)
No, but I hope someone has. I can tell you this much, it'll require 2 things: first writing native code to access the NT authentication system (I've seen an article on this sometime in the last year in one of my many Java magazines), then writing your own UserManager to access the native code.

RE: Oracle deal

2001-06-08 Thread Metla, Suri
Hi all, I am running Oracle's oc4j ( i.e. Orion 1.5.0.) on Solaris BOX having 1G RAM, 12 CPU's box. We are now testing the Orion Server for the Scalability and Load test. We are running the Simple Jsp , for a duration of one day Using the Load runner with 50 user concurrency. The server

Orion Server and MS Access!

2001-06-08 Thread Rajiv R
Hi ... IsOrion server compatible with MS Access database..? thanx in advance With Regards,Rajiv. RSystems Engineer,Wipro Technologies, ITPL, BangalorePh:91-80-8410470-479 Extn:6422[EMAIL PROTECTED]http://www.rajspace.org_Wipro

load balancing servers and ejbs

2001-06-08 Thread Eduardo Estefano
We are having problems when working with two app servers behind a load balancer. One user will make changes to ejbs in one server and the other server will not know that the ejb has changed. There are also some objects that are cached in one of the server. When this cache gets changed, the two

RE: How do i cache a JSP on the proxy?

2001-06-08 Thread Kesav Kumar
Title: RE: How do i cache a JSP on the proxy? I think your getLastModified() logic is not proper. You are sending lastmodified time as current time*15 which means the lastmodification time is newer the proxy thinks that this page got changed. Try this logic public long getLastModified() {

Re: How do i cache a JSP on the proxy?

2001-06-08 Thread Eduard Witteveen
Kesav Kumar [EMAIL PROTECTED] wrote: I think your getLastModified() logic is not proper. You are sending lastmodified time as current time*15 which means the lastmodification time is newer the proxy thinks that this page got changed. Try this logic Your correct, i made a terrible

Re: NT Security Integration?

2001-06-08 Thread Ray Harrison
Not NT per se - but I use JNDI/LDAP (or active directory) on Windows 2000 Server as my authentication system. No problems at all. Basically I've got a JNDI ldap utils class which is pretty stright forward - then a simple user manager that sits on that - plugged it into orion-application.xml and

Re: FRUSTRATION: Session keeps timing out despite setting session-timeout. WHY?

2001-06-08 Thread Alejandro Revilla
session-config session-timeout 1000 /session-timeout /session-config I'm wild guessing here but try removing those blanks, may be Orion is getting a NumberFormatException. (try to Long.parseLong ( 1000 ) and you'll get it) --Alejandro Revilla http://www.jpos.org

java.lang.OutOfMemoryError;

2001-06-08 Thread Puthezhath, Rajeev (TWII Boston)
Hi , We get java.lang.OutOfMemoryError; on production server frequetly.I know this problem was discussed in this list before. I implemented all the sugestions in this mailing list but still the error keeps on coming .I would like to know the following 1) As an answer to the

automated response

2001-06-08 Thread Axel Grossmann
Ich bin bis ca. 17.06.01 wg. Urlaub nicht per Email erreichbar.

Re: NT Security Integration?

2001-06-08 Thread Paul Kofon
HI Ray, Please could you say more about authentication with Active Directory (Windows 2000). I need some hints 'cause I would like to implement that sort of thing. Regards, Paul From: Ray Harrison [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL

Re: How do i cache a JSP on the proxy?

2001-06-08 Thread Stan Ng
This is slightly off-topic, but you may want to look into OpenSymphony's OSCache module. It provides a variety of caching options for JSP and it's been working great for us here. - Original Message - From: Eduard Witteveen [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent:

RE: Orion Server and MS Access!

2001-06-08 Thread Kesav Kumar
Should be. If you have jdbc-odbc bridge and your odbc is setup properly for the access then orion doesn't have any problem in talking with that. You have to remember that MSAccess doesn't support many JDBC2.0 features. Go through the JDBC-ODBC bridge docs from javasoft. Kesav Kumar

RE: java.lang.OutOfMemoryError;

2001-06-08 Thread Juan Lorandi (Chile)
inline -Original Message- From: Puthezhath, Rajeev (TWII Boston) [mailto:[EMAIL PROTECTED]] Sent: Viernes, 08 de Junio de 2001 14:42 To: Orion-Interest Subject: java.lang.OutOfMemoryError; Hi , We get java.lang.OutOfMemoryError; on production server frequetly.I

Virtual Hosts - Newbie question

2001-06-08 Thread G T
I followed the steps given in OrionSupport.com to set up virtual hosts but I am still not able to run it successfully. On typing www.example1.com it refuses to look into my server, instead it tries to go to internet Here are the following changes I made 1. Created the application as mentioned

RE: java.lang.OutOfMemoryError;

2001-06-08 Thread Puthezhath, Rajeev (TWII Boston)
Sorry.I didnt get what you meant.could you please explain Thanks Rajeev -Original Message- From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 4:26 PM To: Orion-Interest Subject: RE: java.lang.OutOfMemoryError; inline -Original Message- From:

Re: NT Security Integration?

2001-06-08 Thread Ray Harrison
Hi Paul - You can work with Active Directory just like regular old LDAP - binding on port 389 and all of that. I am not forcing it to do very much - just authenticate against users that I add myself so nothing sophisticated! Using JNDI to wrap all of that is pretty straight forward. I would

Re: Virtual Hosts - Newbie question

2001-06-08 Thread Lance Lavandowska
just to eliminate the obvious: have you made sure that http://www.example1.com is pointing to your box? (trying pinging to be certain). Otherwise, your xml files look good. Lance Lavandowska www.Brainopolis.com - Original Message - From: G T [EMAIL PROTECTED] To: Orion-Interest [EMAIL

Orion Server and MS Access!

2001-06-08 Thread Rajiv R
Hi ... IsOrion server compatible with MS Access database..? thanx in advance With Regards,Rajiv. RSystems Engineer,Wipro Technologies, ITPL, BangalorePh:91-80-8410470-479 Extn:6422[EMAIL PROTECTED]http://www.rajspace.org_Wipro

RE: Orion Server and MS Access!

2001-06-08 Thread elephantwalker
the odbc bridge is a little "challenged"; ie, it doesn't work most of the time, and I would suggest using this little nogginware bridge...there is a free 30 or 60 day trial, and it is inexpensive: http://www.nogginware.com/ Regards, the elephantwalker -Original Message-From:

Re: Virtual Hosts - Newbie question

2001-06-08 Thread G T
I'm not able to ping either of the 2. How do I make it point to it. I am able to ping local host. And I am able to run all the applications part of the default-web-app. Is there any thing else that needs to be done to point www.example1.com to my box - Original Message - just to

Re: Virtual Hosts - Newbie question

2001-06-08 Thread Boris Erukhimov
You need to set up your own little DNS. I assume you're on NT otherwise as a UNIX user you'd sure knew how to do it. If so 1. Open a file \WINNT\system32\drivers\etc\Hosts 2. Below the line 127.0.0.1 localhost Add a line 127.0.0.1 www.example1.com 3. Reboot

RE: Oracle deal

2001-06-08 Thread Mike Cannon-Brookes
I've never seen behaviour like this, and yes I run a few 24x7 sites on Orion. My boxes are usually dual P3-866's, each with 1 gig RAM, running RedHat and Sun JDK 1.3. -mike Mike Cannon-Brookes - Founder, Core Developer OpenSymphony - http://www.opensymphony.com The Open Source J2EE Component

Re: Virtual Hosts - Newbie question

2001-06-08 Thread Lance Lavandowska
On NT you shouldn't need to reboot to take advantage of changes to Hosts (I never have had to). If you are on another Windows platform (such as 2000) look for a file named hosts.sam. On older windows there are actually more than one hosts file, and we've never been able to establish exactly

RE: Orion Server and MS Access!

2001-06-08 Thread Gregory T Stickley
Ive tested orion with ms access using the jdbcodbc bridge driver. You have to set ms access up as an odbc datasource first. email signature goes here -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rajiv R Sent: Thursday, June 07, 2001 10:49

Collection of Entity Beans mapping

2001-06-08 Thread YF
Hi all, I am currently stuck with mapping for a collection of entity beans. Orion either refused my mapping or mapped the field as if it's a serialize object. I would really appreciate if someone can show me an example. Thanks a lot. = -

Re: clustering and key generation

2001-06-08 Thread Greg Matthews
hi, i had a read and i'm still stuck. my question specifically is about why the InitialContext i create for referencing a KeyGeneratorBean on another box doesn't work. machines A, B, C, and D each have the same app deployed, which has many beans. Each box should use it's own beans, except