Re: AJP12

2002-04-12 Thread Marcel Schutte
You can see this by adding: web-site host=[ALL] port=80 display-name=Default Orion WebSite protocol=AJP13 to you default-web-site.xml. Another undocumented protocol is JNI. Anybody knows how that works? Marcel - Original Message - From: Scott Farquhar [EMAIL PROTECTED] To:

Re: Class-Path entries in Manifest.mf for EJBs

2001-11-22 Thread Marcel Schutte
Hi Marc, Try changing the Class-Path entry to: Class-Path: lib/ois.jar lib/bo.jar lib/sales.jar You should address your jars from the 'root' of the ear file. Marcel - Original Message - From: Marc Eilens [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday,

Re: PLEASE get me OFF this list!!!!

2001-10-16 Thread Marcel Schutte
No, please, say you are kidding. This isn't really happening. O, and if 'unsubscribe' doesn't work, try 'unsuscribe' that might!! - Original Message - From: J.D. Bertron [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, October 16, 2001 6:28 PM Subject: RE: PLEASE

Re: Reading Properties File

2001-08-22 Thread Marcel Schutte
See the attached files. We use them to read properties files off the applications classpath. The properties files should be in the same directory as the ProjectPropertiesHelper class. This method works in both orion1.5.2 and weblogic6.1 Hope this helps, Marcel - Original Message - From:

RE: Clustering..

2001-07-17 Thread Marcel Schutte
Title: RE: Clustering.. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kesav KumarSent: Tuesday, July 17, 2001 12:32 AMTo: Orion-InterestSubject: RE: Clustering.. snip This mechanism have one drawback: If you keep an object in session and later

RE: Configuring Orion+IIS

2001-07-10 Thread Marcel Schutte
That is not yet possible, you'll have to wait for the AJP13 support that orion announced with version 1.4.8. Currently this is disabled due to 'pending issues'. Marcel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Antonio Vazquez Sent: Tuesday,

Re: debug jsp pages and where is the source

2001-06-15 Thread Marcel Schutte
Hi Wendell, Take a look at http://bugzilla.orionserver.com/bugzilla/show_bug.cgi?id=497. Someone else recently posted about this too and so I filed a bug. Magnus already fixed it and it seems you should be able to use String and any other Class in the scope of the current jsp's imports. Marcel

RE: Orion at port 80 with IIS

2001-06-13 Thread Marcel Schutte
Orion has announced support for AJP13. It is not working yet, but once it will, you can use the tomcat3.3 ISAPI plugin to connect IIS to Orion. Marcel -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Karin KeurSent: Wednesday, June 13, 2001

Re: Tag library TEI difference

2001-06-06 Thread Marcel Schutte
On the orionserver homepage it says jsp1.1 support, not jsp1.2. Also, packed in orion.jar is the dtd for the 1.1 version of .tld's. So orion support jsp 1.1 Perhaps you also did, but I looked it up in the specifications. jsp1.1 actually has an error in the javadoc for VariableInfo, since it

Re: Access Log Format with Cookies

2001-06-06 Thread Marcel Schutte
There is no way to get a listing of all cookies in your log. You will have to specify their names the way you did. There are actually two more format vars available: $header:header-name is similar to the $cookie var for headers $mime shows the request mime type Marcel - Original Message

Re: getRemoteAddr() - APACHE as proxy !!

2001-06-05 Thread Marcel Schutte
Hi, I don't know how it works, but in orion's changes.txt it says 'Added AJP13 support.' for version 1.4.8 . Unfortunately the docs don't mention it at all. As far as I know this is the protocol used by Tomcat to communicate with Apache. Perhaps it solves your problem, leaving you with the

Re: Advanced O-R Mapping

2001-06-01 Thread Marcel Schutte
Hi, Take a look at orion\docs\or-howto.html . Basically, what it tells you to do is provide the type of the elements in your Collection. With this extra info orion can generate the correct orion-ejb-jar.xml for you. Once you have the correct orion-ejb-jar.xml, you can use that and remove the

Re: Problem with jsp pages

2001-06-01 Thread Marcel Schutte
Hi Antonio, The way you wrote it right now, getServletContext() should be a method of your current jsp and it isn't. That's what the error is telling you. The correct way to access the servlet context is to use the implicit object 'application'. This is a predefined variable in every jsp. For

Re: Am I the only one lagged?

2001-06-01 Thread Marcel Schutte
I repeatedly see my messages only after 1 or maybe 2 hours and I know that silly feeling. Sent this one at 17:50 GMT+1. Marcel - Original Message - From: Lachezar Dobrev [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, June 01, 2001 4:06 PM Subject: Q: Am I the only

RE: Setting up a new web-application

2001-05-30 Thread Marcel Schutte
] [mailto:[EMAIL PROTECTED]]On Behalf Of Marcel Schutte Sent: Tuesday, May 29, 2001 4:29 PM To: Orion-Interest Subject: RE: Setting up a new web-application You're right. In the online documentation it says /servlets but when you look at global-web-application.xml(in both 1.4.5 and 1.5.1) it says

RE: bugs in @page extends=.... in Orion implementation?

2001-05-30 Thread Marcel Schutte
? And what have you used it for? Of course if anyone else have tried it out, I would very much like to hear from you too. Yours Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marcel Schutte Sent: 30. maj 2001 00:22 To: Orion-Interest

RE: Setting up a new web-application

2001-05-29 Thread Marcel Schutte
Hi, According to the 1.4.5 documentation the default web directory mapping for servlets is /servlets, mind the plural (http://www.orionserver.com/docs/orion-web.xml.html). But since none of the classes in WEB-INF/classes are found there might be yet another problem. Could you perhaps post a zip

RE: CMP creation

2001-05-29 Thread Marcel Schutte
A very nice aspect of orion is that it can automatically create the tables for you. Just deploy your application and you'll see it 'autocreating table...'. But ofcourse you sometimes want to use existing tables. To do that you let it deploy just like above. This will create a directory

RE: Setting up a new web-application

2001-05-29 Thread Marcel Schutte
://localhost/servlets/SnoopServlet only the first URL works, Kevin Jones DevelopMentor www.develop.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marcel Schutte Sent: 29 May 2001 11:47 To: Orion-Interest Subject: RE: Setting up a new web

Re: bugs in @page extends=.... in Orion implementation?

2001-05-29 Thread Marcel Schutte
That's right, the two examples Randahl gives can be easily solved using the servlet2.3 filter mechanism, giving a very loose coupling of these features with your actual application. Marcel - Original Message - From: Juan Lorandi (Chile) [EMAIL PROTECTED] To: Orion-Interest [EMAIL

Re: Tracing SQL

2001-05-29 Thread Marcel Schutte
That's right, I've got it at my daytime (work) PC. Look into it tomorrow morning (GMT+1). Right now I'm enjoying some winamp plugins and wine. Marcel - Original Message - From: Jeff Schnitzer [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, May 29, 2001 10:31 PM

Re: Sybase SOLVED!

2001-05-26 Thread Marcel Schutte
Hi Markus, I was just looking at the sybase schema file in my version 1.4.8 orion and it indeed includes this mapping of java.lang.Serializable to image. Marcel - Original Message - From: Markus Härnvi [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Saturday, May 26, 2001

RE: JSP can't use local classes - What am I overlooking?

2001-05-25 Thread Marcel Schutte
I believe that you should have your package (jar) in the orion/lib directory, from your message it seems that you have it in WEB-INF/classes. That directory is usually for servlets. Eric. Just to point out that per Official Sun Servlets 2.2 / Jsp 1.1 Specifications, all jsp and servlets

auto deployment in 1.5.1

2001-05-23 Thread Marcel Schutte
Is it just me, or is auto deployment broken in version 1.5.1 ? It looks like they tried to do something about the 'error reading zipfile' message, but now it sometimes just doesn't notice that an .ear file has changed. I have to stop and start the server to trigger the auto unpacking and

RE: PetStore - Session State in a Cluster

2001-05-21 Thread Marcel Schutte
My guess is you stumbled upon a mismatch between the servlet and jsp specifications: a container needs some way to decide when to replicate a session to a cluster. In Orion and Weblogic this is done when session.setAttribute() is called. This works fine for things like the SessionServlet. In

RE: Orin cpu usage ???

2001-05-17 Thread Marcel Schutte
Hi Eddie, You could try to use the JVM profiler (startup arguments -Xprof and -Xrunhprof). This is ofcourse not orion specific, but you can give it a try. You can also try leaving out parts of your application until you find the bit that's causing your problem. Marcel -Original

RE: .zip files and solaris

2001-04-23 Thread Marcel Schutte
. Ottinger Sent: Monday, April 23, 2001 11:53 AM To: Orion-Interest Subject: Re: .zip files and solaris ..except he (or she!) is wrong; jar xf myzipfile.zip works FINE, although it doesn't preserve time stamps. :) Try it and see! On Sat, Apr 21, 2001 at 09:30:37PM +0200, Marcel Schutte wrote

Re: .zip files and solaris

2001-04-21 Thread Marcel Schutte
That's the beauty of newsgroups and mailing lists: you can actually learn something from them. Marcel - Original Message - From: "Angshuman Dasgupta" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Saturday, April 21, 2001 8:32 PM Subject: RE: .zip files and solaris

RE: Migratingfrom GSP

2001-04-17 Thread Marcel Schutte
well, here go my 2c's... - For part two i would suggest you implement a session listener in which you can code all the stuff you want to do on session init. - for part three the best option is a filter. Aniket I'll second that. And besides that, I think you should avoid coding

Re: Question on Deploying an Enterprise App

2001-04-06 Thread Marcel Schutte
- Original Message - From: "Abhilash Koneri" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, April 06, 2001 4:41 AM Subject: Re: Question on Deploying an Enterprise App Thanks a lot for the reply, I have some more questions : 1. If the helper classes are

Re: Question on Deploying an Enterprise App

2001-04-06 Thread Marcel Schutte
- Original Message - From: "Abhilash Koneri" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, April 06, 2001 4:41 AM Subject: Re: Question on Deploying an Enterprise App Thanks a lot for the reply, I have some more questions : 1. If the helper classes are

Re: Question on Deploying an Enterprise App

2001-04-06 Thread Marcel Schutte
- Original Message - From: "Abhilash Koneri" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, April 06, 2001 4:41 AM Subject: Re: Question on Deploying an Enterprise App Thanks a lot for the reply, I have some more questions : 1. If the helper classes are

Re: Question on Deploying an Enterprise App

2001-04-06 Thread Marcel Schutte
- Original Message - From: "Abhilash Koneri" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, April 06, 2001 4:41 AM Subject: Re: Question on Deploying an Enterprise App Thanks a lot for the reply, I have some more questions : 1. If the helper classes are

RE: Question on Deploying an Enterprise App

2001-04-05 Thread Marcel Schutte
I have an application which consists on several enterprise beans. All the beans access several helper class (Data access objects, etc). I need to now what is the best way of deploying the application in the Orion server. My first attempts at this were 1. Compile the ejbs into ejb jars

RE: Orion OpenTool to JBuilder 4?

2001-04-03 Thread Marcel Schutte
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert S. Sfeir Sent: Monday, April 02, 2001 8:02 PM To: Orion-Interest Subject: Orion OpenTool to JBuilder 4? I've been trying to find ANY information about pluging in Orion as part of the

Re: Hot deployment

2001-03-31 Thread Marcel Schutte
- Original Message - From: "Daniel Lopez" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, March 30, 2001 8:20 AM Subject: Re: Hot deployment Hi Marcel, You're right, I had already tried that and it didn't work. On the other hand, I tried to pack my .war

RE: Hot deployment

2001-03-29 Thread Marcel Schutte
I'm having the same problem as Daniel. It's not a matter of touching or recreating the .war. Daniel wrote that he tried that already. For me, the automatic redeployment of .ear files works fine. Whenever I overwrite the .ear file, orion starts redeploying right away. However, when I make my .war

RE: EJBUser User

2001-03-27 Thread Marcel Schutte
The EJBUserManager returns an instance of EJBUserWrapper, which implements User. The EJBUserWrapper converts RemoteExceptions to RuntimeExceptions. Marcel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kapa Sent: Tuesday, March 13, 2001 3:07 PM

RE: Trouble with the mailing list since Monday

2001-03-26 Thread Marcel Schutte
No, I'm receiving the postings just fine Marcel

Re: Problem with Filters and RequestDispatcher in Orion 1.4.5

2001-03-23 Thread Marcel Schutte
Just out of curiosity, but why don't you use the standard servlet provisions for authentication? Are there things you can do more easily using filters? I'm just starting to look at what filters can do, so any comments are welcome. Marcel - Original Message - From: "Anders Janmyr" [EMAIL

Re: Java ftp

2001-03-02 Thread Marcel Schutte
See http://www.savarese.org/oro/ I think that's the library that is used by the optional ftp task in Ant. Marcel - Original Message - From: "John Miller" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, March 02, 2001 10:47 AM Subject: Java ftp Off topic, but

RE: Client site HttpSession simulating

2001-02-06 Thread Marcel Schutte
you haven't done so already I would suggest that you play around with the settings in 'docs\orion-web.xml.html'. Perhaps the setting to disable cookies would help. Good luck, Marcel Schutte I need thins functionality very much. Any help would be greatly appreciated Thanks ~boris

RE: Form-based authentication not working right

2001-02-06 Thread Marcel Schutte
see inline -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gerald Gutierrez Sent: Tuesday, February 06, 2001 12:52 AM To: Orion-Interest Cc: [EMAIL PROTECTED] Subject: Form-based authentication not working right Recently I asked about

Session replication in an orion cluster

2001-02-01 Thread Marcel Schutte
it is also recommended to use a setAttribute() call on every state change of the underlying object (Chapter 9, Methods for managing state). Regards, Marcel Schutte

RE: Servlet loading twice if init() not finished?

2001-02-01 Thread Marcel Schutte
. So my conclusion is that orion isn't following the specs here. You could ofcourse try to work around this for the moment, but it should be filed as a bug. Regards, Marcel Schutte -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Endres Sent

RE: How to get RoleManager / setup UserManager

2001-01-29 Thread Marcel Schutte
The other question has to do with using the User Manager. When I add the following to my orion-application.xml I get the NamingException when it is deployed. What is the trick to doing this? According to one poster, the atm example demonstrated this, but I must have a different

RE: How to get RoleManager / setup UserManager

2001-01-29 Thread Marcel Schutte
Hi, You'll also have to include a line deploying orions EJBUser in you orion-application.xml like this: ejb-module remote="false" path="demo/ejb/usermanager" / Now you can take out the principals .../tag. Further you need to specify a role to group mapping in orion-web.xml (adjusted

RE: how do i use EJBUserManager

2001-01-25 Thread Marcel Schutte
Hi, Could someone who succeeded in deploying the EJBUserManager please post a step-by-step description of what to do. I'm having problems with it too. Thanks in advance, Marcel Schutte -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Bauer Sent

Re: Connection reset by peer: socket write error Can someone help

2001-01-25 Thread Marcel Schutte
This is not specific to orion. I've seen it with weblogic as well. My theory is that the browser (I suspect that it is explorer only) abruptly stops reading a http response. The webserver is then left with a socket it can't write to any longer. Marcel - Original Message - From:

Re: JSP syntax checker

2001-01-09 Thread Marcel Schutte
Hi JBuilder enterprise can do alot for you. It alerts you of errors in both HTMl and java code of your .jsp . Syntax colouring, code completion and a hierarchy view of you HTML are helpful too. Compile time errors are a different story, you'll have to deploy the .jsp for that. Marcel -

RE: Information about OR-mapping

2000-12-14 Thread Marcel Schutte
Hi, You could do a search in the orion mailing-list archive on 'ejb2.0'. One of the things I found there was that the implementation of the EJB QL also is not finished yet. Another posting contains a link to a very simple example