R: Servlet loading twice, Help me, please

2001-02-27 Thread Marco Isella
Hi had the same problem i resolved with a static Object working as a lock in the init method. The best thing however is to upgrade to 1.4.7 wich does not present this strange behaviour anymore. Marco -Messaggio originale- Da: Vinh Chu Xuan [mailto:[EMAIL PROTECTED]] Inviato: luned,

SV: JNDI Lookup Failure

2001-02-27 Thread Magnus Rydin
You would probably want to use the defined ejb-ref name that you have setup in your web.xml. I would gess that that name would not end in *Home? WR -Ursprungligt meddelande-Från: Phan Anh Tran [mailto:[EMAIL PROTECTED]]Skickat: den 26 februari 2001 22:14Till:

RE: Intro to Orion Tutorial

2001-02-27 Thread Chris Wright
James, Excellent tutorial - and great timing - I was just about to start work on getting the Sun tool to cooperate with Orion... Chris Wright Senior Technical Consultant Clockwork Web 23/4 The Coda Centre 189 Munster Road London SW6 6AW Tel: 020 7471 0770 Fax: 020 7471 0771 -Original

login issue after restart of application

2001-02-27 Thread Lawrence Fry
Dear group, I have noticed that if I restart an application to redeployI am no longer able to login into my site. What causes this...and is there a work around. I am using 1.2.9. Regards, Elephantwalker

RE: New site for everyone...

2001-02-27 Thread Randahl Fink Isaksen
At least now we all know a web site everyone at this list will never want to use because the company behind it abuse our mailing list by sending commercial spam. I guess when you run out of marketing ideas you can always try annoying people to see if you get some response. It is sad. Randahl

No Subject

2001-02-27 Thread elephantwalker
Dear group, I have noticed that if I restart an application to redeployI am no longer able to login into my site. What causes this...and is there a work around. I am using 1.2.9. Regards, Elephantwalker

Extending Orion with JCE 1.2.1

2001-02-27 Thread Smith Jason
Has anybody tried to use Java Cryptography Extension (JCE) 1.2.1 with Orion? I am able to use the JCE libraries by placing all of the JCE jars in one directory, setting the jars in my classpath and dynamically registering the provider like this: java.security.Security.addProvider(new

RE: Intro to Orion Tutorial

2001-02-27 Thread Julian Richardson
I don't know about everyone else, but I had a real difficult time getting started with Orion (coming from WebLogic). It seemed like I was stumped at every turn. I know there are a few tutorials, but I found them difficult to follow. Plus, I would rather

ormi and security

2001-02-27 Thread John Miller
Does anyone have any experience of using the Orion remote management console to get access to Orion which is behind a firewall? I want to use the console to get remote access a collocated Linux box which is behind a firewall. Anyone know the best way to configure the firewall for this? I know

reference to a bean of another application

2001-02-27 Thread Jordi Daroca
Can a Bean of one application see a Bean of another application?? When I try to do it, i get the error: javax.naming.NamingException: Error instantiating web-app JNDI-context: No locat ion specified and no suitable instance of the type 'ants.aws.Mediator' found for the ejb-ref

RE: jsp form-based authentication

2001-02-27 Thread Ernie Phelps
Roland, Hope you are asking what I think you are. :) If this is about setting up your own user manager and calling it from role manager, keep reading. I am still trying to work out all the kinks on this for myself, but there is a message in the archivesby Chris Miller, "Re: custom user

RE: How do I map a .doc extension to a .jsp execution

2001-02-27 Thread Christian Billen
I haven't tried this but try to modify the config/global-web-application.xml and add a mapping for the jsp servlet: servlet-mapping servlet-namejsp/servlet-name url-pattern/*.doc/url-pattern /servlet-mapping -Original

Re: SV: JNDI Lookup Failure

2001-02-27 Thread colin harris
hi, i have defined ejb-ref name in web.xml as - ejb-ref ejb-ref-nameejb/ClientInterface/ejb-ref-name ejb-ref-typeSession/ejb-ref-type homeserene.ejb.ClientInterfaceHome/home remoteserene.ejb.ClientInterface/remote /ejb-ref The JNDI lookup should then be

RE: Intro to Orion Tutorial

2001-02-27 Thread Kemp Randy-W18971
Comment: Orion is very much like an open source project, in that they have an excelling mailing list, offering support. Sure, some people may think like this: Gee, I had to read the Sun specs to learn (which are really more geared to providing a blueprint to building an EJB server, and not

RE: What documentation?

2001-02-27 Thread Kemp Randy-W18971
GUI tools? Give the guys at Orion some time, and I am sure they will develop some, or perfect the existing ones. Same goes with the open source projects. They just need some time to mature. -Original Message- From: Gary Shea [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001

Orion using Apache proxy module

2001-02-27 Thread John Miller
Has anyone used Apache to redirect port: 80 requests to a different port number? If so, did you experience any problems with sessions or anything else? If you did could you let me know please. Thanks, Johnny BUY YOUR 2001 ISA AT INTERACTIVE INVESTOR'S NEW ISA CENTRE - visit

RE: New site for everyone...

2001-02-27 Thread Kemp Randy-W18971
How about a picture of the Orion constellation, along with the logo sung to the tune -- Sitting on the doc of the bay Looking for the doc of the day Watching my problems coming my way. Looking for the doc of the day, Wasting time. I left my Weblogic server, Headed for the Swedish bay, With J2EE

Orion taken over

2001-02-27 Thread John Miller
Have heard that Orion has been bought by someone. Is that true? Is so by who? Johnny BUY YOUR 2001 ISA AT INTERACTIVE INVESTOR'S NEW ISA CENTRE - visit http://www.iii.co.uk/isa for a choice of 400+ funds, market leading discounts and access to expert advice. FANCY A FREE ISA? Enter our

RE: Multiple CPUs

2001-02-27 Thread Lieber, Richard
We do much of our testing with two or four processor machines and Windows NT 4. The CPUs seem to all be busy. (although we also have a database and database middleman server running on the same machine which could account for that.) I do much of my development on a two processor Windows 2000

Re: relation between component

2001-02-27 Thread Peter Pontbriand
Hi Peter! As I'm not sure if you are on the mailing list (orion) and it was a while ago I posted my question, I send this question privately. I hope that this will not disturb you. Anyway, I succeeded in making relation between jars, but not between ears. As I understood it, by your reply,

RE: Extending Orion with JCE 1.2.1

2001-02-27 Thread Eyal Litman (Kamoon IL)
Title: RE: Extending Orion with JCE 1.2.1 Hi, I am using JCE 1.2.1 with orion for the same purpose. It seems that if you start orion with java -jar orion.jar, there is a problem with setting the classpath for other jars. I start orion like this : java -classpath %SERVER_PATH%

RE: reference to a bean of another application

2001-02-27 Thread Paul Knepper
I'm having a similar problem but I'm trying to access EJBs on one server from a servlet on another server. I found this in the mail archives but still haven't got it working. http://www.mail-archive.com/orion-interest@orionserver.com/msg02763.html -Paul -Original Message- From: Jordi

Re: What documentation?

2001-02-27 Thread Danut Prisacaru
Thanks Gary! It does help. Danut At 06:41 PM 2/26/2001 -0700, Gary Shea wrote: The same thing was bothering me, because having to modify orion's deployment descriptors was getting old. It turns out that you can make the orion web, ejb, and application deployment documents be part of your

Please change my email

2001-02-27 Thread SureTicket.com
Hello Mailing List Administrator, I dont know where to change my mailing list emails. Could u do it for me, or tell me how i can do it myself. Current email: [EMAIL PROTECTED] Change to: [EMAIL PROTECTED] Thanks -Anton aka sigg-

Re: Orion taken over

2001-02-27 Thread Ray Harrison
Where did you hear it? --- John Miller [EMAIL PROTECTED] wrote: Have heard that Orion has been bought by someone. Is that true? Is so by who? Johnny BUY YOUR 2001 ISA AT INTERACTIVE INVESTOR'S NEW ISA CENTRE - visit http://www.iii.co.uk/isa for a choice of 400+ funds, market

Re: simple JSP bug with switch

2001-02-27 Thread Nick Newman
Hi Adam, I don't think this is a bug, although I agree the messages are confusing. Set the development="true" flag in the orion-web.xml and you get the reason explained more fully. Basically what you have written in the broken version produces code like this: switch(1){ // write a

RE:

2001-02-27 Thread SureTicket.com
You are behind times man, there are many fixes in new versions. Get lastest stable release from orionserver.com, i think its 1.4.5 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of elephantwalker Sent: Tuesday, February 27, 2001 4:23 AM To:

Form based authentication problem

2001-02-27 Thread Jonathan James
I'm trying to get the Java Petstore 1.1.1 (the new one) working with Orion. I've read some previous posts and the docs and everything is working except that on my login.jsp I have to use form action="j_security_check" method=GET instead of form action="j_security_check" method=POST as it

RE: jsp form-based authentication

2001-02-27 Thread Danut Prisacaru
Go inside "orion.jar" and extract "EJBUser*.class" files then use reverse engeneering to get the java code and you will see exactly what you need to implement. Then go into "orion-application.xml" file and add user-manager class="com.acme.security.CustomUserManager"

RE: Orion taken over

2001-02-27 Thread John Miller
off some bloke -Original Message- From: Ray Harrison [mailto:[EMAIL PROTECTED]] Sent: 27 February 2001 16:36 To: Orion-Interest Subject: Re: Orion taken over Where did you hear it? --- John Miller [EMAIL PROTECTED] wrote: Have heard that Orion has been bought by someone. Is that

RE: jsp form-based authentication

2001-02-27 Thread Jeff Schnitzer
You should look in the Orion javadocs for DataSourceUserManager. Here's an example of what to put in the orion-application.xml: user-manager class="com.evermind.sql.DataSourceUserManager" property name="table" value="Member" / property name="passwordField" value="password" / property

RE: How do I map a .doc extension to a .jsp execution

2001-02-27 Thread Jeff Schnitzer
While that would work, you would have to create a separate jsp for each document... really you should probably create your own servlet, map it to *.doc in the same way, and use request.getPathInfo() and request.getPathTranslated() (or just forward to the request to a URL in a protected

Re: Intro to Orion Tutorial

2001-02-27 Thread varada rajan
You're doing really a great job. I hope more to come on this site,(databases etc) on this site soon. __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

Re[2]: What documentation?

2001-02-27 Thread Rafael Alvarez
Hello Danut. Monday, February 26, 2001, 8:14:16 PM, you wrote: NN At 05:37 PM 2/26/01 -0600, you wrote: A few weeks ago after I asked some questions and posted some opinion I was sent by some guys to RFM. Very inpolite Well, I still have the same problems and I am asking the same question:

Re: problem in accessing ejb from a bean in web-inf/classes directory .

2001-02-27 Thread Rafael Alvarez
Hello Prabahkar, Monday, February 26, 2001, 7:38:40 PM, you wrote: Try using Object hdrObj = cntx.lookup("B2BOrderHeader"); I think I remember vagely a thread in this list about java:comp/, but that was 3000 messages ago :). Anyway, this works fine for me. -- Best regards, Rafael

RE: Orion taken over

2001-02-27 Thread Ray Harrison
I know that they have been forming a new company called IronFlare or something to that effect. Currently www.ironflare.com=www.orionserver.com I have not heard anything about them being taken over.. --- John Miller [EMAIL PROTECTED] wrote: off some bloke -Original Message-

I switch from X to Orion because:

2001-02-27 Thread Vaskin Kissoyan
Please fill in the blank as you see fit.

RE: How do I map a .doc extension to a .jsp execution

2001-02-27 Thread Fyffe Carl
Guys, I could be wrong here, but you may want to try just setting the mime type that is sent to the browser. I don't believe that the .doc extension is required to get IE to display the file as a word document. Just send the mime type back as: application/msword and it will see the file as a

ONCE AGAIN !!!! PK.class CMP beans in ORION

2001-02-27 Thread faisal
Hi All I already asked this question long time ago.Including the pk class in Orion ejb.jar seems to be beyond my intelligence.I ve been trying to apply Roman e-commerce application from his book "Mastering Java Enterprise beans" .May be there is another way of making the primary key in CMP bean

RE: I switch from X to Orion because:

2001-02-27 Thread Russ White
X is to slow to implement new J2EE specs while Orion is moving at a nice pace. And once you understand the spec, and take a little familiarization time Orion simply works like a dream. Granted documentation is lacking, but the product is solid and feature rich. -Original

Re: New site for everyone...

2001-02-27 Thread Christian Sell
wonderful. The orion anthem is here - Original Message - From: "Kemp Randy-W18971" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, February 27, 2001 3:35 PM Subject: RE: New site for everyone... How about a picture of the Orion constellation, along with the

RE: problem in accessing ejb from a bean in web-inf/classesdirec tory .

2001-02-27 Thread Prabahkar Subramaniam
I tried the following 2 ways and get the same error: Object hdrObj = cntx.lookup("java:comp/env/B2BOrderHeader"); headerHome = (B2BOrderHeaderHome) and headerHome = (B2BOrderHeaderHome)cntx.lookup("B2BOrderHeader"); error: javax.naming.NameNotFoundException: B2BOrderHeader not found

RE: Extending Orion with JCE 1.2.1

2001-02-27 Thread jbirchfield
We use OpenJCE and just add the appropriate zip/jar files to the bootclasspath(i.e. java -Xbootclasspath/p:\lib\jce.zip -jar orion.jar)James BirchfieldIronmaxa better way to buy, sell and rent construction equipment5 Corporate Center9960 Corporate Campus Drive, Suite 2000Louisville, KY 40223Dean

Good tutorial

2001-02-27 Thread Kemp Randy-W18971
This is a nice tutorial at www.4degreez.com and now that I am used to ant, the sun tools are much easier. And I, for one, and all for making my life easier.

RE: ONCE AGAIN !!!! PK.class CMP beans in ORION

2001-02-27 Thread Jeff Schnitzer
It's difficult to tell without seeing your deployment descriptor, but it sounds like you're trying to use the PK class as a cmp-field. You should not be doing this. You should instead have cmp-fields for each of the fields in the PK. The only mention of the PK class in the ejb-jar.xml should

RE: simple JSP bug with switch

2001-02-27 Thread Margulies, Adam
Title: RE: simple JSP bug with switch OK, thanks, I understand that (which is how I fixed the code). However, I believe this isn't the proper behaviour for JSP. Orion should eat that newline. This is how other JSP engines behave, including Sun's reference engine. It shouldn't break the

RE: JAXP

2001-02-27 Thread Conrad Chan
Have you try to package your version of JAXP files inside your application archive (ear, war)? This idea comes from the fact that every class is identified not only its class name but also which class loader it is loaded from. Since Orion supports dynamic loading of application files, it should

Re: Using your own web-site.xml instead of default-web-site.xml

2001-02-27 Thread Rafael Alvarez
Hello Matt, Monday, February 26, 2001, 8:46:34 PM, you wrote: MK web-site host="[ALL]" port="80" display-name="boris" MK default-web-app application="boris" name="boris-web" root="/boris" MK load-on-startup="true" / MK access-log path="../log/default-web-access.log" / MK

Classpath

2001-02-27 Thread Luis Javier Beltran
Hi, Where should specify the classpath I want to use? I'm trying to include some classes in another directory, it can't find them. I thought adding it in a batch file before calling orion would do it, but it seems that's not the way. Thanks a lot! Luis Javier

RE: How do I map a .doc extension to a .jsp execution

2001-02-27 Thread Darren Gibbons
Unfortunately, I don't think IE is that smart. I've run into a similar issue, and have simply added a parameter to the end of the URL ending with the file name. For example ...something/mydocument.jsp becomes ...something/mydocument.jsp?file=filename.doc Even if you're doing nothing with the

RE: simple JSP bug with switch

2001-02-27 Thread Tim Endres
OK, thanks, I understand that (which is how I fixed the code). However, I believe this isn't the proper behaviour for JSP. Orion should eat that newline. This is how other JSP engines behave, including Sun's reference engine. Seems that this would depend entirely on the JSP spec. If

Re: Good tutorial

2001-02-27 Thread Ernst de Haan
Hey, While the Sun tools may be easier to use in the general case of deploying a J2EE application, Ant is a *generic* and extendible build tool, that can be used to perform from the simplest (copy, move, rename, delete files, compile, execute) to the most advanced (deploying complete J2EE

multiple apps

2001-02-27 Thread Greg Matthews
Dear all, I'm having some trouble getting multiple copies of an app to run where i use different appname-web-site.xml files. Idon't have a problem where i configure all the information within server.xml and default-web-site.xml, but i want to use different web-site.xml files so that i

Re: reference to a bean of another application

2001-02-27 Thread Dmitry Chagin
Hi! look at server.xml config documentation: application auto-start="true|false" deployment-directory="../application-deployments/myapp" name="anApplication" parent="anotherApplication" path="../applications/myApplication.ear" / ^^ parent - Optional 'parent'

RE: problem in accessing ejb from a bean in web-inf/classes direc tory .

2001-02-27 Thread Andre Vanha
Did you define the ejb-refs in your web.xml and link them correctly in orion-web.xml? It works fine for me. Andre -Original Message- From: Prabahkar Subramaniam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 2:14 PM To: Orion-Interest Subject: RE: problem in accessing ejb

RE: simple JSP bug with switch

2001-02-27 Thread Nick Newman
Sorry if I didn't quite get your point. It's odd though. The spec VERY specifically says that whitespace must be preserved (JSP 1.1 spec, section 2.1.6), so it seems to me that what Orion is doing is correct, even if it seems inconvenient. If I write: % out.print("one"); % %

RE: simple JSP bug with switch

2001-02-27 Thread Tim Endres
It appears to me that Sun's RI is recognizing the "obvious" - that statements can not appear between "switch" and "case", nor between "break" and "case". Unless the spec specifically addresses this, it seems that Orion is doing the correct thing, and Sun is providing a nicety that lulls one into

RE: I switch from X to Orion because:

2001-02-27 Thread denis despinoy
As a Principal Architect, for me time to market, sky rocking performance and ease of development were good enough to investigate and invest 2 of my developers and myself for 3 days. After our research and due dilligence (lack of doc so we learned the hard way !) All the feature we needed are

Re: multiple apps

2001-02-27 Thread Aniket V U
Hi, I seem to be having similar problems. I have 2 application which use a common set of JSP's. For one JSP page, I have a problem wherein if I try to access that particular page in one application it will work, but will fail if used in the second application. The worst part is that both the

Re: multiple apps

2001-02-27 Thread Michael Bosch
Having just gone through learning all the configuration details recently the thing that pops out in my mind is whether or not you changed the host attribute in your web-site element of the copy1-web-site.xml and copy2-web-site.xml files so that they're different? It'd make sense that one

RE: Classpath

2001-02-27 Thread Eyal Litman (Kamoon IL)
Title: RE: Classpath Hi, It seems to me that if you start orion like java -jar orion.jar there is a problem with setting the classpath. I start orion like this : set SERVER_PATH=.;%JDBC_PATH%;%OTHER_PATHS% java -classpath %SERVER_PATH% com.evermind.server.ApplicationServer My %SERVER_PATH%