RE: Newbie question

2001-09-23 Thread bill . winspur
Orion is simply an J2EE server (http, jsp and servlets, ejbs, jndi, jms), plus a relatively immature gui console. It is not a development environment. Many folks use ANT from apache.org as a make-like facility for coordinating compiles, and builds of ear files from compiled classes. Hot

RE: Newbie question on shuting down

2001-07-03 Thread elephantwalker
Ross, You used the wrong port, 8080. You need to use the rmi port, which is noted in the rmi.xml documention. You don't have to use the port, the default port is 23791 for ormi, the Orion RMI port. So when you type ormi://localhost:8080, ormi driver can't find the port, and this shows up with

Re: Newbie Question.

2001-05-04 Thread Johan Fredriksson
Which is located in orion/application-deployments/appname/appname-web/orion-web.xml Johan - Original Message - From: Earl Marwil To: Orion-Interest Sent: Thursday, May 03, 2001 6:27 PM Subject: Re: Newbie Question. One possible cause is that directory browsing

Re: Newbie Question.

2001-05-03 Thread Earl Marwil
One possible cause is that directory browsing is disabled by default. Are you pointing to the jsp in your request on just the directory that contains it? If the latter, you may set a welcome file in the web.xml configuration file. Another possibility on Linux systems is that the file persmissions

Re: Newbie Question.

2001-05-03 Thread Stan Ng
you might also want to check out the primers at http://www.jollem.com for extra tips, but i agree that it does seem that directory browsing is turned off if you're getting a 403 instead of 404's. - Original Message - From: Greg Mowery To: Orion-Interest Sent:

Re: Newbie Question.

2001-05-03 Thread Greg Mowery
- Original Message - From: Earl Marwil To: Orion-Interest Sent: Thursday, May 03, 2001 12:27 PM Subject: Re: Newbie Question. One possible cause is that directory browsing is disabled by default. Are you pointing to the jsp in your request on just the directory

Re: Newbie Question...

2001-04-19 Thread Hani Suleiman
Application clients will let you access your EJBs from your outside-of-orion applications. Check the J2EE spec for more info about this. Hani On Thu, 19 Apr 2001, Lachezar Dobrev wrote: Until now I have developed EJBs for use with a CORBA broker. However, I did not see such a thing in

RE: Newbie Question...

2001-04-19 Thread elephantwalker
It appears that you can use a client which only accesses the ejb using an ORB. However, the key thing here is the RMI/IIOP. I am not sure that Orion implements this. Most appservers have their own over the wire protocol for execution of ejbs, since RMI/IIOP is so damn slow. So, a CORBA client

Re: Newbie Question...

2001-04-19 Thread Michael Jara
I don't think that Orion supports RMI-IIOP, which is what you would need to access your EJBs with CORBA. The Sun reference implementation does support this, but it's not required in EJB 1.1. (Although I'm sure there are commercial app servers out there that support it.) I beleive that RMI-IIOP

Re: NEWBIE QUESTION: How do I shut this thing down

2000-10-12 Thread Sven van 't Veer
Robert Keith wrote: Hi Guys, I have trawled through the docs to try and find a way to shut orion down cleanly, however I can't find the default username and password in order to shut it down. Can you guys let me know what it is? cheers Rob I guess it's the one you created with:

Re: NEWBIE QUESTION: How do I shut this thing down

2000-10-12 Thread Miles Daffin
See the 'orion/Readme.txt' (should be renamed to README_FIRST.txt - I missed it for days). Follow the instructions. General ACL stuff is set in /config/principals.xml. * To shutdown:java -jar admin.jar ormi://localhost/ adminID adminPass -shutdown * To restart:java -jar admin.jar

Re: NEWBIE QUESTION: How do I shut this thing down

2000-10-12 Thread Chris Woods
On Thu, Oct 12, 2000 at 12:17:06PM +0100, Robert Keith wrote: Hi Guys, I have trawled through the docs to try and find a way to shut orion down cleanly, however I can't find the default username and password in order to shut it down. Can you guys let me know what it is? java -jar admin.jar

Re: NEWBIE QUESTION: How do I shut this thing down

2000-10-12 Thread Hitesh Jasani
Robert, Check the principals.xml file in the config directory. In it you should find an entry for the admin user and his password -- see below. users user username="admin" password="123" deactivated="false" descriptionThe default

Re: Newbie Question: Permission To Browse Directories? How?

2000-06-26 Thread Karl Avedal
Hello Steven, Ok, we normally don't answer these questions on the community mailing-list, but since I thought this was a good FAQ I'll answer it and put it up in the FAQ :) (btw, anyone who has good FAQ's, feel free to mail them to [EMAIL PROTECTED]) Check out the documentation for the Orion

Re: Newbie Question: Permission To Browse Directories? How?

2000-06-26 Thread Robert Krueger
At 12:45 26.06.00 , Steven Punte wrote: Dear Orion Group: I'm brand new to Orion. Have been using tomcat for a long time, but need something with a bit more commercial support. How does one configure Orion so that directories can be browsed instead of getting the 403