I presume you _have_ built a .war file, therefore just add a reference to it
in default-web-site.xml, like this:

        <web-app application="YOUR_APP" name="YOUR_WAR" root="/sarasa" />

it'll be accesible at http://localhost/sarasa

if you download the documentation from orionserver.com, you'll find a
complete reference to these files under docs/web-site.xml.html

HTH,

JP

> -----Original Message-----
> From: Peter �slund [mailto:[EMAIL PROTECTED]]
> Sent: Martes, 25 de Septiembre de 2001 5:46
> To: Orion-Interest
> Subject: Newbie needs some help
> 
> 
> Hi Group,
> 
> I am new to Orionserver and EJB in general so I hope I can 
> get some tips
> from you guys and girls out there! :)
> 
> I tried out the hello-planet example at Orion Primer and that 
> worked okay. 
> Then I wanted to try an example with a EJB, Servlet and a 
> simple html page
> from one of the tutorials from sun. (It is the calculator 
> example if anyone
> done it)
> 
> I built it with ant and veything compiles. It seems to deploy 
> "halfway" as I
> don't get any problem until I want to call the html page of 
> my app. Then is
> find the servlet which of course gives me nullpointer as I 
> haven't given it
> some values to work with.
> 
> 1. Where to put the html file?
> 2. How to configure orion to find my html page? (which xml-file)
> 
> 
> Would very much appreciate any hints as I can't seem to find 
> it either on
> Orion Primer or on orionserver.com
> 
> 
> Thanx in advance!
> 
> .peter
> 

Reply via email to