Re: Performance for static files

2000-09-08 Thread Christof Baumgaertner
Looks to me like if Orionserver tries to do HTTP/1.1 Keep-Alive without setting the Content-length accordingly. Can anybody confirm? Dale Bronk wrote: Right now until I am proved otherwise, I disagree. I posted a message a day or so ago and have no reply yet. Now I do believe that it is

IllegalArgumentException

2000-09-08 Thread Tom Klaasen
I'm sorry to disturb you guys again, but I just keep hitting the wall in trying to deploy my application. The error I see this time is E:\orionjava -jar orion.jar Copying default deployment descriptor from archive at E:\orion\applications\isho p\ishop-ejb/orion/orion-ejb-jar.xml to deployment

Re: XSL example

2000-09-08 Thread jbirchfield
I ran into this with IE yesterday too. Since IE hit the page the first time, and displayed raw xml, it is probably cached. At least it was in my case. After getting the content-type right(the same way you did), I cleared my cache, and all went fine. James Birchfield Ironmax a better way to

Re: XSL example

2000-09-08 Thread Ishpal
Hi, I got XSL working. Now, it seems that there is some other problem .. When I try to access an XML page I get an error like Source XML Error: Value must be quoted. What does this mean..??? Is there something wrong with the xml file I'm generating..??? I've tried putting values with and

Problem with welcom-file list

2000-09-08 Thread jbirchfield
I am running into a problem with the welcome file list. I have mapped an extension to be ran through a particular servlet like this: servlet-mapping servlet-namedispatch/servlet-name url-pattern*.ojsp/url-pattern /servlet-mapping and defined 'dispatch' with all necessary

RE: cmt-datasource/ejb-datasource

2000-09-08 Thread Tom Klaasen
Jeps, that works, thank you very much. I wonder why this isn't documented. (I wonder why the documentation is so bad anyway. We were planning on deploying orion, but with this kind of documentation it is to doubt if it is safe to deploy orion on a public server.) Thanks again, Tom Klaasen

Device dependent xsl translation recommendation

2000-09-08 Thread jbirchfield
As our organization continues to move forward with XML and XSL, it would be great if Orion provided a built in feature to allow for device dependent XSL translation, similar to Cocoon. This email lays out one possible approach. Forgive me if Orion already has something planned. My suggestion

Re: XSL example

2000-09-08 Thread Ishpal
Hi, May be I should have included my files.. Why do i get the following error while the examples run fine... Source XML Error: Value must be quoted. I have tried putting quotes in the xml file, but nothing seems to work. Pls Help, Thanks in advance.. Ishpal

RE: XSL example

2000-09-08 Thread Arved Sandstrom
I think we would have to see the XML. It appears that an attribute value is unquoted, though. Arved Sandstrom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ishpal Sent: Friday, September 08, 2000 7:58 AM To: Orion-Interest Subject: Re: XSL example

RE: XSL example

2000-09-08 Thread Kev Palfreyman
The problem is in your XSL file. You have many table elements with unquoted attribute values. Kev -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ishpal Sent: 08 September 2000 12:37 To: Orion-Interest Subject: Re: XSL example Hi,

Re: Performance for static files

2000-09-08 Thread Dale Bronk
just did a test and it seemed to make a big difference. In IE advanced options I had Use HTTP1.1 turned off. I turned it back on and it made a big difference. As a matter of fact, I don't see the problem anymore as of yet. (after clearing cache). Dale - Original Message - From:

Re: XSL example

2000-09-08 Thread Ishpal
Thanks Kev, You are right. Stupid kinda mistakes... But it worked with Resin, so didnt think about them. Thanks again, Bye, Ishpal. Kev Palfreyman wrote: The problem is in your XSL file. You have many table elements with unquoted attribute values. Kev -Original

Re: Performance for static files

2000-09-08 Thread Robert Krueger
At 08:47 08.09.00 , you wrote: just did a test and it seemed to make a big difference. In IE advanced options I had Use HTTP1.1 turned off. I turned it back on and it made a big difference. As a matter of fact, I don't see the problem anymore as of yet. (after clearing cache). Dale then

RE: CMP deployment problem

2000-09-08 Thread Christophe Hartwig
Hi ! I used to get such exceptions too... I had just read about BMPs and CMPs, and tried to implement/specify too many methods in CMP beans. Your problem is probably similar. Your home interface should only have finders in it, findByPrimaryKey and others (and create if appropriate) Your

Help with OR-Mapping

2000-09-08 Thread Sridhar Manickam
Folks, Does anyone know how to map a CMP field with type byte [] to a column in Oracle 8i DB. Particulary what would the tag for this type look like in the oracle.xml file under database-schemas directory. I see that a byte type maps to number(10,0) as shown below. type-mapping type="byte"

Re: Performance for static files

2000-09-08 Thread Joel Shellman
Dale Bronk wrote: That may be true as I was including the time to server the file all the way to the point of the "little e" stopped spinning. Have you had the following problems with framesets... In Apache/IIS with JRun 2.3.3 the frameset and each individual jsp/html files popup

User Authentication Under Orion

2000-09-08 Thread Michael Azzi
Hi, I have a question regarding the failure case of user authentication using Orion security managers. I noticed that the User.authenticate() method returns a boolean, and does not throw any exceptions at all. This works great for many situations. But now consider the case when someone would

Re: Device dependent xsl translation recommendation

2000-09-08 Thread KirkYarina
Language dependant translation, using Accept-Language, might be worth considering also. At 07:27 AM 9/8/00 -0400, James Birchfield wrote: As our organization continues to move forward with XML and XSL, it would be great if Orion provided a built in feature to allow for device dependent XSL

Re: RE: CMP deployment problem

2000-09-08 Thread [EMAIL PROTECTED]
Thanks for the reply! You were on the right track, the problem was that i hadn't updated the ejb-jar.xml file to use the CMP version of my beans. Cheers, Damian Guy. At Fri, 8 Sep 2000 16:14:22 +0200 , you wrote: Hi ! I used to get such exceptions too... I had just read about BMPs and CMPs,

RE: SQL Server DB Pooling

2000-09-08 Thread Saari, Amy
Excuse me for cutting in, but it seems to me I had that same error message - so I did an explicit cast and it worked fine: try { Context ctx = new InitialContext(); ds = (DataSource) ctx.lookup(poolName); } catch ( NamingException e) { throw(e); } Amy

Re: Help - SSL Usage in Production - is it really possbile?

2000-09-08 Thread Paul Knepper
Karl, Its been a couple of weeks since there was any activity on this thread. I am now ready to get my beta site ready for deployment and need to get 128-bit SSL working with Orion. Is this possible? Thanks, Paul Knepper Re: Help - SSL Usage in Production - is it really possbile?

Re: Clustering problems.

2000-09-08 Thread Dylan Parker
Thursday, September 07, 2000, 9:29:42 PM, you wrote: Hi all. I am having some trouble getting clustering working on a fairly simple setup. I am hoping someone can give me some hints as to what I am doing wrong. I have two machines each running Orion 1.2.9 with JDK 1.3.0RC on Solaris. One is

Re: Device dependent xsl translation recommendation

2000-09-08 Thread jbirchfield
After posting the original message this morning, I went to work putting together a custom tag to do what I suggested this morning. A zip file containing all the source, and instructions is attached to this email. Please feel free to use it. If you run into any problems, let me know. (See

JSP classpath setup

2000-09-08 Thread Jitendra Kothari
Hi Folks, I am importing java classes that I wrote in JSP pages using @page import... tag. However, Orion is not able to find my classes in import. I have included my directores in the system classpath. Looks like Orion does not use system classpath. Is there a Orion specific classpath that

RMI-IIOP

2000-09-08 Thread Cory Adams
Has anybody implemented RMI-IIOP to interoperate from an EJB to a different system? If so how is it supported within ORION or does it totally depend upon the JDK's support for RMI-IIOP? Also how to you implement RMI-IIOP usage in an EJB? Can the container pool those connections. Thanks,

Re: Deployment confusions

2000-09-08 Thread Karl Avedal
Hello Richard, Try the Management Console (java -jar orionconsole.jar or java -jar orion.jar -console) or try admin.jar (java -jar admin.jar). These tools let you do those things via a graphical tool or via a command line interface. For more info on how to deploy using the command like, see

Re: Deployment confusions

2000-09-08 Thread Matt Brunner
Richard Landon wrote: I need a command-line method to deploy the ear file once it gets built into the Orion server. for this you just put the ear file in the applications directory and put one line for each ear into server.xml. example: application name="ip"

debugging help needed

2000-09-08 Thread Jesse Schoch
I wrote a little method to parse out set() metadata out of a mysql database, it works fine inside of a .jsp but when i call my class it gives me the following error, how might i get more meaningfull debuging data. i am a java newbie and come from a perl background so please be verbose if this is

I nee help Please Please

2000-09-08 Thread michel_climber
I'm getting mad because I don't know how to generate .ear and .jar(ejb). I have generated using deploytool from Sun, but I got an error from Orion with I generate a .jar and try to add it to .ear. Please Could someone tell me how could I generate ejb.jar and .ear (step by step)files very weel

RE: SQL Server DB Pooling

2000-09-08 Thread dan moy
Amy, If you look at my test code you will see that I did try as you suggested, but thanks for the suggestion. Dan On Fri, 8 Sep 2000 11:30:20 -0500 , Orion-Interest wrote: Excuse me for cutting in, but it seems to me I had that same error message - so I did an explicit cast and it worked

Orion Difficulities....

2000-09-08 Thread Richard Landon
Title: Orion RMI Security problem I am have some major problems with the learning curve with this server. I have previously used (succesfully) (1) J2EE RI (2) Web Logic 5.1 (3) IAS (4) Silverstream (5) Gemstone/J I start the server as follows: [C:/orion] java -jar orion.jarOrion/1.2.9

RE: Orion Difficulities....

2000-09-08 Thread Richard Landon
Title: Orion RMI Security problem -Original Message-From: Richard Landon Sent: Friday, September 08, 2000 2:59 PMTo: 'Orion-Interest'Subject: Orion Difficulities I am have some major problems with the learning curve with this server. I have previously used

RE: Deployment confusions

2000-09-08 Thread Will Glozer
The FAQ http://www.orionserver.com/faq/ describes how to use the admin.jar tool to deploy to a remote server. There is no "command-line method to acquire the client support files from the Orion server." I'm not even sure what you mean by this, but if you question is about RMI stubs etc those

Re: Clustering and load balancing Howto

2000-09-08 Thread Jason von Nieda
First question! Oo! Oo! Anyways, you say: -- If you want to add clustering for the whole website (for all web-applications), edit the orion-web.xml of the default web-application (NOTE: it will not be applied to all web-applications previous to Orion 1.3.6). This file is normally located in

RE: I nee help Please Please

2000-09-08 Thread Kurt Hoyt
http://www.orionserver.com/docs/application-creation-howto.html Kurt in Atlanta -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 08, 2000 4:48 PM To: Orion-Interest Subject: I nee help Please Please I'm getting mad because I don't know how

Re: Orion Difficulities....

2000-09-08 Thread Jason von Nieda
Title: Orion RMI Security problem Remove the port (8080) from your ormi URL. The admin port is different from the web port and is configured in orion/config/rmi.xml - Original Message - From: Richard Landon To: Orion-Interest Sent: Friday, September 08, 2000 4:51

Re: Help - SSL Usage in Production - is it really possbile?

2000-09-08 Thread Karl Avedal
Hello Paul, It's possible to use 128 bit SSL with Orion. Just about now it will be possible to use 128 bit globally and not just in the US. I know a few customers are using it today, but we are still working on making an easy way to get a production cert with Orion. We are in contact with Thawte

Re: Clustering problems.

2000-09-08 Thread Karl Avedal
Hello Dylan, (... about lack of documentation) And it isn't like it isn't a known problem. Almost every review of Orion I have seen points out this glaring fact. And this mailing list is seething with people patiently waiting for something that should be already written. Absolutely,

Re: I nee help Please Please

2000-09-08 Thread Mike Clark
The Orion Primer has step-by-step instructions for packaging and deploying a J2EE application... http://www.znerd.demon.nl/orion-primer/ Mike [EMAIL PROTECTED] wrote: I'm getting mad because I don't know how to generate .ear and .jar(ejb). I have generated using deploytool from Sun, but

Re: Clustering and load balancing Howto

2000-09-08 Thread Dylan Parker
Second Question! Woo! Hoo! =) Hello, karl, Excellent! Awesome! Great! I burned through your document and have a functional setup. A few questions : 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

RE: Device dependent xsl translation recommendation

2000-09-08 Thread Joe Stewart
How about putting up a link instead of attaching a file for those of us on dial-up connections? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Friday, September 08, 2000 10:04 AM To: Orion-Interest Cc: [EMAIL PROTECTED]; [EMAIL

Re: Deployment confusions

2000-09-08 Thread Karl Avedal
Hello Will, I don't know what "a command-line method to invoke a EJB client(s)." is either. If you are making a client.jar then it is up to you to make it an executable jar via the manifest Main-Class: attribute. Just to add, there's also the "applicationlauncher.jar" that allows you to

RE: Deployment confusions

2000-09-08 Thread Richard Landon
I appreciate the responses. -Original Message- From: Matt Brunner [mailto:[EMAIL PROTECTED]] Sent: Friday, September 08, 2000 1:54 PM To: Orion-Interest Subject: Re: Deployment confusions Richard Landon wrote: I need a command-line method to deploy the ear file once it gets built

Re: Device dependent xsl translation recommendation

2000-09-08 Thread Karl Avedal
Hello James, Sounds cool, and probably many people would be interested in this. Do you mind if we make it linked from an FAQ entry and give you the credits for it? (you can answer in private rather than to the list). Regards, Karl Avedal [EMAIL PROTECTED] wrote: After posting the original

RE: Deployment confusions

2000-09-08 Thread Richard Landon
Thanks for the response. I am curious about your response as relates to: I sympathize with your troubles learning J2EE and application servers that support the standard. do I take to this mean the J2EE RI does not adhere to the standard? Or that Enhydra, IAS, WebLogic 5.1, Gemstone/J also

RE: Orion Difficulities....

2000-09-08 Thread Richard Landon
Title: Orion RMI Security problem Wow, thanks. Perhaps, I'm lame, but that was not obvious in the documentation? -Original Message-From: Jason von Nieda [mailto:[EMAIL PROTECTED]]Sent: Friday, September 08, 2000 4:09 PMTo: Orion-InterestSubject: Re: Orion

RE: Clustering problems.

2000-09-08 Thread Kevin Duffey
Come on guys, give the team a break. I too am waiting patiently for docs, but let me tell you all something (I am sure many of you know this), while Orion may not be as robust as WebLogic, WebSphere and some others, I have thus far not seen any app server as complete (hell..over complete if you

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

2000-09-08 Thread Terence Kwan
Hello, we can setup SSL on the application without problem. However, can we setup SSL enable part of the web application? For example, I just want to setup SSL enable on the member area of the web site but not the whole web application. Or do we need to setup 2 applications - one for

Re: Device dependent xsl translation recommendation

2000-09-08 Thread Joseph B. Ottinger
On Sat, 9 Sep 2000, Karl Avedal wrote: Incidentally, orionsupport.com had this referenced on the resources page about ten minutes after I unzipped it and looked inside. I win! (It WAS a race, right?) Hello James, Sounds cool, and probably many people would be interested in this. Do you mind

3rd post, no answer

2000-09-08 Thread Dale Bronk
Sorry to keep posting this, but I really need an answer. I have a problem that I hope isn't not normal behavior and something I have configured incorrectly. Snip of my sever.xml: global-application name="MyDomain" path="c:\webapps\mydomain-web-app\config\mydomain-application.xml"

RE: Orion Difficulities....

2000-09-08 Thread Kevin Duffey
Title: Orion RMI Security problem For the original poster.. I think you were a bit harsh to say you would remove them from your vendor list. I would hope that you don't give up on all tasks that require a little more time. Funny thing is, I can't get WebLogic 5.1 to get my site going. I