Re: JMS debugging

2000-10-04 Thread Andrew Panagos
I have only tried out the Topic example with Orion's JMS implementation. I have a need though for a more extensive implementation of JMS supporting admin, monitoring and the ability to use JMS from an applet. So I have been prototyping with SwiftMQ JMS. So far all the SUN examples have worked and

Re: Load balancing with a localdirector

2000-10-04 Thread Joel Shellman
I sure hope it works and is straightforward--we plan to get it set up in a week or so (using an Arrowpoint CS50). We did test clustering out with the loadbalancer.jar and it worked great. I imagine (hope) that we just have to configure the Arrowpoint similarly. So I guess what I'm saying is that.

Load balancing with a localdirector

2000-10-04 Thread Lorin Kobashigawa
Has anyone tried balancing orion with hardware? We have to set up an orion cluster using a cisco localdirector as the balancer. I'm assuming it's pretty straitforward, but I'm just curious if anyone has tried it. -Lkb /** * @author: Lorin Kobashigawa-Bates <[EMAIL PROTECTED]> * @title:

RE: BLOBs

2000-10-04 Thread Kurt Hoyt
Title: RE: BLOBs you have to make your own orion-ejb-jar.xml file in that case and tell orion to make a table of your dependent class: http://www.orionserver.com/dtds/orion-ejb-jar.dtd">                  

Redirecting JSP output to a file

2000-10-04 Thread Boris Erukhimov
I need to have HTML output from JSP page stored in a file. There are 2 different requests requiring output from the the same JSP page. First is regular one RequestDispatcher rd = req.getRequestDispatcher("foo.jsp"); rd.forward(req, res); The second one has to forward "foo.jsp", I mean HT

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, th

BLOBs

2000-10-04 Thread John D'Ausilio
Having converted my Queue to a Topic and getting the message-driven bean working, I've moved on to another area of the design ... I've got an entity bean which has a dependent object in a one to many relationship, and the dependent object (d1) has another dependent object (d2), also in a one to ma

Re: Interesting ejb Error!!!

2000-10-04 Thread James M. Earle III
Andiappan, Perhaps because the js engines are different for the command line vs Orion. Typically, js is very loosely defined, and does transformations, coercions and therefore casts on its own as it sees fit. This is kind of like the Windows Assistant, always in your way and a pain in the butt

RE: HTTP Tunneling

2000-10-04 Thread Lopez Esteban
Thanks, but i see the enable HTTP Tunneling documentation and it talk about ormi and http:ormi protocols and I'm using rmi protocol for an application server independent application. What about this?, It's the same? > -Mensaje original- > De: Frank Eggink [SMTP:[EMAIL PROTECTED]] > Envi

Re: Tomcat and Orion don't work??!!

2000-10-04 Thread Jonas Larsson
Hi, you need to put a jndi.properties file that points out wich initial context factory to use (in this case something like orion's ApplicationContextFactory). You must also include the jar file (in this case perhaps orion.jar!?) containing the factory in tomcat's classpath. I hope this helps

Orion and LDAP via JNDI

2000-10-04 Thread snashik
All, I noticed that Orion includes a jndi.jar. Im investigating using OpenLDAP through the sun LDAP SPI along with Orion. Has anyone used this setup before? I would be interested in your tips, before I try to play around with the setup. Thanks, Sat Nashikkar Manager, Product Engineering www.jpsyst

Re: Tomcat and Orion don't work??!!

2000-10-04 Thread Sarathy Mattaparti
Yes.. i had a bad experience with tomcat The installation procedure is different.. if you want installation procedure i can send you the document.. feel free to ask me.. Sarathy > >Hi, > >I want to run the servlet on tomcat and EJB on Orion. I have put the >application-client.xml

servlet tag

2000-10-04 Thread Brian Beaulieu
I've searched through the mailing list extensively and couldn't find an answer to this - Didn't find an answer on the Orion web site either. I'm trying to get tags to work. .shtml files are parsed by the SSI engine.. it isn't attempting to process the tag. I've changed the engine from SSI to JS

RE: Lookup of Orion-based EJB from Tomcat-based servlet ("java:comp/env namespace is only available from within the J2EE environment")

2000-10-04 Thread Arved Sandstrom
Try "java:comp/env/fungi". ^ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of McLain, Mark Sent: Wednesday, October 04, 2000 11:57 AM To: Orion-Interest Subject: Lookup of Orion-based EJB from Tomcat-based servlet ("java:comp/env namespace is

RE: Lookup of Orion-based EJB from Tomcat-based servlet ("java:comp/env namespace is only available from within the J2EE environment")

2000-10-04 Thread Jason Smith
I have never tried to do what you are talking about, but you might want to try using com.evermind.server.rmi.RMIInitialContextFactory as your INITIAL_CONTEXT_FACTORY within your servlet. so.. Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY, "com.evermind.server.rmi

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

2000-10-04 Thread Kyle Cordes
> Ps: Orion is faster than IIS, so is most other webservers.. IIS is full of > memory leaks and other stuff that make it bend when the load is really hard, > and over time. Check the benchmarks on orion page, its done with microsofts > own benchmark utility so :) In my experiance, for serving sta

two web sites one HttpSession ?

2000-10-04 Thread Kit
Hi all I am trying to set up two web sites that need to share the same HttpSession. Both web-site.xml files already have this line. They are running on port 80 and 8080. They can share the same EJB sessions, but when i switch to another web site, i lose my data stored in previous HttpSession

Lookup of Orion-based EJB from Tomcat-based servlet ("java:comp/env namespace is only available from within the J2EE environment")

2000-10-04 Thread McLain, Mark
NOTE: This is a repost. The message now includes a subject (oops!) and more detail. A coworker and I are trying to create a servlet that will run on his computer under Tomcat. This servlet is attempting to lookup and use an EJB deployed on my computer under Orion. This servlet is using the co

RE: Anyone using Orion/Apache w/ many virt. hosts?

2000-10-04 Thread Mike Cannon-Brookes
I have one IP address and 15 completely different domain names running off the 1 Orion install. It's very simple to do. Every web site has the same config tag, as below: ... etc You can put as many virtual-hosts in there as you want (I have 10 sites, with 20+ domains between them). To make a

RE: URGENT: HELP: session time out under SSL

2000-10-04 Thread Paul Knepper
Yes, I have.  I don't know if this makes a difference but I only server secure pages.  Their is no normal http web site. -Original Message-From: Magnus Rydin [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 03, 2000 11:50 PMTo: Orion-InterestSubject: RE: URGENT: HELP: sessi

Access control without roles ?

2000-10-04 Thread Pedro Garcia Lopez
Hi, I have a problem in which role-base access control is not flexible enough. Imagine a content server in which I want to restrict acces to each published course to a list of users. Each time a course is published I can set the list of allowed users. With htaccess I could restrict access to a d

RE: Orion Server and Ports...

2000-10-04 Thread Drye, Stephen
Actually, 23791 is the default port used for the ormi: protocol used by most of the Orion admin tools along with applicationlauncher.jar (which saves you from having to specify a classpath or javax.naming InitialContext properties for an application client). You can change it in config/rmi.xml i

Re: Client application

2000-10-04 Thread Daniel C. DiCesare
Thanks for the response, I'll check it out. -Danno - Original Message - From: "Frank Eggink" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, October 03, 2000 4:07 PM Subject: RE: Client application > Late August (22/8) I posted a simple example on this mailin

Re: Client application

2000-10-04 Thread Daniel C. DiCesare
Thanks for the response, I'll check it out. -Danno - Original Message - From: "Christian Eichinger" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, October 03, 2000 5:00 PM Subject: Re: Client application > Look at the example in ..\demo\rmi\RMIApp.java. It

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

2000-10-04 Thread Kyle Cordes
Title: RE: Using Orion As a Plugin to IIS for Servlets/JSPs > Not to disparage Orion (a great product!), but it's extremely > unlikely that > Orion will approach IIS's speed of serving HTML pages.  IIS is highly > optimized using native NT APIs to perform this task extremely > quickl

Orion log clock keeps getting stuck

2000-10-04 Thread Warren Van der Woude
Hi all My Orion access_log files keep on getting stuck with the same time stamp being recorded. Our logs are supposed to turn over on a daily basis, but this doesn't happen all the time. Here is an extract of the listing from my log directory: Sep 28 00:00 access_log_2927 Sep 29 10:47 access

help with passivate/activate

2000-10-04 Thread Luis M Bernardo
hello, this is the the behavior I've observed in my application and that I would like to fix: say, two users A and B are logged into the system. if I shutdown the server while they are logged, either by using admin.jar -shutdown or ctrl-c, the session beans associated with each user session are

RE: JMS debugging

2000-10-04 Thread Jai Jones
Queue's don't work, period. We've tried them from regular java classes and Message Driven beans neither work. We sent messages to the Orion team about this but haven't received a response yet. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Markus Holmb

RE: Anyone using Orion/Apache w/ many virt. hosts?

2000-10-04 Thread devendra orion
Hi! Can anybody help us in setting one IP and multiple domain. Mike can you help us with the configuration files or how you manges to setup 15 virtual hosts. Is it the same thing as above or 1 domain and ither 15 virtual hosts of the same domain. thanks devendra --- Magnus Rydin <[EMAIL PROTEC

RV: Client certificate authentication

2000-10-04 Thread Lopez Esteban
Hi Luciano I forgot to tell you that the tag should not be used in the WEV.XML file. > -Mensaje original- > De: Lopez Esteban > Enviado el: Miércoles, 04 de Octubre de 2000 09:37 a.m. > Para: 'Orion-Interest' > Asunto: RE: Client certificate authentication > > Hi Luciano: > >

RE: Client certificate authentication

2000-10-04 Thread Lopez Esteban
Hi Luciano: I configured my Orion in the following way: 1. SECURE-WEB-SITE.XML: I put this line: Where keystore y smai keystore like explains the SSL-HOWTO.TXT of Orion documentation. And needs-client-auth="true" is necesary for request an client certificate. 2

RE: apache as web server + orion as app server

2000-10-04 Thread Joshua Goodall
Assuming that you can't convince your management otherwise, you can use apache's mod_proxy (in ProxyPass aka reverse proxy mode). e.g. in httpd.conf (this can also go in your VirtualHost directive sections) ProxyPass /myapp http://appserver.mydomain.com:8080/

RE: Interesting ejb Error!!!

2000-10-04 Thread Pantelis, Thomas
Title: RE: Interesting ejb Error!!! I have seen ClassCastExceptions when narrowing an object obtained from another application. I believe it's due to different class loaders for each app. If you're servlet is in another app, then you have to set it's "parent" attribute (i.e. parent="ejbsamples

RE: Oracle 8i download?

2000-10-04 Thread John D'Ausilio
Even when I have successfully downloaded stuff from Oracle, the rates have been pitiful for such a large company. Consider yourself lucky if you get 7 or 8 kB/s. I'd recommend just buying the media pack from them, you'll save a lot of headaches. john d -Original Message- From: [EMAIL PRO

apache as web server + orion as app server

2000-10-04 Thread thomas
dear all,   my company plans to use apache as our web server (port:80) and orion as the app server (port:8080) (for jsp, servlet, mainly ejb), the main problem we facing now is configuation.   i.e. how to config apache so that all jsp, servlet, ejb request will forward to orion???   many m

Tomcat and Orion don't work??!!

2000-10-04 Thread Ng Ka To
Hi,I want to run the servlet on  tomcat and  EJB on Orion. I have put the application-client.xml int the ./META-INF folder However, when theservlet get the JNDI from the Orion, the tomcat throws an exception like this: "mainthread" "javax.naming.parsers.FactoryConfigurationError" errors.Wha

Re: Client certificate authentication

2000-10-04 Thread Montebove Luciano
Hi Lopez, Can you detail your "manual" identification? Luciano -Messaggio originale- Da: Lopez Esteban [mailto:[EMAIL PROTECTED]] Inviato: martedì 3 ottobre 2000 21.53 A: Orion-Interest Oggetto: RE: Client certificate authentication I don't solve the 403 problem yet, but I ca

Re: Oracle 8i download?

2000-10-04 Thread Joel Shellman
A lot of it may be Oracle's site. Sometimes I wonder if they really intend for those to be downloaded. It's really hit and miss. If you do try, though, and it doesn't work, back out a few screens and go through the process again (agreeing to the agreement and such). I think they have some mechani

RE: Anyone using Orion/Apache w/ many virt. hosts?

2000-10-04 Thread Magnus Rydin
Title: RE: Anyone using Orion/Apache w/ many virt. hosts? My first go at Filters I wrote the mod_expires as it was a topic on this list. Im not sure how usefull it is, but if it is, I can always put it up somewhere.. Maybee in the Filter tutorial. My only problem with this was to understand th

RE: URGENT: HELP: session time out under SSL

2000-10-04 Thread Magnus Rydin
Paul, im not sure if this helps you.. But have you set up your site to share sessions with the HTTP site? WR -Original Message-From: Paul Knepper [mailto:[EMAIL PROTECTED]]Sent: den 3 oktober 2000 17:53To: Orion-InterestSubject: Re:URGENT: HELP: session time out under SSL