Re: userThreads + calling EJBs from outside orion.

2000-10-17 Thread cuenot jerome
hello Greg, for used the -userThreads flag you must started orion with this command: java -jar orion.jar -userThreads true Jerome. Greg Matthews wrote: dear all,i've started orion 1.40 as follows:java -jar orion.jar -userThreadsand then tried to get a reference to the InitialContext, and

Re: EJB-lookup problems with moved Product ejb example

2000-10-17 Thread Shailesh Joshi
Hi Vivek. I think, the error you got in the fifth step is because you have changed from ejbsamples domain to pricing. So you have to specify it in the URL. You can use following lines while running the client. Properties p = new Properties();

JBuilder + Orion

2000-10-17 Thread Aniket V U
hi folks, could somebody help me out in integrating Orion with JBuilder for debugging. I've seen plenty of mails on this list that say it can be done but none detailing it. would really appreciate it if somebody could give me the details Regards Aniket

RE: startup / monitor script?

2000-10-17 Thread Frank Eggink
Hi, I'm by far not a UNIX sysadm expert, but as far I my memory goes I think that by looking at the init(8) documentation you'll find good directions how to implement this in a UNIX fashion. The 'init' process is designed to take care of things like automagically restarting processes and

JSP cannot find Bean Class

2000-10-17 Thread Hauke Zühl
Hello folks, I have a strange problem: I wrote an BMP Enterprise Java bean (Mystuff.java, MystuffEJB.java and MystuffHome.java), compiled it and put it into a jar-file (which I later put into a .ear file). Later I wrote the component file MystuffBean.java and included the compiled file with

JSP cannot find bean class

2000-10-17 Thread Hauke Zühl
Hello folks, I have a strange problem: I wrote an BMP Enterprise Java bean (Mystuff.java, MystuffEJB.java and MystuffHome.java), compiled it and put it into a jar-file (which I later put into a .ear file). Later I wrote the component file MystuffBean.java and included the compiled file with

custom user management

2000-10-17 Thread Christian Sell
Hi there, I want to customize orions authentication mechanism to use an existing user database. So far, I understand that I have to create my own UserManager class and register it in orion-application.xml. What I dont understand is: - how do I access the user manager at runtime (e.g., to create

Re: JSP cannot find Bean Class

2000-10-17 Thread Santosh Kumar
If this is using orion, then i have my own doubts as to where the .ear file is located in coz the jsp-engine is unable to locate the bean. Becoz the orion jsp-engine finds the beans (just javabeans not EJB) when i keep it under WEB-INF/classes folder. So try placing the bean there and check

Re[2]: URL Pathing

2000-10-17 Thread Frank Carver
Monday, October 16, 2000, 11:45:58 PM, you wrote: CS b) do something like this: CS if(servletConfig.getServletContext().getServerInfo().startsWith("Orion")) CS ... CS else CS ... Yuck. Anyone intersted in writing a "ServerHawk" ? -- Frank CarverEfficacy Solutions Limited

Re: custom user management

2000-10-17 Thread Chris Miller
There should be a tutorial arriving for this 'shortly', however in the meantime this should be enough to get you going: Implement the UserManager, User, and Group classes. (for example, MyUserManager, MyUser, MyGroup). The UserManager probably just needs to look like this for now: public class

RE: displaying xml

2000-10-17 Thread Joseph B. Ottinger
Or, of course, orionsupport.com, which I know at least two other people might be working on, and I'm considering reviving it myself. Although, honestly, the lack of self-starters here is rather annoying... "Why doesn't somebody ELSE do it" is a crappy way to go about development. On Mon, 16

Re: JSP cannot find bean class

2000-10-17 Thread Daniel C. DiCesare
Have you defined your web module in the application.xml file? Also, did you bean get deployed? It should be in you WAR file. Hope this helps, -Danno - Original Message - From: "Hauke Zühl" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, October 17, 2000 10:36 AM

Filters for static content

2000-10-17 Thread Bovet Laurent
Is it possible to configure Orion 1.3.8 to make it apply filters when serving static files (.html, .pdf, ...)? Laurent Bovet

getServletPath() in included JSP

2000-10-17 Thread Bovet Laurent
With Orion 1.3.8 I have a servlet (ListServlet) that includes a JSP page (view.jsp). In this page, I get the servlet path of the request using: pageContext.getRequest().getServletPath() It returns "view.jsp" although I would expect "ListServlet". According to the specifications, it appears to

RE: JSP cannot find bean class

2000-10-17 Thread Hauke Zühl
Hi folks, okay, it seems I made a typical newbie-error: I did not include WEB-INF/classes in my .war-file. Thanks for your answers, they helped me anyway :) Regards, Hauke

Connection Pool hanging??

2000-10-17 Thread Mike Fontenot
Hi all, Has anyone seen this behavior: Inside your EJB you go to aquire a pooled collection from one of your connection pools defined in data-sources.xml, and the orion server hangs for sometime before either: 1. delivering a connection 2. timing out. I have a helper class to get/close

Re: calling EJBs from outside orion

2000-10-17 Thread KirkYarina
Take a look at the product and cart demos in $ORION\demo\ejb - making sure that your jndi.properties file is in your classpath. We have command line test programs for all our entity and session beans, and run them with the following .bat file: set what=testname here if not "%1"=="" set

RE: Filters for static content

2000-10-17 Thread Magnus Rydin
Title: RE: Filters for static content Yes -Original Message- From: Bovet Laurent [mailto:[EMAIL PROTECTED]] Sent: den 17 oktober 2000 15:13 To: Orion-Interest Subject: Filters for static content Is it possible to configure Orion 1.3.8 to make it apply filters when serving

RE: displaying xml

2000-10-17 Thread Jim Archer
The lack of self starters? Here? You have GOT to be kidding! --On Tuesday, October 17, 2000 8:11 AM -0400 "Joseph B. Ottinger" [EMAIL PROTECTED] wrote: Or, of course, orionsupport.com, which I know at least two other people might be working on, and I'm considering reviving it myself.

Re: custom user management

2000-10-17 Thread Christian Sell
Chris, thanks a lot for your extensive explanation! However, one of my problems seems to remain (unless I missed something in your mail). As I mentioned, I want to programmatically perform the login from my main portal page and prevent orion from bringing up the login form (or login popup for

FAQ-o-matic and OrionSupport (was Re: displaying xml)

2000-10-17 Thread Jason Rimmer
That's an excellent idea! If Evermind doesn't do this I'm game to set it up and host it. Perhaps the gentleman who ran OrionSupport would be interested in making this part of his "new" site. On a similar topic: I'm interested in helping OrionSupport. While I may not have all the time

RE: JBuilder + Orion

2000-10-17 Thread John D'Ausilio
Can't say for sure if Jbuilder debugging works, but I've had good luck (and just slight flakiness) using Forte and JPDA to debug .. I used the NetBeans notes in the FAQ to set it up, and had no major problems jd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

I'll help with the FAQ and OrionSupport

2000-10-17 Thread Jason Rimmer
I sent a message to the list but didn't see it so I'm reposting. If it did appear and this is a duplicate my apologies for your wasted bandwidth. I'm interested in helping, both on the OrionSupport front as well as with the faq-o-matic, which I think is a fantastic idea. While my

Log Analyzers and files

2000-10-17 Thread Kemp Randy-W18971
Please forgive the Newbee question, but when you hook up a log analyzer package, such as WebAnalyzer or http-analyze, where in Orion is the log file found and what is the qualified log file name? I'm setting up Orion under Solaris.

RE: custom user management

2000-10-17 Thread Arved Sandstrom
If you use the login() method, available through the user manager, Orion will already know that login happened. The username that you logged in with will have the correct security role, for example. Arved Sandstrom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

Serializable problems

2000-10-17 Thread Juan Lorandi (Chile)
I have this class: ---FileDT.java-- package net.amtec.content; public class FileDT implements java.io.Serializable { public FileDT() { FileType = ""; Description = "no description"; URLFile = ""; NameFile =

Re: custom user management

2000-10-17 Thread Chris Miller
Ah sorry, now I see what your problem is. I assume you're trying to automatically log someone in if they have cookies? I've never tried it, but I can't see why you couldn't submit the form parameters yourself for form-based authentication. i.e. when the form-login-page is called, it is actually

Re: FAQ-o-matic and OrionSupport

2000-10-17 Thread Joe
Jason, Thanks for your support... we already have a new site which we are planning on launching in the next few days which is a group effort by a number of people. Really, the best way you can support the site, is simply to use it. Stay tuned. -Joe Walnes - Original Message - From:

CMP Primer related question..

2000-10-17 Thread Kevin Duffey
Title: RE: Deleting cookies with Orion Hi all, I got the CMP Orion Primer, but it leaves me in the dark on a couple of things (as does the Orion Primer..which shows EJB). It appears EJB isn't all that hard, but the primers, and other articles I have been looking at, don't clearly state how

Re: displaying xml

2000-10-17 Thread Christian Sell
I really think this should be officially maintained by orion. Having multiple semi- or unofficial sites floating around is confusing IMHO and thus keeps people from contributing -Original Message- From: Joseph B. Ottinger [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date:

Installing Orion

2000-10-17 Thread Kemp Randy-W18971
Orion experts: Here is another dumb Newbee question, for you experts out there. After you got your machine set up (Windows or Unix), have a WWW. name, and are ready to install Orion, did you: 1. Follow the directions in the readme file under the Orion directory (which says to issue

RE: Log Analyzers and files

2000-10-17 Thread Rick Bos
The log files are in $ORION_HOME/log: default-web-access.log global-application.log rmi.log server.log -Original Message- From: Kemp Randy-W18971 [SMTP:[EMAIL PROTECTED]] Sent: October 17, 2000 11:56 AM To: Orion-Interest Subject: Log Analyzers and files Please forgive

Re: JBuilder + Orion

2000-10-17 Thread Chris Miller
JBuilder debugging - basically you need to go into project properties and set: Run-Application-Main class = com.evermind.server.ApplicationServer and VM parameters to: -classic -Duser.dir=c:\orion You'll have to include a few jars in the required libraries, eg orion.jar, ejb.jar, maybe some

Re: displaying xml

2000-10-17 Thread Derek Akers
--On Tuesday, October 17, 2000 8:11 AM -0400 "Joseph B. Ottinger" [EMAIL PROTECTED] wrote: Although, honestly, the lack of self-starters here is rather annoying... "Why doesn't somebody ELSE do it" is a crappy way to go about development. Dude, honestly, thanks for your other (slightly more

RE: userThreads + calling EJBs from outside orion.

2000-10-17 Thread Jeff Schnitzer
Why not test from within Orion? You might want to look at http://www.infohazard.org/junitee http://www.infohazard.org/junitee for a testrunner, servlet, and tutorial for using JUnit with Orion. If you have any trouble with the site, let me know and I'll mail you a copy of the zipfile. Jeff

2 many messages - News Server needed.

2000-10-17 Thread Miles Daffin
Hi Folks, I have not picked up my email for 2 days and have just downloaded 108 Orion-Interest messages. Imagine what would have happened if I had left this job until Friday. I think it is time to turn this thing into a news group. It would also make it easier to see,follow, save

Re: displaying xml

2000-10-17 Thread Joseph B. Ottinger
No, I don't think it should be maintained by Orion. A FAQ should be maintained by Orion, and it'd be nice to have something official (note that there IS a faq by Orion!) but a user-driven support site shoudl be independent, because otherwise you never know what's NOT being said. I wasn't afraid

RE: Please help! I get null pointer exception after calling create onan EB with EJB 2.0 CMP Orion 1.3.8...

2000-10-17 Thread Jeff Schnitzer
I have had no problems creating CMP entity beans from session beans with EJB2.0. Seems to work as advertsied :-) I suggest posting your code and descriptors; I'll take a look, and the more examples of EJB2.0 beans floating around the better :-) Jeff -Original Message- From: Jim

Re: Log Analyzers and files

2000-10-17 Thread Jochen Strunk
Hi, the location is configured in the web-site.xml config file. For use with a log analyzer you also might want to change the format settings (look at the documentation for web-site.xml, http://www.orionserver.com/docs/web-site.xml.html ). regards, jochen strunk At 10:56 17.10.2000 -0500,

Re: displaying xml

2000-10-17 Thread Joseph B. Ottinger
On Tue, 17 Oct 2000, Derek Akers wrote: --On Tuesday, October 17, 2000 8:11 AM -0400 "Joseph B. Ottinger" [EMAIL PROTECTED] wrote: Although, honestly, the lack of self-starters here is rather annoying... "Why doesn't somebody ELSE do it" is a crappy way to go about development.

Re: Orion 1.3.8 and Servlets

2000-10-17 Thread Miles Daffin
Title: RE: Orion 1.3.8 and Servlets Are core classes reloaded too? I have found that if I change recompile utility classes used by a Servlet or JSP these are not updatedif they are already loaded. Servlets and JSPs are (development ="true"). What do you mean by a 'core class'? -

Re: orionsupport.com

2000-10-17 Thread Miles Daffin
I think better sources of information then the standard documentation is great and very helpful for people using Orion. I have sometimes great difficulties getting things sorted out to the extend I'm wondering whether I'm on the right track. Assuming I'm not the only one in that situation, I

Cookie info in access log?

2000-10-17 Thread Hani Suleiman
Title: Cookie info in access log? Is it at all possible to have cookie info show up in access logfiles? This would help our weblogs do their magic. I've looked over the docs and don't see anything that lets me specify the cookie name I'd like logged (I know Apache provides this functionality

Orion slower than it could be [WAS: Compressing the output stream]

2000-10-17 Thread Kirby, Nathaniel
We tried using Orion to host 2 servlets, one using compression one not - the one using compression was much faster than the one without it. I assume this means that orion's JSP are not compressed. Please repsond if this is an inaccurate statement Thanks Nate -Original Message-

Re: displaying xml

2000-10-17 Thread Miles Daffin
How about something like-a-this as well: http://www.c2.com/cgi/wiki?WikiWikiWeb - Original Message - From: Hani Suleiman To: Orion-Interest Sent: Tuesday, October 17, 2000 2:57 AM Subject: RE: displaying xml Or how about a faq-o-matic? Seems ideal for this

RE: displaying xml

2000-10-17 Thread Hani Suleiman
Title: RE: displaying xml I'd happily, gladly, and eagerly spend a day (or however long it takes) setting up Jyve (or any other J2EE compatible faq-o-matic module), if someone were willing to donate server space for it. Jyve sounds pretty decent as it's from java.apache.org (although I

RE: The New Java Pet Store

2000-10-17 Thread Luis M Bernardo
it's -Djsp.reuse.tags=false maybe that's what you meant On Mon, 16 Oct 2000, Ray Harrison wrote: I thought so too, but -Djsp.tags.reuse=false produces the same error. --- Mike Cannon-Brookes [EMAIL PROTECTED] wrote: I'm thinking it's probably the same bug as in the first pet store,

Re: displaying xml

2000-10-17 Thread Miles Daffin
If Orion included documentation that was half as decent as their most excellent server then perhaps the volume of confused, didn't read the readme.txt file, newbie questions would decrease. Where are the bird's-eye view diagrams - server architecture, topology, relationships between xml files

Re: EJB-EJB relationship example

2000-10-17 Thread Luis M Bernardo
I don't remember whether the atm example uses jms but orion comes with jms. comment out the jms entry in the server.xml file. On Mon, 16 Oct 2000, Truong Di Ly wrote: Hi, has someone a short example with EJB2 which use EJB-EJB relationship. The atm example doesn't run because i don't have

Re: 2 many messages - News Server needed. - Or we could split thelist

2000-10-17 Thread Jim Archer
Actually, I think the mail list is fine. I use a filter to move these messages into their own folder. However, I do feel that some improvement is possible. I recomend splitting the list into a few other lists. Probably the most obvious split is between developers using Orion and administers

unicode parameters[2]

2000-10-17 Thread Savotchkin Egor
Hi all! I have problem handling unicode strings in the form of %u (from javascript's escape function). Say url is: http://localhost/foo/foo.jsp?param=%u0455p=%0020 in the jsp we have: QueryString=param=%u0455p=%0020 so far so good, but getParameterValues returns: name=p; value=20

Orion under Solaris

2000-10-17 Thread Kemp Randy-W18971
Can the Orion server processes be run as someone other then root (under Solaris) and how?

Orion Success

2000-10-17 Thread David Kenzik
I posted a question related to this yesterday. I might not have been vague enough to trigger a response, so I'll rephrase: Is anyone succesfulling using the Tunnel servlet in an application configuration to retrieve content from another source? Thanks for the time. -- David S. Kenzik [EMAIL

Re: EJB-EJB relationship example

2000-10-17 Thread Jim Archer
FYI, the Orion EJB 2.0 ATM example does use JMS. It uses a MessageDriven bean to implement loogging. --On Tuesday, October 17, 2000 12:24 PM -0700 Luis M Bernardo [EMAIL PROTECTED] wrote: I don't remember whether the atm example uses jms but orion comes with jms. comment out the jms entry

RE: Please help! I get null pointer exception after calling createonan EB with EJB 2.0 CMP Orion 1.3.8...

2000-10-17 Thread Jim Archer
OK, here is the code and deployment descriptor. I apologize that there is a lot here, but I have included one entity bean, a session bean that creates this entity bean, and the deployment descriptor. Eventually I am planning to move all the address information into a dependant object, but

RE: 2 many messages - News Server needed.

2000-10-17 Thread Colin Jacobs
Hear hear - I just signed on to the list, and while I am almost insatiably hungryfor information on this spiffy product, the list needs to be split, newsgrouped, or moved to a threaded discussion board to be more useful. Maybe orionsupport.com would be the place for this? Colin

RE: Orion under Solaris

2000-10-17 Thread Rick Bos
We run orion under a user account where it was installed. We unzipped the orion.zip as the user, then run it using java -jar orion.jar. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kemp Randy-W18971 Sent: Tuesday, October 17, 2000 4:43 PM To:

Re: Orion under Solaris

2000-10-17 Thread Joel Schneider
It should be possible, under Solaris, to run Orion on a non-privileged port as someone other than root and redirect traffic from privileged ports (80, 443) to Orion using ipfilter: http://coombs.anu.edu.au/ipfilter/ On Tue, 17 Oct 2000, Kemp Randy-W18971 wrote: Can the Orion server

Tunnel Solution (was Re: Orion Success)

2000-10-17 Thread David Kenzik
I will respond to myself. After upgrading to JDK 1.3 from 1.2.2, the Tunnel servlet provided works properly. Perhaps this requisite should be listed in a FAQ somewhere, as this is a common configuration item for the new user. I hope this information helps someone. David Kenzik said... Is

Re: Orion under Solaris

2000-10-17 Thread Sach Jobb
Yes, there was a huge discussion on this recently, please check the list archives. thanks, sach On Tue, 17 Oct 2000, Kemp Randy-W18971 wrote: Can the Orion server processes be run as someone other then root (under Solaris) and how?

RE: Orion under Solaris

2000-10-17 Thread Chris Woods
This does not permit it to run on any port 1024 on unix, though, and the default for orion is 80, if I'm not mistaken. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rick Bos Sent: Tuesday, 17 October, 2000 18:20 To: Orion-Interest Subject: RE: Orion

Re: Orion Success

2000-10-17 Thread Porfiriev Sergey
Yes, i've done old_application asp processing this way All graphics/*.js/*.css keeped in Orion structure, and only asp works at standalone server. - Original Message - From: "David Kenzik" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, October 17, 2000 4:48 PM

Re: Orion under Solaris

2000-10-17 Thread Al Fogleson
But that is just a matter of changing the configuration to a port above 1024. . Al - Original Message - From: "Chris Woods" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, October 17, 2000 10:11 PM Subject: RE: Orion under Solaris This does not permit it to

Re:Orion slower than...

2000-10-17 Thread Santosh Kumar
Hi Nate, Do you have some figures to look at? I mean, How much was the improvement in speed? What is the size of the content file? Did you try out with various content sizes? Santosh - Original Message - From: Kirby, Nathaniel [EMAIL PROTECTED] To: Orion-Interest [EMAIL