Re: Building an application

2001-04-10 Thread Daniel Lopez
Olivier, I have the same setup as you have and it works for me. What are the error messages that you get in the error log? Just an internal server error? It sounds like orion is not able to "load" you application because of a configuration issue and that's why even the index.html doesn't work. Go

Re: Credit-Card Processing

2001-04-10 Thread Santosh Kumar
but where to make this change? santosh -Original Message- From: denis despinoy <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Date: Tuesday, April 10, 2001 11:48 PM Subject: Re: Credit-Card Processing We ran into to the same prb and corrected as follow The certificate cn m

SV: -Tag

2001-04-10 Thread Magnus Rydin
Title: SV: -Tag I think that tag died with JSP 1.0. WR > -Ursprungligt meddelande- > Från: Maximilian Eberl [mailto:[EMAIL PROTECTED]] > Skickat: den 10 april 2001 08:14 > Till: Orion-Interest > Ämne: -Tag > > > Does Orion support the -Tag in HTML-pages and what is the > correct s

RE: Building an application

2001-04-10 Thread Frank Eggink
You can change that entry to: or what ever names you prefer. Make sure you have defined 'myApp' in the server.xml though. FE On Wednesday, April 11, 2001 1:29 AM, SCOTT FARQUHAR [SMTP:[EMAIL PROTECTED]] wrote: > Two things that might be of interest: > > > > > in defa

RE: double emails

2001-04-10 Thread elephantwalker
I was getting double's on the jdom list, and found I had configured two email filters(by accident) on my Outlook to move jdom mails to the jdom folder...and yes, you guessed it, I started getting two emails for every jdom email I received. I finally unsubscribed to jdom, and resubscribed, only to

Re: Error starting HTTP server

2001-04-10 Thread SCOTT FARQUHAR
I'm guessing that you also have anther server running on port 80. You should be able to use the command "netstat" to determine this. Try changing the default port that orion run on (in default-web-site.xml) Change from 80 to another value & see if that works. Remember that to access it in yo

Re: SecurityAdapter for Orion

2001-04-10 Thread SCOTT FARQUHAR
I haven't looked at the petstore demo, but from the error I would say that the class: com.sun.j2ee.blueprints.petstore.control.ejb.ModelUpdateManager does not implement serializable, and when Orion tries to serialise it (to marshall for RMI, or save to DB), then it throws an error. If you have a

RE: double emails

2001-04-10 Thread Randahl Fink Isaksen
I get double e-mails and it is only from this list, I might add. R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dan North Sent: 10. april 2001 19:18 To: Orion-Interest Subject: double emails Is anyone else getting double postings or have I accident

RE: Building an application

2001-04-10 Thread SCOTT FARQUHAR
Two things that might be of interest: in default-web-site.xml . I assume that you can map an application to root by changing that? Turn off "friendly error messages" in Internet Explorer (tools->options->advanced->show friendly http error messages). A 500 could mean anythi

RE: double emails

2001-04-10 Thread Randahl Fink Isaksen
I am also getting double e-mails... it has been like this for approximately 4 days now. I have not change my subscribtion during this period, so I think something is misconfigured. That makes to of us... anyone else?? Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

RE: forward with a null request...

2001-04-10 Thread elephantwalker
j2ee does the login check for you. If you are using form based login, and have noted the access control in you depoyment properlywhen the client try's to access a controled resource, the user will be directed to the login form. If you are hardcoding the login, you may have set up some conflic

RE: Error starting HTTP server

2001-04-10 Thread elephantwalker
To follow on to what Tim said, www.orionsupport.com gives some excellent hints for running on unix or linux. It gives some good work-arounds for running as su or root (you don't need to run as the superuser) while maintaining the 80 port for the web site. Regards, The Elephantwalker -Origin

forward with a null request...

2001-04-10 Thread Rian Schmidt
Hi, Just out of curiosity, can anyone explain why it is that I have to set the request to null to prevent our login page from being displayed twice? Here's the setup: Client makes a request for a page in the /client directory, a filter is invoked on the request looking for a 'userSession' sessio

Re: Error starting HTTP server

2001-04-10 Thread Tim Endres
Because HTTP attempts to bind to port 80, which is a priveleged port under UNIX, I believe that you must start orion as the root user. tim. > On NT Orion is running great but on Solaris JDK1.2.2 when I do java -jar > orion.jar I get an error message flagging a problem with HTTP > initialization

RE: double emails

2001-04-10 Thread Juan Cardenas
Same here, there most be something wrong with your account, :-) JC --- [EMAIL PROTECTED] wrote: > I'm still getting just one copy. > > - Bob Lasch > > > -Original Message- > From: Dan North [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 10, 2001 12:18 PM > To: Orion-Interest > Sub

Error starting HTTP server

2001-04-10 Thread Ashok Banerjee
On NT Orion is running great but on Solaris JDK1.2.2 when I do java -jar orion.jar I get an error message flagging a problem with HTTP initialization. How do I debug/trouble shoot this. Are there any debug flags? Cheers, Ash % java -jar orion.jar Error starting HTTP-Server: Permission denied

SecurityAdapter for Orion

2001-04-10 Thread Ranga Raj
I am working on the latest version of PetStore (1.1.1) and on Oracle. I am deploying these on I am able to deploy the application and am able to see the screens. However, I am not able to authenticate myself. When I signIn with the default user, I get an error with the message: "You could not b

RE: double emails

2001-04-10 Thread Robert_Lasch
I'm still getting just one copy. - Bob Lasch -Original Message- From: Dan North [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 12:18 PM To: Orion-Interest Subject: double emails Is anyone else getting double postings or have I accidentally double-subscribed? Dan/tastapod

RE: Building an application

2001-04-10 Thread olivier
I suppose it is a orion configuration problem, as when I put the same ear into the deploy directory of jboss, I can access the index.html page. Is there a plan from the orion developper to implement a "drag and drop" feature in Orion ?? :-) Olivier -Original Message- From: [EMAIL PROTE

RE: Building an application

2001-04-10 Thread olivier
Dan, The error I have is 500 (http internal server error), when I type http://localhost/taskforce If I type http://localhost, I have the orion home page. This the tree of the applications directory, once expanded by orion. D:\JAVA\ORION\APPLICATIONS taskforce.ear \---taskforce taskforce

HOW TO SETUP ORION TO DYNAMICALLY LOAD CLASSES VIA RMI/JNDI

2001-04-10 Thread Josh P Motto
Hello, Any thoughts on the following would be GREATLY APPRECIATED! I have an Orion EJB/Servlet/JSP application I am attempting to configure to run on several different machines. Each machine will perform a different function: Machine 1 = Orion Web container for Servlets/JSP Machine 2 = Orion E

Re: Credit-Card Processing

2001-04-10 Thread denis despinoy
We ran into to the same prb and corrected as follow The certificate cn must match the url u are calling i.e cn=www.mysite.com That's it --- Santosh Kumar <[EMAIL PROTECTED]> wrote: > Does anybody use Verisigns's Payflow Pro for credit > card processing? > If yes, when i am trying to connect

Re: Java URL to a file from within container

2001-04-10 Thread BRICKER_JONATHAN_E
found the answer myself with some experimenting.  I was able to reach the file by changing the protocol to http and putting in my port number.  basically treating it like a jsp.  Now I have my next problem.  One that I have been worrying that I would have for about for a day or so. java.io.IOExce

transaction within a message bean

2001-04-10 Thread Nenad Momcilovic
> Hello ! > > Does anybody know how to set up transaction with in a message driven > bean? > > I have tried to use transactions in my Message Driven Bean inside > Orion. Once the code I hits the line getUserTransaction() > I got the following exception with the stack trace: > > MessageBean: Ex

RE: During development, how to allow only a couple of ips,including my local system, to view the site?

2001-04-10 Thread Kevin Duffey
Hey Daniel, That is a great idea..DUH! ;) I am using my own simple MVC framework, and I should just put in a feature in the web.xml that gets read in as an init parameter that designates ips that are allowed/now allowed to access the application. Its simple enough to do. Thanks. -Original

double emails

2001-04-10 Thread Dan North
Is anyone else getting double postings or have I accidentally double-subscribed? Dan/tastapod -- Dan North VP Development - Cadrion Software Ltd - +44 (0)20 7440 9550 CONFIDENTIALITY This e-mail and any attachments are confidential and may also be privileged. If you are not the named recip

Re: Virtual Hosts - root directory setting.

2001-04-10 Thread Johan Fredriksson
hmmm, sounds like you missed something in your application xml   snip         my-web.war   /          snip   see context-root, I copy pasted from somewhere on orionserver.com documentation this morning...   Hope this helps.     Johan - Original Message - From: Dominic

How do EJBs register with JNDI ??

2001-04-10 Thread Frank Eggink
Hi, I'm trying to use one and the same ejb.jar for a number of applications: app1, app2, ..., appn. Preferably I would connect to the bean of app1 using context.lookup("java:comp/env/ejb/app1/myBean"). 1. is this possible? 2. which settings do I have to addapt? I'm sort of guessing if I woul

Re: Syslog

2001-04-10 Thread Eric Anderson
It looks like you're using one of the newer versions of Syslog. I only have experience with an older version that did not use an XML config file. My first guess after looking at your code is that ServletContext.getRealPath() is not returning what you think it should. Have you tried writing th

-Tag

2001-04-10 Thread Maximilian Eberl
Does Orion support the -Tag in HTML-pages and what is the correct syntax ? I couldn't find anything about this in FAQ and documentation. Max

Java URL to a file from within container

2001-04-10 Thread BRICKER_JONATHAN_E
I want to parse an XML file and I'm creating a java.net.URL to give the location but I seem to be running into trouble.  Here is what I have: The XML file is in the .war file and is in the application( /proj/orion/application/catd/catd) I create a URL like this: URL schemaURL = new URL("file","

Virtual Hosts - root directory setting.

2001-04-10 Thread Dominic Hanlan
Hi, I have just configured Orion (1.3.8) to handle virtual hosts. Currently I have 2. I have a really basic problem though, which I have had all along, but now I need to fix it. if I have www.mysite.com, currently the URL I have to enter is http://www.mysite.com/my-web. The my-web seems to come f

RE: What's needed to run a remote client...

2001-04-10 Thread Frank Eggink
Guess you do not need a licence per client, as you are not runnning the server. I've seen pretty small client side runtimes (under 100k) for other servers. I assume that something like that is possible for the Orion product as well. The jars you mention contain a lot of superfluous stuff (inclu

Syslog

2001-04-10 Thread Diego Amicabile
This is the LoggerServlet which is loaded on startup public class LoggerServlet extends HttpServlet { private static final String CONTENT_TYPE = "text/html"; /**Initialize global variables*/ public void init(ServletConfig config) throws ServletException { super.init(config); try {

JNDI problem

2001-04-10 Thread Mikael Ståldal
I'm trying to lookup an JNDI environment entry from a JSP page, but it doesn't work. I have this in my web.xml file: Foo entry Foo the Foo value java.lang.String And my JSP page looks like this: <%@page impor

Credit-Card Processing

2001-04-10 Thread Santosh Kumar
Does anybody use Verisigns's Payflow Pro for credit card processing? If yes, when i am trying to connect to the verisign server it gives me -32 error code saying "The certificate chain did not validate, common name did not match URL" Help Santosh -Original Message- From: Jens Stutte <[EMA

RE: Alternative Deployment

2001-04-10 Thread Dan North
Following up the failover approach, we are deploying with two orion instances on separate hardware with full failover (orion has a very easily configured clustering) and a similarly clustered database, with a load-balancing router on the front. Our hosting provider has given us a 100% SLA wit

FYI: What's needed to run a remote client...

2001-04-10 Thread Julian Richardson
Hi, I've just been doing some experimentation with Orion and writing of a web (servlet-based) client which runs on a remote webserver - I was quite surprised at the requirements. I've seen a few people asking about how this is done and checked the mailing list archives but it seems there's been n

Sharing EJB services again...???

2001-04-10 Thread Eddie
Title: SV: When trying to parse jsp inside a servlet -> 404 Can someone please tell me how I can call methods of a bean in an other application, without using the parent property in the server.xml as I need more flexibility ?? I already asked this but still hasn't got an answer, and I am a bi

Re: SV: When trying to parse jsp inside a servlet -> 404

2001-04-10 Thread Eduard Witteveen
Magnus Rydin <[EMAIL PROTECTED]> wrote: > Are there really a named servlet called "jsp" in your web-application? Yes, otherwise the getNamedDispatcher would return a null value, which would result in a null-pointer exception, when i call the forward method. I tried it also with "jsp-servlet" whic

Re: WE NEED NEWS! We need to know Orion is alive & well!

2001-04-10 Thread Johan Fredriksson
Since I had a problem with the mailserver at our new location this mail got sent a little late, yesterday refers to April 5. Johan - Original Message - From: "Johan Fredriksson" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, April 09, 2001 5:19 PM Subject: Re:

AW: Callbacks on session beans... are they legal?

2001-04-10 Thread Jens Stutte
Yes, it's legal (and we're doing similar things successfully, with a mix of session and entity beans). As far as I understood, with entity beans the True flag must be set in ejb-jar.xml (at least we set it and it works, never tried without). With session beans, no special settings are needed. Of c