Hi Guys,

I have a quick question about deploying a Web application to Orion.I have a
directory that contains all the required classes, html, Java script etc.I
have also written the web.xml file describing the servlets that are
available in the application. There are no JSP pages or anything like that.

Can you give me a brief overview of how to get Orion to serve this
application.

I have tried adding it to the default-web-application.xml file, but have had
not success. The console tells me that it cannot find the application. When
I look at the HTTP properties in the Admin Console.

Thanx

Rob

-----Original Message-----
From: Klaus Thiele [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 12, 2000 1:49 PM
To: Robert Keith
Subject: Re: NEWBIE QUESTION: How do I shut this thing down


Hi Robert,

> 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?

you are not starting the server with the graphical console?
=> java -jar orion.jar -console2
then you can easyly shutdown from there

otherwise do

java -jar admin.jar ormi://localhost admin _admin_password_ -shutdown
(type only 'java -jar admin.jar' and you get some help)

hope that helps
  klaus

--
Klaus Thiele - Personal & Informatik AG
mailto:[EMAIL PROTECTED]

 "There's got to be more to life than compile-and-go."

Reply via email to