Login from client and retrieving info thru Ldap

2001-11-12 Thread Thomas Saxtoft
I have worked for some time on the subj. To make it very clear I will start telling in a few words about the system. On the client side we are going to use Swing, connecting to a Orion server. We will just use simple authentication based on the System.getProperty(user.name); The server should

I get unable to find assembly info. (There are not EJBS)

2001-10-05 Thread Vic Cekvenich
I created an aplication tomcat 4, and try to move it to Orion. I get unable to find assembly info. (There are not EJB) config/server.xml application name =vicWebPim path=../applications/vicWebPim / In config/default-web-stite.xml: web-site host=[ALL] port=80 display-name=Default

Re: I get unable to find assembly info. (There are not EJBS)

2001-10-05 Thread Vic Cekvenich
Got it fixed. Vic Vic Cekvenich wrote: I created an aplication tomcat 4, and try to move it to Orion. I get unable to find assembly info. (There are not EJB) config/server.xml application name =vicWebPim path=../applications/vicWebPim / In config/default-web-stite.xml: web

Daylight saving field - more info

2001-09-17 Thread Romen Law
ello, Some more info. I used java 1.2.2_005 to run the same program. It gave me the right HOUR and HOUR_OF_DAY values (1 less than the output of java 1.3.0), although the useDaylight field is also true (I think I have misunderstood the meaning of that field earlier). Has anyone

Datasource info access restriction/encryption

2001-09-06 Thread Alexander Kaprelov
Hello! Is there any way to have username/password in encrypted form in the datasources.xml file, or the only way to secure DB access is to restrict access to datasources.xml file itself? Alex.

Re: Datasource info access restriction/encryption

2001-09-06 Thread Dragonchick
äÏÂÒÏÅ ×ÒÅÍÑ ÓÕÔÏË! Hello! Is there any way to have username/password in encrypted form in the datasources.xml file, or the only way to secure DB access is to restrict access to datasources.xml file itself? îÉËÔÏ ÎÅ ÍÅÛÁÅÔ ÎÁÐÉÓÁÔØ ËÌÁÓÓ ÎÁÓÌÅÄÎÉË ÏÔ

RE: Datasource info access restriction/encryption

2001-09-06 Thread Mikael Staldal
îÉËÔÏ ÎÅ ÍÅÛÁÅÔ ÎÁÐÉÓÁÔØ ËÌÁÓÓ ÎÁÓÌÅÄÎÉË ÏÔ com.evermind.sql.DriverManagerDataSource É ÐÅÒÅÏÐÒÅÄÅÌÉÔØ ÔÁÍ ÍÅÔÏÄ getConnection(). ôÏÇÄÁ × ÜÔÏÍ ÍÅÔÏÄÅ ÍÏÖÎÏ ÄÅËÒÉÐÔÉÔØ ÐÁÒÏÌØ É ×ÙÚÙ×ÁÔØ ÍÅÔÏÄ ÐÒÅÄËÁ. ðÏÞÔÉ ÔÏ ÖÅ ÓÁÍÏÅ É ÄÌÑ ÏÓÔÁÌØÎÙÈ ËÌÁÓÓÏ× ÔÉÐÁ com.evermind.sql.DriverManager. äÏËÁ

Re: Datasource info access restriction/encryption

2001-09-06 Thread Alexander Kaprelov
ÒÅÂÑÔ, Ó ËÏÎËÒÅÔÎÙÍ ÏÐÙÔÏÍ ÐÏ J2EE + EJB. á ÞÔÏ Õ ÔÅÂÑ ÎÏ×ÏÇÏ? óÁÛÁ. - Original Message - From: Dragonchick [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, September 06, 2001 14:03 Subject: Re: Datasource info access restriction/encryption äÏÂÒÏÅ

Re: Datasource info access restriction/encryption

2001-09-06 Thread Dragonchick
OK, jag forstar precis, tack sa mycket. Please write in English! Sorry, my fault... One more time: Is there any way to have username/password in encrypted form in the datasources.xml file? I think, yes. data-source class=com.evermind.sql.DriverManagerDataSource name=Oracle

Clustering Orion for session-fail-over and some other tidbits of info requested..

2001-08-21 Thread Duffey, Kevin
HI all, Hopefully this will make the list. I am working on a chapter for a book about scalability. I am also needing to get our site ready for scaling. I am using Orion to test my web-app that needs to be a demonstration of a scalable Servlet 2.2 web application. I have a couple of

INFO NEEDED ?

2001-08-07 Thread Gurinder Randhawa
How the hell do you unsubscribe ? I've tried different unsubscribe email addresses including this one, and i'm still getting emails ? Anyone ? Thanks Gurinder

RE: Security bug with application clients? (More Info)

2001-06-13 Thread Lachezar Dobrev
Hello. Here I want to provide more information on the problem. Just for clarification. The problem is NOT the security itself. It works just fine. The problem lies IMHO in caching or something. It is also seen only in the RMI connection. EXAMPLE: Consider following situation: We

Re: Security bug with application clients? (More Info)

2001-06-13 Thread Michael Jara
" for each one... But what a hack that would be.) Mike - Original Message - From: Lachezar Dobrev To: Orion-Interest Sent: Wednesday, June 13, 2001 2:31 AM Subject: RE: Security bug with application clients? (More Info) Hello. Here I want to provide more

State info in EJB JMS??

2001-05-29 Thread Eddie
Ok... I have my JMS EJB up and running now. It's a log3j wrapper to add extra functionality. However I want to store some information that has to be quickly available and I don't want to use a database for it. Any advice on how I should do this ?? For example: When an application sends a

Re: State info in EJB JMS?? Re: AW: EJB state question amp; Configurable EJB start-up

2001-05-29 Thread Eddie
: Eddie To: Orion-Interest Sent: Tuesday, May 29, 2001 9:15 PM Subject: State info in EJB JMS?? Ok... I have my JMS EJB up and running now. It's a log3j wrapper to add extra functionality. However I want to store some information that has to be quickly available and I

RE: State info in EJB JMS?? Re: AW: EJB state question amp; Configurable EJB start-up

2001-05-29 Thread Moul, Russell G
You might try a stateful session bean. -Original Message-From: Eddie [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 29, 2001 12:21 PMTo: Orion-InterestSubject: Re: State info in EJB JMS?? Re: AW: EJB state question amp; Configurable EJB start-up I am sorry, I just

Help wanted - Info about exclusive-write-access

2001-05-24 Thread Kshatriya, Atul
Hello, This is a deployment question for entity beans. The database that we are working on can potentially be changed/updated outside the ejb container. After reading the documentation I found that we need to specify in the orion-ejb-jar.xml a flag exclusive-write-access=false in the

RE: Help wanted - Info about exclusive-write-access

2001-05-24 Thread elephantwalker
Of Kshatriya, Atul Sent: Thursday, May 24, 2001 9:15 AM To: Orion-Interest Subject: Help wanted - Info about exclusive-write-access Hello, This is a deployment question for entity beans. The database that we are working on can potentially be changed/updated outside the ejb container. After reading

RE: Help wanted - Info about exclusive-write-access

2001-05-24 Thread Rajesh Kulkarni
9:15 AM To: Orion-Interest Subject: Help wanted - Info about exclusive-write-access Hello, This is a deployment question for entity beans. The database that we are working on can potentially be changed/updated outside the ejb container. After reading the documentation I found that we need

RE: Performance problems (More Info).

2001-04-07 Thread Marco Pas (GMX)
problems (More Info). JVM Settings -- My normal settings are "-server -Xincgc -Xms128m -Xmx384m". I've tried playing around with different JVM options including turning off server, using normal gc, running in interpreted mode, running in classic mode, et al. I even tried running unde

Re: Performance problems (More Info).

2001-04-07 Thread Jeff Hubbach
--Original Message- From: Aaron Tavistock [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 12:11 PM To: Orion-Interest Subject: RE: Performance problems (More Info). JVM Settings -- My normal settings are "-server -Xincgc -Xms128m -Xmx384m". I've tried playing around with d

RE: Performance problems (More Info).

2001-04-02 Thread Aaron Tavistock
. It wasn't Orion... phew -Original Message- From: Aaron Tavistock [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 12:11 PM To: Orion-Interest Subject: RE: Performance problems (More Info). JVM Settings -- My normal settings are "-server -Xincgc -Xms128m -Xmx384m".

Path-info null on include.

2001-03-17 Thread Patrik Andersson
Title: Path-info null on include. I have a command-handling servlet that triggers different commandactions depending on the value of the pathInfo property. I.e. my command-handler servlets has code looking something like: String pathInfo = request.getPathInfo(); String commandName

How to log datasource.verbose info to a file?

2001-03-14 Thread Elhadi barkat
I'm printing datasource information to the console by launching Orion with java -Ddatasource.verbose=true -jar orion.jar In fact I would like to log this information to a file in order to track it more easily Has anyone succeded in doing this?

Re:How to log datasource.verbose info to a file?

2001-03-14 Thread jmorgenstein
Sir or Madame- I am no longer available to receive email at this address. Please forward all email requests and/or information to [EMAIL PROTECTED] and/or [EMAIL PROTECTED] Thank you. ___ James M. Morgenstein VP Technology Digital Demographics, Inc. Home of

struts not working w/ orion ... more info

2001-03-07 Thread G.L. Grobe
I had the same problem with Orion 1.4.7 and Struts 1.0beta (today's build),here's how I got it to work:You have to remove all the tlds from WEB-INF/lib/struts.jar that are underorg.apache.struts.resources and put them underWEB-INF/classes/org/apache/struts/resources. Don't just copy them,

RE : JSP TagLibs and UTF8 Encoding - Further Info

2001-02-01 Thread Ted Rice
--- Ted Rice APAMA Ltd, 17 Millers Yard, Mill Lane Cambridge CB2 1RQ, United Kingdom Email: [EMAIL PROTECTED] Mobile: +44 (0)7899 876489 Phone: +44 (0)1223 257973 [Histon Office] Fax:+44 (0)1223 51885 A little further information on my encoding problem with the JSP Tags and XML

RE : JSP TagLibs and UTF8 Encoding - Further Info

2001-02-01 Thread Ted Rice
A little further information on my encoding problem with the JSP Tags and XML translation. When I remove the JSP BodyTag wrapper around the JSP code producing XML, the XML is shown in the browser and all the UTF8 characters are displayed properly. Meaning that in the processing of the JSP the

RE: RE : JSP TagLibs and UTF8 Encoding - Further Info

2001-02-01 Thread Juan Lorandi (Chile)
aren't cp1252 and UTF-8 actually the same? -Original Message- From: Ted Rice [mailto:[EMAIL PROTECTED]] Sent: Jueves, 01 de Febrero de 2001 8:23 To: Orion-Interest Subject: RE : JSP TagLibs and UTF8 Encoding - Further Info --- Ted Rice APAMA Ltd, 17 Millers Yard, Mill

Re: Orion shutdown problem - some info

2000-12-24 Thread michaelk
On the contrary, Intel's performance labs recently discovered that IBM's JVM was the fastest current option. Has to do with better heap management. -=michael=- On Sat, 23 Dec 2000 12:31:09 +0100 [EMAIL PROTECTED] wrote: Hey, this is quite helpfull. We encounter the same problem with

Info

2000-11-30 Thread Huibert Aalbers
Hi, Does anyone on this list have a phone number for the guys who make orionserver in Sweden. I need to contact them personally. Thanks, Huibert Aalbers

Re: Info

2000-11-30 Thread Ate Douma
nterest" [EMAIL PROTECTED] Sent: Thursday, November 30, 2000 6:57 PM Subject: Info Hi, Does anyone on this list have a phone number for the guys who make orionserver in Sweden. I need to contact them personally. Thanks, Huibert Aalbers

MORE INFO: Multiple websites/virtual domains on one server not found

2000-11-10 Thread Drew Kidder
Here's some more information based on what I've found. THE SETUP (in $ORION_HOME/config, on host "orionhost") 1. I have a web-site.xml file for each of the two sites that I want to run under Orion (cs2k-web-site.xml and twsm-web-site.xml). Each file

Cookie info in access log?

2000-10-17 Thread Hani Suleiman
Title: Cookie info in access log? Is it at all possible to have cookie info show up in access logfiles? This would help our weblogs do their magic. I've looked over the docs and don't see anything that lets me specify the cookie name I'd like logged (I know Apache provides this functionality

CMP / OR tutorial, info, etc?

2000-09-11 Thread Kevin Duffey
, and trying to figure out some way to map database tables to my classes, storing, searching, deleting, etc..I would like to find out where I can get more info on exactly how to use OR and CMP. I would really like to start with the basics as I don't know much about designing tables, databases, etc. I need

Re: CMP / OR tutorial, info, etc?

2000-09-11 Thread Cory Adams
hough that I want to stick to J2EE based standards while building my own site. So instead of using JDBC 1, and trying to figure out some way to map database tables to my classes, storing, searching, deleting, etc..I would like to find out where I can get more info on exactly how to use OR and

Orion clustering..need some detailed info

2000-08-25 Thread Kevin Duffey
Hi Orion team (and fellow enthusiasts): I have asked this before and didn't get a chance to follow up on it. I have successfully clustered Orion. But I have a few questions that I really need answered before I can deploy our site on Orion. First, while clustering it is unbelievably easy, I

Re: Orion clustering..need some detailed info

2000-08-25 Thread Dylan Parker
My, god.. you have expressed every single point that we are also fighting with over here =) Orion team... you mentioned earlier that there was Cluster-Guide in the works... what's happening with it? What's the status? When can we view it? Even a draft?? My company is very seriously considering

RE: Orion clustering..need some detailed info

2000-08-25 Thread Kevin Duffey
est Cc: Kevin Duffey Subject: Re: Orion clustering..need some detailed info My, god.. you have expressed every single point that we are also fighting with over here =) Orion team... you mentioned earlier that there was Cluster-Guide in the works... what's happening with it? What's the stat

DataSource Info Meaning

2000-07-28 Thread Joel Shellman
I'm using the dataSourceInfo on admin.jar and get the following information: DataSource info: jdbc/xa/DefaultXADS - cached: 5 used: 2 total: 7 jdbc/DefaultPooledDS - cached: 0 used: 0 total: 0 jdbc/DefaultEJBDS - cached: 0 used: 2 total: 2 Can someone please explain when each

Re: Orion info site

2000-07-09 Thread Joseph B. Ottinger
info they would like to post, might as well make an orion information site. It would be my pleasure to host this information site. If anyone is interested in this, suggestions are welcome. Alex Alexandre J. Boudreau CEO CTO Fibro Movement Corp. email: [EMAIL PROTECTED] web

Orion info site

2000-07-08 Thread Alexandre J. Boudreau
Btw, if anyone else has some info they would like to post, might as well make an orion information site. It would be my pleasure to host this information site. If anyone is interested in this, suggestions are welcome. Alex Alexandre J. Boudreau CEO CTO Fibro Movement Corp. email: [EMAIL

RE: Orion info site

2000-07-08 Thread Mike Cannon-Brookes
I think this is what OrionSupport.com is for. They're always looking for maintainers / contributors! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alexandre J. Boudreau Sent: Sunday, 9 July 2000 10:56 To: Orion-Interest Subject: Orion info site

Re: Orion/1.1.4 Version Info?

2000-06-29 Thread Joseph B. Ottinger
On Thu, 29 Jun 2000, David Morton wrote: I would like to see more info on these 'minor' releases on your site. Information/links to the latest orion.jar and what the changes areit appears that these minor releases often have important additions/bug fixes. Not a terrible idea

Background info about the Orion team

2000-06-15 Thread Gordon Tyler
Title: Background info about the Orion team Hi, There's quite a dearth of information about the *people* writing Orion. Is there anywhere I can find information about them and/or their company? Thanks, Gordon --- Codito, ergo sum -- I code, therefore I am --- Gordon Tyler [EMAIL

Re: How do I read the client digital certificate's info in a servlet ?

2000-03-10 Thread Magnus Stenman
ge - From: "Ariel Aramburu" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Cc: "Magnus Stenman" [EMAIL PROTECTED] Sent: Wednesday, March 08, 2000 5:12 PM Subject: How do I read the client digital certificate's info in a servlet ? Hi !!!

How do I read the client digital certificate's info in a servlet ?

2000-03-08 Thread Ariel Aramburu
Hi !!! I made a test site with Orion 0.9.4 where I inforce double authentication, so that BOTH the client and the server are forced to interchange certificates. I would like to read in the server, that is, orion, the contents of the digital certificate presented. How do I do that

Can't specify info attribue for page directive

2000-01-17 Thread Vimal Kansal
Hi, I am trying to write a page directive like : %@ page info="This is a Sample JSP Page" ...% I get the following message Error parsing JSP page //jsp line 1 Unknown %@ page ... % tag attribute: info Can somebody explain to me this discrepency between