Title: SV: Deploying a simple web site...

I suggest you take a look at the documentation :)
Here is something you could use:
http://www.orionserver.com/docs/application-creation-howto.html

If you dont want to create an ear file structure, but just add a unpacked WAR file, do the following:

Edit the .../config/application.xml and add a reference to the root of your unpacked web application, like:

<web-module id="myhome-web" path="D:\\Website\\myhome" />

This will add the unpacked myhome WAR to the default application.
Now edit your .../config/default_web_site.xml file and add a reference like the following:

<web-app application="default" name="myhome-web" root="/myhome" />

WR


 -----Ursprungligt meddelande-----
Från: Phan Anh Tran [mailto:[EMAIL PROTECTED]]
Skickat: den 24 januari 2001 23:03
Till: Orion-Interest
Ämne: Deploying a simple web site...


I have a web-site in a directory called "D:\Website\myhome" (only html files and jsp files).

How do I go about telling orion to setup a URL http://localhost/myhome to activate my website?  I have gone over all the .xml files a dozen times without success, so all insights are appreciated.   By the way, I do not want to package my website at all.  I want to stay the way it is to ease development efforts.

Thanks.

Anh

Reply via email to