RE: Need some ideas

2000-09-19 Thread Duffey, Kevin
I haven't heard of it done this way. My understanding is that you would have 1 (or more if clustering) front-end web server/servlet/jsp engine on the front tier. They would communicate with the middle-tier orion app servers for ejb stuff. There you would have one or more clustered for fail-over.

SSL - Only a few pages need SSL, does that slow things down?

2000-09-25 Thread Duffey, Kevin
Hi, Seeing all this SSL talk has me wondering a bit...we only have 3 pages right now that use the HTTPS protocol. The other 200+ are just HTTP. If we have Orion use SSL does it take any noticeable hit on the rest of the pages that are not using SSL? I just want to make sure that before we go

RE: One IP - 3 Sites - 3 Domain Names

2000-09-27 Thread Duffey, Kevin
Actually, Orion has the ability to work with Virtual Domains. I forget exactly how this works, but you can use one IP to bind to many domain names, by setting up each domain as a virtual domain. This is much like how ISPs allow each of their clients to have their own www.mycompany.com route to

Orion, clustering, and SSL

2000-09-28 Thread Duffey, Kevin
Hi, Is there any news on the ability to get a Verisign certificate yet? We are ready to order one. Also, is Orion now "stable" in the SSL/Clustering..I think Magnus said version 1.3.8 would be, but I am not sure if that is a completely stable build like 1.2.9? If not, when can we expect a stable

RE: Orion, clustering, and SSL

2000-09-29 Thread Duffey, Kevin
Hi Karl (and all), HTTPS listens to another port than HTTP does. The default is that HTTPS listens to 443 while 80 is used for HTTP, so the URLs https://www.foo.com and http://www.foo.com access different ports. If you run HTTPS on port 80 you need to access it through

RE: Orion Server and Ports...

2000-10-02 Thread Duffey, Kevin
The 23791 port is for multi-casting I believe. Its used for clustering, but I am not sure why its opening. I would say look in /config/server.xml and see if you have a cluster-config / tag in that file. Also, in orion-web.xml, see if you have cluster id="xxx" / and lastly, see if you have

RE: Using Orion As a Plugin to IIS for Servlets/JSPs

2000-10-02 Thread Duffey, Kevin
Hi, I have a question..why would you not be able to use Orion as the web server? It actually serves HTML pages as fast (if not faster) than IIS does. Its very easy to set up. -Original Message- From: John McGarett [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 3:18 PM To:

WinNT 4, SP5/6 and Orion consistently crashing..

2000-10-04 Thread Duffey, Kevin
Hi all, I am not sure why..but it appears that Orion 1.2.9 (and 1.3.7) crashes whenever we "remote" into our server to do some work on it. We have NT4 with SP5 on one machine, and SP6 on another. I have Orion using run_as_service to put it in as a service. Even when I run it as an application,

RE: WinNT 4, SP5/6 and Orion consistently crashing..

2000-10-05 Thread Duffey, Kevin
hanks Karl, Magnus and anyone else with feedback. Hello Kevin, What do you mean by crashing? Does Orion exit, do you get a Dr. Watson, do you get any other error, does it just stop listening to requests? Regards, Karl Avedal "Duffey, Kevin" wrote: Hi all, I am not sure

RE: WinNT 4, SP5/6 and Orion consistently crashing..

2000-10-05 Thread Duffey, Kevin
Title: RE: WinNT 4, SP5/6 and Orion consistently crashing.. Hi, We are indeed in the process of getting JProbe. Is OptimizeIt better than JProbe? I have seen a lot of companies using JProbe. Our solution is 100% Java written, using JDBC. No JNI or what not. However, the program I am using

RE: WinNT 4, SP5/6 and Orion consistently crashing..

2000-10-06 Thread Duffey, Kevin
) Dr Watsons when using Orion 1.2.9 on SP6 and JDK1.2.2. We switched to JDK1.3 a couple of weeks ago and the problem has gone away. Regards, Rob Hargreaves -Original Message- From: Duffey, Kevin [mailto:[EMAIL PROTECTED]] Sent: 04 October 2000 23:10 To: Orion-Interest

Orion logging..is it a performance hit?

2000-10-06 Thread Duffey, Kevin
I am curious..I look in the .log file created by each web-app and I see a timestamp for every hit (each jsp page, gif, etc). I am wondering if this is a performance hit..writing this info out on a regular basis (or is it buffered and written when the server shuts down?). Also, is there a way to

EJB vs Servlets

2000-10-09 Thread Duffey, Kevin
Hey all, I know this is a little off-topic, but seeing as how Orion is about the only fully compliant EJB server, I figured this would be a better place to ask. Lately I have talked to a number of people that have been moving towards EJB and pulled back because they have found it to be more

RE: EJB vs Servlets

2000-10-09 Thread Duffey, Kevin
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Monday, October 09, 2000 1:22 PM To: Orion-Interest Subject: EJB vs Servlets Hey all, I know this is a little off-topic, but seeing as how Orion is about the only fully compliant EJ

RE: [RE: EJB vs Servlets]

2000-10-09 Thread Duffey, Kevin
Hi, I think what we have is a case of fear, uncertainty and doubt. My experience with EJBs has been so good I'm going back to rewrite some of my personal-hobby-related sites into EJBs. That is how impressed I am with EJB. I think your exactly right. I bought an EJB book and started

RE: EJB vs Servlets

2000-10-09 Thread Duffey, Kevin
there. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Tuesday, October 10, 2000 5:01 AM To: Orion-Interest Subject: RE: EJB vs Servlets Actually, I know all about it. I have read up on it in those books and others

RE: EJB vs Servlets

2000-10-09 Thread Duffey, Kevin
to worry about EJB right now. Stick with Struts. Still as a developer you owe it to yourself to dig deeper. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Monday, October 09, 2000 3:03 PM To: Orion-Interest Subject: RE

RE: Performance

2000-10-09 Thread Duffey, Kevin
First of all, an 800Mhz cpu isn't terribly faster than a single 550. I have gone from 400 to 800 and don't see too much difference, about 12% or so. Second of all, dual cpus don't get utilized to their full potential unless an application is programed to use them properly. 3D rendering software,

RE: EJB vs Servlets

2000-10-11 Thread Duffey, Kevin
Hi, As far as the question that kicked of this discussion. If you do not need the any of the benefits of EJB then don't use it. However, I would recommend that you separate your data and business layers from your servlets and JSPs. Have them be presentation only. That way you could

RE: HARDWARE FOR J2EE apps

2000-10-11 Thread Duffey, Kevin
Well, for development, in terms of how fast you want to compile your code, I would go with the fastest PC you can afford. However, I have a PIII650 with 256MB RAM, and 9GB HD that is more than fast enough for development purposes. Unless you plan on playing games, you can probably get a $700

RE: HARDWARE FOR J2EE apps

2000-10-11 Thread Duffey, Kevin
Hi, sounds very nice but what about the database? how do you cluster that without spending an arm and a leg? our experience is, that it's not that hard to set up clustered web services with static pages and servlets but the really expensive part is, when you want that high

RE: XSLT processors

2000-10-11 Thread Duffey, Kevin
I would be interested in knowing how to even use an XSLT engine! I know I can get JSP to output XML with a header, but how do I actually pass the XML to the XSLT engine, and how do I specify I want HTML or WML output? Is it a servlet, and you just call upon it somehow from a JSP page or

RE: Deployment platforms

2000-10-16 Thread Duffey, Kevin
We are attempting to deploy our admin site using Orion in a non-clustered environment. We are having some difficulties however..but not with Orion. At least I don't think so. Our problem is in our code I am pretty sure. We are getting connection leaks on occassion especially on large queries. We

RE: Orion 1.3.8 and Servlets

2000-10-16 Thread Duffey, Kevin
Title: RE: Orion 1.3.8 and Servlets Actually, in orion-web.xml (located in /orion/application-deployments/app_name/web_app_name/orion-web.xml) there is a setting for development..which you said. But also there is another option, called source-directory="/path/dir" and when development="true"

RE: Connection Pooling

2000-10-16 Thread Duffey, Kevin
Title: RE: Deleting cookies with Orion As far as I know, you will want to use DataSources, JDBC 2.0 and what not..they are standard to J2EE, so they should allow it to work. I know Connection Pooling is not Orion specific (in that it implements the J2EE standard for connection pooling). Its

RE: URL Pathing

2000-10-16 Thread Duffey, Kevin
I am not sure about Resin any longer, but it used to work fine for me on both. I know Orion follows the J2EE specs with Servlet 2.2/JSP 1.1. I would assume they are both doing so. Needless to say, without any example I am not quite sure what you mean. In my web-app, deployed in Orion, I use the

EJB Help..

2000-10-19 Thread Duffey, Kevin
Hi all, I am trying my hand at EJB with Orion, and I am wondering if there is any way to avoid the hassle of always having to package the ejb classes into a .jar file, and so on. Is there any way at all to develop and deploy ejbs using an expanded dir structure, much like in the development of a

RE: EJB Help..

2000-10-19 Thread Duffey, Kevin
structure which has the same structure (META-INF directories etc) as inside the myejbs.jar Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Friday, October 20, 2000 5:37 AM To: Orion-Interest Subject: EJB Help.. Hi

RE: EJB Help..

2000-10-19 Thread Duffey, Kevin
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Friday, October 20, 2000 9:45 AM To: Orion-Interest Subject: RE: EJB Help.. Thanks for the note. One thing..since I compile all of my classes into the www/WEB-INF/classes dir, should I put a META-INF

Orion and GZIP

2000-10-19 Thread Duffey, Kevin
Hi all, I know the Orion team mentioned to me that Orion has support for sending JSP pages back as gzip compressed html. Is this support available in the 1.2.9 version of Orion..if not, what version is it in? Also, what do I have to do to get all my JSP pages to return HTML content in g-zip

Performance test...

2000-10-19 Thread Duffey, Kevin
Hi all, Well, using a pretty nifty (and very expensive) testing tool, I was able to do some "minor" testing on a login process of our site. Using Orion, Oracle 8i database, and e-load test suite, here are some numbers that I got: 25 users - 15 connections in the pool pages per second - 43

RE: Performance test...

2000-10-19 Thread Duffey, Kevin
do. Where could i get hold of this tool. Santosh - Original Message ----- From: Duffey, Kevin [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, October 20, 2000 9:11 AM Subject: Performance test... Hi all, Well, using a pretty nifty (and very expensiv

RE: EJB Help..

2000-10-20 Thread Duffey, Kevin
clear for you after that. www-dir/WEB-INF/classes directory is for servlet classes, not for EJBs. You'll see how to deploy EJBs in that example and in documentation as well. stas@ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey,

RE: Orion in production

2000-10-20 Thread Duffey, Kevin
Wow! That's pretty impressive results. What sort of hardware are you running? As my performance test showed, on a single PIII650 I was able to generate on average about 4.5million page hits a day (on a simple login process anyways). -Original Message- From: Holmes, George (TWIi

RE: EJB Help..

2000-10-20 Thread Duffey, Kevin
me! HTH, JP -Original Message----- From: Duffey, Kevin [mailto:[EMAIL PROTECTED]] Sent: Jueves, 19 de Octubre de 2000 16:37 To: Orion-Interest Subject: EJB Help.. Hi all, I am trying my hand at EJB with Orion, and I am wondering if there is any way to avoid the hassle

RE: Orion Powered Sites

2000-10-20 Thread Duffey, Kevin
We have gone production with our admin site, and about to cluster it too. Its running Win2K, JDK 1.3 and Orion 1.2.9. Runs smoothly, and very fast. The IBM NetFinity 4000r dual PIII550 with 512MB RAM and SCSI III RAID hds problably help! :) -Original Message- From: Alan Mc Sherry

RE: Orion in production

2000-10-20 Thread Duffey, Kevin
I would say..Orion has almost no publicity other than word of mouth right now. Orion is just starting out compared to WebLogic, IIS, and what not. Give them some time..people are reluctant to turn to a small company with such a cheap price. I hate to say it, and I hope they don't change their

RE: Orion in production

2000-10-20 Thread Duffey, Kevin
is small. In actuality, they are big, and they will get bigger! -Original Message- From: Duffey, Kevin [mailto:[EMAIL PROTECTED]] Sent: Friday, October 20, 2000 12:05 PM To: Orion-Interest Subject: RE: Orion in production I would say..Orion has almost no publicity other than word

RE: Modified Servlets

2000-10-20 Thread Duffey, Kevin
Go to /orion-install-dir/application-deployments/app-name/web-app-name/orion-web .xml This file looks something like so: ?xml version="1.0"? !DOCTYPE orion-web-app PUBLIC "-//Evermind//DTD Orion Web Application 2.3//EN" "http://www.orionserver.com/dtds/orion-web.dtd" orion-web-app

RE: Orion in production

2000-10-22 Thread Duffey, Kevin
n-Interest Subject: Re: Orion in production "Duffey, Kevin" wrote: easiest to set up. I played around with WebLogic for two weeks (on and off) and still couldn't get my simple JSP page to show up. WebSphere was a nightmare, and while Resin was easy to work with, its n

RE: EJB Help..

2000-10-22 Thread Duffey, Kevin
section, specially the ones about Container responsabilities, this will give you the insight to know why your app isn't behaving well... HTH, Rifle PS: Copies of your Login*.java and the ejb-jar.xml would be welcome... -Original Message- From: Duffey, Kevin [mailto:[EMAIL

RE: Remote object callback from a session bean

2000-10-22 Thread Duffey, Kevin
What your are proposing seems like it should work. I am surprised it doesn't. Why would it not work? Does it not work with RMI? If you can call methods on an object from the client to the server, why can't it be the reverse..where the client object passed in (this) is like a "server" object to

RE: Orion in production

2000-10-22 Thread Duffey, Kevin
Hi, One thing we'll probably end up doing is getting a pricey app server so we can tell outside folks we have it, and then continue using Orion so that we can assure ourselves that things will work. Seems stupid, but that's the way things are. Thats a good ideas as long as they don't

RE: Orion in production

2000-10-24 Thread Duffey, Kevin
Burlington Lane LONDON W4 2TH ENGLAND TEL: +44 208 233 5631 FAX: +44 208 233 7701 CELL: +44 7968 918813 -Original Message- From: Duffey, Kevin [mailto:[EMAIL PROTECTED]] Sent: 20 October 2000 19:24 To: Orion-Interest Subject: RE: Orion in production Wow! That's

RE: Orion in production

2000-10-24 Thread Duffey, Kevin
or any other vendor. Good luck though. -Original Message- From: Gary Shea [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 22, 2000 8:34 PM To: Orion-Interest Subject: RE: Orion in production On Today, Duffey, Kevin ([EMAIL PROTECTED]) wrote: I don't think I could say it better

RE: Data Sources Help

2000-10-24 Thread Duffey, Kevin
On that note, we use several databases. How is this handled? We have a QA database for testing that our qa machines need to be set up to, but we also use two databases at one time for two-phase commit transactions. Is it possible to set up a datasource for two databases and have connections for

RE: Massive CPU useage

2000-10-24 Thread Duffey, Kevin
Heh..funny..our site does the same thing. Worse, we seem to use about 300MB of ram for a query that only yields about 60 records! Its a joke. We have our own home-brewn persistence layer..which I am quite sure is the culprit. I am hoping that soon we will move to EJB entity beans and what not. I

RE: Interbase datasource??

2000-10-25 Thread Duffey, Kevin
types do not work. All the rest seems to work fine (blobs, etc.) and the performance seems very good (though i did not test really huge databases by now). In the documentation of IB6 (the PDF files, dont remember where is the link) there is a "Getting Started", which describes these migr

RE: Orion as NT4 Service

2000-10-25 Thread Duffey, Kevin
We are using JNT, a free service runner for java applications that properly handles the log-off command. I forget the url, but if you do a search at excite or something, I am sure you will find it. We were using run_as_service, or srvany, neither of which properly worked. -Original

RE: Clustering Advice, Software or Hardware

2000-10-26 Thread Duffey, Kevin
Hi there, First, you definitely want to use the application specific clustering, with a load-balancer feeding to two or more, per island. If your not familiar with Orion clustering, your in for a nice surprise..its VERY easy to do. Orion even comes with its own software load-balancer that is

RE: Can't call an EJB from Within another EJB

2000-10-26 Thread Duffey, Kevin
I HAVE THE SAME PROBLEM!!! I was about to write an email to the list..hopefully someone else can answer this. Its pissing me off. My problem is that EJB A uses EJB B, but my servlet, when it tries to get EJB A, throws the naming exception. The code in EJB A hasn't even ran yet..and the stack

RE: Obtaining an SSL Certificate

2000-10-26 Thread Duffey, Kevin
What about the many posts here about using SSL in a clustered environment? Many posts say the session times out in 1 to 2 minutes. Is that a bug of Orion? Have you experienced that? -Original Message- From: Lorin Kobashigawa [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26,

RE: re Performance test...

2000-10-26 Thread Duffey, Kevin
No entity beans..not even using EJB on this particular test. It will be a few weeks before I get the clustered test posted. Business needs are consistently coming in and we don't have time to do much else. But as soon as I can I will post those results. -Original Message- From: Mark

findByPrimaryKey..what should be a primar key?

2000-10-26 Thread Duffey, Kevin
Hi all, I am a little confused on one thing..if I create an entity such as name, address1, address2, city, state, zip, home phone, fax, cell And a "profile" page shows those fields..and I can store that as an entity in the database. The problem is..what if I want the ability to search on ALL

Orion Console doesn't display EJB Contexts in comp/env/ejb

2000-10-27 Thread Duffey, Kevin
Strange..but I can actually find an EJB via the lookup("java:comp/env/ejb/Bean") however, when I start Orino with the console, I go to the node that displays the context, and I see the COMP node, but in that same line is my com.company.package.EJB name listed there..and its not below the COMP/ENV

EJB ClassCastException doesn't make sense..

2000-10-27 Thread Duffey, Kevin
Hey all, I am getting an error when my serlvet accesses an EJB that in its code is accessing another ejb. Below I am listing the error, the code and the ejb-jar.xml file. I am using Orion 1.2.9. I am not sure if this is a bug with 1.2.9, or why this would be happening. I took code snippets from

RE: rumors

2000-10-27 Thread Duffey, Kevin
What makes you so sure Orion will be sold? If people keep buying licenses at $1500 a pop and the company remains small, they can make more money that way (if you estimate 10s of thousands of licneses) than they can by being bought out..unless they do some sort of stock exchange, cash, and still

RE: Anyone using Interbase in production?

2000-10-27 Thread Duffey, Kevin
As soon as I get Interbase working with Orion using CMP and entity beans, I will post what I have done to get it to work, including a Schema I just found. That should help those interested in this database. Overall its a pretty rock-solid database. I am waiting for InterClient 2.0, which should

RE: Anyone using Interbase in production?

2000-10-27 Thread Duffey, Kevin
So of all the databases that are "free" to use, which one is best for load? I know of PostgreSQL, mySQL, Interbase, and Sybase 11.x. Can anyone maybe fill in the URLs where we can get these databases, as well as JDBC 2.0 compliant drivers for them? Thanks. -Original Message- From:

RE: Can't call an EJB from Within another EJB

2000-10-27 Thread Duffey, Kevin
:[EMAIL PROTECTED]] Sent: Friday, October 27, 2000 2:59 PM To: Orion-Interest Cc: Duffey, Kevin Subject: RE: Can't call an EJB from Within another EJB Hi Kevin... I have apps in which a servlet creates a stateless session bean that in turn creates an entity bean (or finds one that exists

RE: load testing tools/procedures

2000-10-30 Thread Duffey, Kevin
The tool we use is not cheap. I think we paid like $35K or something for it. Its called E-Test Suite, from RSW. We did buy several licenses, so its possible just buyingthe e-load program by itself is feasible..however, you do need the e-test program to create scripts, so I imagine its still not

RE: EJB ClassCastException doesn't make sense..

2000-10-30 Thread Duffey, Kevin
Actually..yes..that is what I meant. :) -Original Message- From: KirkYarina [mailto:[EMAIL PROTECTED]] Sent: Friday, October 27, 2000 1:11 PM To: Orion-Interest Subject: Re: EJB ClassCastException doesn't make sense.. At 11:27 AM 10/27/00 -0700, you wrote: Context context =

RE: Anyone using Interbase in production?

2000-10-30 Thread Duffey, Kevin
I would very much appreciate any info you can give to get ejb 1.1 cmp to work with Interbase (for that matter any database). As it turns out, I seem to not beable to get an EJB to see another EJB. Whether its session or entity. I can get one EJB from my servlet, thats no problem. But in that EJB

JNDI Properties? Why EJB can't find another EJB..

2000-10-30 Thread Duffey, Kevin
Strange thing..I posted this a couple of times too. For some reason, I can NOT get my ejb to find another ejb. I am able to find both ejbs from the servlet just fine, but I can't get one ejb to use the other. Right now its one session trying to use another..but it worries

STOP button of browser causes connection leak..

2000-10-30 Thread Duffey, Kevin
Hi all, Yet another problem I am posting for some help. It appears that when someone using our site submits a query that ends up being more than a few seconds, and they hit the STOP button (maybe because they made a mistake on the form for example), the server thread/request is still running.

RE: STOP button of browser causes connection leak..

2000-11-01 Thread Duffey, Kevin
stop and your code is inside a custom tag, it throws an IOException : End of Pipe or something similar. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Tuesday, October 31, 2000 12:00 PM To: Orion-Interest Subject

RE: JNDI Properties? Why EJB can't find another EJB..

2000-11-01 Thread Duffey, Kevin
None taken..Next week I'll finally have my cable modem installed at home so I can do it then. Until then, I'll just have to wait. ;) I agree..it probably is something extremely stupid..like one thing out of place. I have been reading the lists for many months and never saw a post on this before

RE: more question for xml,xsl in orion

2000-11-02 Thread Duffey, Kevin
OK...I didn't get to finish because some stupid key I hit sent my email out..sorry..I'll finish in this one.. I am about to dive in to XML, XSL and all that good stuff soon. My understanding is that you would want the JSP page to return XML, then apply XSL via an XSLT engine to output HTML. To

RE: Orion as a Service under NT (Log out problem)

2000-11-02 Thread Duffey, Kevin
Title: Orion as a Service under NT (Log out problem) I am wondering if you finished your email? Anyways..I use JNT and it seems to work except that when I STOP the Win2K Service of JNT/Orion, it never stops "officially"..I have to manually hit the CLOSE button, then restart the service. I

RE: Re[2]: xml,xsl in orion

2000-11-03 Thread Duffey, Kevin
ED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Thursday, November 02, 2000 10:00 PM To: Orion-Interest Subject: RE: Re[2]: xml,xsl in orion If you don't mind I would like to ask you a question or two.. How exactly is the XSL, XML output of a JSP (using text/x

RE: Beginner: Step by step tutorial?

2000-11-03 Thread Duffey, Kevin
May I suggest something... Being that J2EE is already available in most app servers, and the next version is just about to have its specs closed upon, why not move full fledge into a J2EE type of development, where you use JSP pages (instead of Servlets returning HTML in the code (via

RE: newsgroup forum

2000-11-06 Thread Duffey, Kevin
I agree! Using a newsgroup is a grand idea! Sure would make the threads alot easier to navigate. -Original Message- From: James Hays [mailto:[EMAIL PROTECTED]] Sent: Monday, November 06, 2000 11:21 AM To: Orion-Interest Subject: newsgroup forum Would it be possible or in

RE: There has GOTTA be a BETTER way !!!!

2000-11-08 Thread Duffey, Kevin
My take on EJB is that while they seem to be more work (now that I have done it a couple of times..but I am far from pro caliber here), they are actually a bit less work if you are using CMP, instead of BMP. However, I have heard that EJB 2.0 CMP is more complicated, and it along the same amount

RE: Web upload of a Java class

2000-11-10 Thread Duffey, Kevin
Sorry..not sure I understand? Do you mean "deploy" it into an application server, so that it immediately takes affect and then you can use it right away? If so, look at the .WAR format, or .EAR format. Its a J2EE standard format and most app servers should provide some sort of hot-swap

Context path of web-apps..can someone clarify for me..

2000-11-13 Thread Duffey, Kevin
Hi, I seem to be confused about how web-apps and their context play into relative and aboslute paths on JSP pages and servlets. I have two applications deployed. One uses 3 web-apps, the other is just one. In the one with 3 web-apps, they all 3 share the common www dir, (the only difference is

RE: EJB using core classes?

2000-11-15 Thread Duffey, Kevin
Thanks. That at least clears this up. What if I EAR the whole thing and deploy the EAR? Would the EJB then be able to see the classes..or at that wouldn't make any difference? -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 15, 2000 9:20

RE: Custom Tags Bug? Please help...

2000-11-15 Thread Duffey, Kevin
I would think class is a reserved word in java. For example MyClass.class refers to the Class of the class. I would rename it from class to myClass or something. Same for your getter/setter methods. -Original Message- From: Claudio Cordova [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: Client hits STOP button..is there a way to detect this before sending a response?

2000-11-15 Thread Duffey, Kevin
ened in the meantime, then the timestamps won't match, and so you can ensure that no mismatch happens. On Wed, 15 Nov 2000, Boris Erukhimov wrote: "Duffey, Kevin" wrote: So here is the problem. If a user submits a form (say..to search for all clients) and lets

RE: JNDI Properties for Orion and EJB?

2000-11-19 Thread Duffey, Kevin
That I understand. What I Don't get is why its needed? If I set up a cluster of front-end jsp/servlet, and a cluster of ejb servers, because they are all using Orion, I want my front-end servlets to access the middle-tier ejbs. For this..do I need JNDI properties to find the EJBs? Or..as I think

RE: error instantiating web-app JNDI-context, JSP - EJB -- solved!

2000-11-22 Thread Duffey, Kevin
Hmm..as far as I know, orion-web.xml is created for you when you deploy your app. You shouldn't have to ever do anything in it. I am able to access my Session EJB via my action class (don't want to do it in jsp...thats bad). I am anxious to get entity beans working with Interbase 6 via JDBC2.0. I

RE: search engine w/ orion

2000-11-27 Thread Duffey, Kevin
I take it I simply add in a .jar file or something..use its API's and I can add a search engine to my own site? Is it free to use for my own applications and websites? I haven't checked it out yet..but I will later. Thanks. -Original Message- From: Mike Cannon-Brookes [mailto:[EMAIL

RE: OFFTOPIC: Making a page expired

2000-11-28 Thread Duffey, Kevin
Question..does this solve the problem of the BACK button going to the server? I have this problem where if I "control" caching, thus wanting to force the browser to always go to the server, if the user hits BACK, they get the infamous "this page has expired from cache..please refresh your

RE: API to discover server state

2000-12-07 Thread Duffey, Kevin
I would say..how about looking at the com.evermind packages? They are there for use..although probably only intended for the app server itself. -Original Message- From: Chris Woods [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 11:08 AM To: Orion-Interest Subject: RE:

RE: Orion and J2EE licensing

2000-12-18 Thread Duffey, Kevin
Interesting perspective Scott. At first it seemed you were bashing Orion for their quotes. While I agree..how can Orion claim to be J2EE (much less the only one available) while not licensing J2EE from Sun nor running the suite of tests that "supposedly" iPlanet and BEA have run, I would also

RE: Stress orion = servlet engine failed arround 200 users

2000-12-20 Thread Duffey, Kevin
That is interesting. I did a stress test of a simple login process using a single PIII450, with 100 virtual users (using E-Suite's E-Load). It was using EJB, but the ejb and servlet call were in the same one server/orion process, so I am sure the performance I saw was related to no network access

Any news from Orion yet??

2001-01-13 Thread Duffey, Kevin
Hi all, Has anyone heard from the team lately? I know I saw a post about a month or so ago. Its been about 3 or 4 months since anything has changed on their site, if not longer and now its getting me worried. I can understand them trying to organize the company, but did production stop on the

RE: Memory Leak

2001-01-23 Thread Duffey, Kevin
First of all..are you releasing the reference to the EJB? If not, how is it that each time you call the page some more memory is used? It sounds like something is being referenced on each request, but not being set to null or is not falling out of scope (request scope or method scope).

Touching of application.xml does not properly reload my app..

2001-02-07 Thread Duffey, Kevin
Hey there, I am trying to get my application to auto-reload so that when I modify a class file, it reloads the app. The problem I am having is stayin "logged in" to my site. Supposedly any HttpSession objects should be serialized in some manner. When I reload the app (by touching

RE: Problem with two Orions on same box!!!

2001-02-09 Thread Duffey, Kevin
Not sure about RMI server, but each application deployed as an xml config file for it. In that file, which is specified in the server.xml file, you list the port you want http to listen on. Look in the web-site.xml.html in the docs folder. In my server.xml I have web-site path="./bm_web.xml" /.

RE: Using Session Variables

2001-02-12 Thread Duffey, Kevin
If this is in a JSP page, you don't need to get the session from the request. Go to the java.sun.com site, select APIs, select Java Server Pages and print yourself out the JSP Syntax Card. It tells you what you can use in JSP. There is a session variable already defined for you. Also, there is

Why xsl:include seems to try to find files in /Orion folder and not web-app root?

2001-02-12 Thread Duffey, Kevin
Hi, When I use the xsl:include.. directive, it appears to look in server root dir, and not the web-app root its deployed in. I am not quite sure if this is something to do with Orion, or if all servers operate in this manner and therefore its an error of the XSLT technology. Or..perhaps its an

RE: How to deploy?

2001-02-13 Thread Duffey, Kevin
I wont give details, but use ANT to do a build/jar/deploy with one script. It will save you alot of time. -Original Message-From: catjava [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 13, 2001 7:27 AMTo: Orion-InterestSubject: How to deploy? I'm a beginner,and i want

RE: How good is it?

2001-02-13 Thread Duffey, Kevin
We use it in production for our CS department to access the database in real-time. Works fine for us. It's not being used with EJB though, so I can't give a definite answer. But for development purposes I haven't found anything near as fast in redeploying apps. Now that I have the session

RE: Any news from Orion yet??

2001-02-13 Thread Duffey, Kevin
rs Neville Burnell Business Manager Software -Original Message- From: Duffey, Kevin [mailto:[EMAIL PROTECTED]] Sent: Sunday, 14 January 2001 12:45 PM To: Orion-Interest Subject: Any news from Orion yet?? Hi all,

RE: Why xsl:include seems to try to find files in /Orion folder a nd n ot web-app root?

2001-02-13 Thread Duffey, Kevin
which XSLT processor are u using then? Rodrigo -Original Message- From: Victor A. Salaman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 2:47 AM To: Orion-Interest Cc: Duffey, Kevin Subject: RE: Why xsl:include seems to try to find files in /Or

RE: Why xsl:include seems to try to find files in /Orion folder a nd n ot web-app root?

2001-02-13 Thread Duffey, Kevin
Sent: Tuesday, February 13, 2001 2:47 AM To: Orion-Interest Cc: Duffey, Kevin Subject: RE: Why xsl:include seems to try to find files in /Orion folder a nd n ot web-app root? Orion should just replace Xalan for Saxon anyways... and use TraX instead of a propietary interfac

RE: Why xsl:include seems to try to find files in /Orion folder and not web-app root?

2001-02-13 Thread Duffey, Kevin
If this isn't what you're seeing, then your processor has a bug. This might help more than my suggestion before :-) Dan Cramer Chief Architect Dynamic Resolve, LLC Internet Solutions Consulting -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]O

RE: Why xsl:include seems to try to find files in /Orion folder and not web-app root?

2001-02-13 Thread Duffey, Kevin
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Monday, February 12, 2001 5:47 PM To: Orion-Interest Subject: Why xsl:include seems to try to find files in /Orion folder and not web-app root? Hi, When I

RE: Why xsl:include seems to try to find files in /Orion folder and not web-app root?

2001-02-13 Thread Duffey, Kevin
tSystemId( "file:" + xsl.getAbsolutePath() ); This works fine with Xalan 1.2.2. Regards, Arved Sandstrom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Tuesday, February 13, 2001 4:29 PM To: Orion-Interest Subject: RE: Why

RE: Why xsl:include seems to try to find files in /Orion folder a nd n ot web-app root?

2001-02-13 Thread Duffey, Kevin
et, tough titties as it has many bugs -- Victor -Original Message-From: Duffey, Kevin [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 13, 2001 3:07 PMTo: Orion-InterestCc: Duffey, KevinSubject: RE: Why xsl:include seems to try to find files in /Orion folder a n

  1   2   >