RE: New 2 Orion.

2000-10-11 Thread mark

Where is youradminpw configured? Presumably one of the various XML files, but which one, and is there an example? Haven't been able to find it in the docs.

Thanks!

--Mark








Nathan Phelps [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
10/07/00 12:43 PM
Please respond to Orion-Interest


To:Orion-Interest [EMAIL PROTECTED]
cc:
Subject:RE: New 2 Orion.

1.) You can cleanly shut Orion down using the following command: java -jar admin.jar ormi://yourservername admin youradminpw -shutdown
Or, you can use the Orion console by right-clicking on the Server and choosing Shutdown from the Context-sensitive menu.

2.) See http://www.znerd.demon.nl/orion-primer/
-Original Message-
From: Miles Daffin [mailto:[EMAIL PROTECTED]]
Sent: Saturday, October 07, 2000 2:12 PM
To: Orion-Interest
Subject: New 2 Orion.

Hi,

I have 2 questions for the Community:

1) I can start Orion (1.3.8) using a batch file but I cannot believe that the only way to stop it is 'Ctrl - c'. Is it?
2) I find the instructions for creating a new application a little scanty - does anyone know where I can find a real idiots', step by tedious step, guide to setting up an alternative to the default application?

Thanks. 

--
Miles Daffin 
Java Developer, Netherlands. 

Land: +31 (0)10 476 2412
Mobile: +31 (0)6 2959 1423
Permanent email: [EMAIL PROTECTED]



Re: New 2 Orion.

2000-10-11 Thread Miles Daffin



Mark,

I found this in the ReadMe.txt in the Orion install 
dir:
See the NB: below.
The general passwords are in 
config/principals.xml


---
Please visit http://www.orionserver.com or send an 
email to [EMAIL PROTECTED] for 
information about this product.

This version is only for development use or for 
non-commercialuse. You need to purchase a license from http://www.orionserver.comto be able 
to use this server commercially.

** NB: You need this bit ** 
To install the server:java -jar orion.jar 
-installfollow the instructions

To start the server:java -jar 
orion.jarorjava -jar orion.jar -config 
my/path/to/server.xml

Good luck!The Orion team

This product uses Hypersonic SQL as an example 
database, more info aboutHypersonic SQL can be found at http://hsql.oron.ch/.

  - Original Message - 
  From: 
  [EMAIL PROTECTED] 
  To: Orion-Interest 
  Sent: Wednesday, October 11, 2000 3:43 
  AM
  Subject: RE: New 2 Orion.
  Where is "youradminpw" 
  configured? Presumably one of the various XML files, but which one, and 
  is there an example? Haven't been able to find it in the docs. 
  Thanks! --Mark 
  


  
  Nathan Phelps [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED] 

10/07/00 12:43 PM Please respond to Orion-Interest 
  To:   
 Orion-Interest 
[EMAIL PROTECTED] cc:

 Subject:    RE: New 2 
Orion.1.) You can cleanly shut Orion down using the following command: java 
  -jar admin.jar ormi://yourservername admin youradminpw -shutdown 
  Or, you can use the Orion console by 
  right-clicking on the Server and choosing Shutdown from the Context-sensitive 
  menu.  2.) See http://www.znerd.demon.nl/orion-primer/ -Original Message-From: Miles Daffin 
  [mailto:[EMAIL PROTECTED]]Sent: Saturday, October 07, 2000 
  2:12 PMTo: Orion-InterestSubject: New 2 
  Orion.Hi,  I have 
  2 questions for the Community:  1) I can start Orion (1.3.8) 
  using a batch file but I cannot believe that the only way to stop it is 'Ctrl 
  - c'. Is it? 2) I find the instructions for 
  creating a new application a little scanty - does anyone know where I can find 
  a real idiots', step by tedious step, guide to setting up an alternative to 
  the default application?  Thanks.  
   --Miles Daffin Java Developer, Netherlands.  
   Land: +31 (0)10 476 2412Mobile: +31 (0)6 2959 1423Permanent 
  email: [EMAIL PROTECTED] 



RE: New 2 Orion.

2000-10-09 Thread Luis M Bernardo



On Sat, 7 Oct 2000, Nathan Phelps wrote:

 1.) You can cleanly shut Orion down using the following command: java -jar
 admin.jar ormi://yourservername admin youradminpw -shutdown
 Or, you can use the Orion console by right-clicking on the Server and
 choosing Shutdown from the Context-sensitive menu.
  

does the -restart switch also works? it doesn't work with me. this is the
error I get:

C:\orionjava -jar admin.jar ormi://localhost admin xx -shutdown

C:\orionjava -jar admin.jar ormi://localhost admin henp123 -restart
Error: javax.naming.NamingException: Lookup error: java.net.ConnectException: Co
nnection refused: no further information; nested exception is:
java.net.ConnectException: Connection refused: no further
information


what is the difference between "java -jar admin -restart" and "java -jar
orion.jar"?

thanks.








Re: New 2 Orion.

2000-10-09 Thread Miles Daffin

I have now got all 3 basic commands to work from bat files. See attachments.

The key thing was omitting the port number from the ormi://host argument
(thanks shailesh j).

--
Miles Daffin
Java Developer, Netherlands.

Land: +31 (0)10 476 2412
Mobile: +31 (0)6 2959 1423
Permanent email: [EMAIL PROTECTED]

- Original Message -
From: "Luis M Bernardo" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Monday, October 09, 2000 5:17 PM
Subject: RE: New 2 Orion.




 On Sat, 7 Oct 2000, Nathan Phelps wrote:

  1.) You can cleanly shut Orion down using the following command:
java -jar
  admin.jar ormi://yourservername admin youradminpw -shutdown
  Or, you can use the Orion console by right-clicking on the Server and
  choosing Shutdown from the Context-sensitive menu.
 

 does the -restart switch also works? it doesn't work with me. this is the
 error I get:

 C:\orionjava -jar admin.jar ormi://localhost admin xx -shutdown

 C:\orionjava -jar admin.jar ormi://localhost admin henp123 -restart
 Error: javax.naming.NamingException: Lookup error:
java.net.ConnectException: Co
 nnection refused: no further information; nested exception is:
 java.net.ConnectException: Connection refused: no further
 information


 what is the difference between "java -jar admin -restart" and "java -jar
 orion.jar"?

 thanks.






 StartServer.bat
 RestartServer.bat
 StopServer.bat


RE: New 2 Orion.

2000-10-07 Thread Nathan Phelps



1.) 
You can cleanly shut Orion down using the following command: java -jar admin.jar 
ormi://yourservername admin youradminpw -shutdown
Or, 
you can use the Orion console by right-clicking on the Server and choosing 
Shutdown from the Context-sensitive menu.

2.) 
See http://www.znerd.demon.nl/orion-primer/

  -Original Message-From: Miles Daffin 
  [mailto:[EMAIL PROTECTED]]Sent: Saturday, October 07, 2000 
  2:12 PMTo: Orion-InterestSubject: New 2 
  Orion.
  Hi,
  
  I have 2 questions for the 
Community:
  
  1) I can start Orion (1.3.8) usinga batch 
  file but I cannot believe that the only way to stop it is 'Ctrl - c'. Is 
  it?
  2) I find the instructions for creating a new 
  application a little scanty - does anyone know where I can find a real 
  idiots', step by tedious step, guide to setting up an alternative to the 
  default application?
  
  Thanks. 
  
  
  --Miles DaffinJava Developer, 
  Netherlands.
  
  Land: +31 (0)10 476 2412Mobile: +31 (0)6 2959 
  1423Permanent email: [EMAIL PROTECTED]