NEWBIE QUESTION: How do I shut this thing down

2000-10-12 Thread Robert Keith

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





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: java -jar orion.jar -install

sven

-- 
==
Sven E. van 't Veer  
http://www.cachoeiro.net
Java Developer  [EMAIL PROTECTED]
==




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 ormi://localhost/ adminID
adminPass -restart

Some people (me too) have had trouble with -restart command. You can get all
kinds of Exceptions at various times, and I cannot see why (the weather?). I
run all commands from batch files so I know it's not typos. Mostly it works
but sometimes it doesn't. -shutdown almost always works. Ctrl + C works
every time!

 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







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 ormi://localhost admin_user admin_password -shutdown

Give that a go. (It's _almost_ covered in the FAQ under "How do I restart
Orion?")

HTH.

-- 
  Chris Woods
  [EMAIL PROTECTED]
  ICQ #21740987
  AIM GnarlyBob69




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 administrator/description
group-membership group="administrators" /
group-membership group="guests" /
group-membership group="users" /
/user

Enjoy,
Hitesh


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