Hi there .... I've managed to install the Orion server (version 1.0) and
get the examples running.

Now I want to use some of my old JSP files and JavaBeans (not EJBs).

All the JSP files are in a directory called 'webstats', which I have copied
into the Orion directory.

I made some changes to the default-web-site.xml file:

----------------------------------------------------------------------------------------------------------
<?xml version="1.0"?>
<!DOCTYPE web-site PUBLIC "Orion Web-site" "
http://www.orionserver.com/dtds/web-site.dtd">

<web-site host="[ALL]" port="80" display-name="Default Orion WebSite">
     <!-- The default web-app for this site, bound to the root -->
     <default-web-app application="default" name="defaultWebApp" />

     <web-app application="webstats" name="WebStats" root="/webstats" />

     <!-- Access Log, where requests are logged to -->
     <access-log path="../log/default-web-access.log" />
</web-site>
--------------------------------------------------------------------------------------------------------------


The tried calling a page with

http://localhost/webstats/login.jsp

.... and I get this error

---------------------------------------------------------------------------------------------------------------
Error instantiating web-application
No application named 'webstats' found in the server
------------------------------------------------------------------------------------------------------------------

So I think haven't told it where to find the webstats directory ..... how
do I do this?



Reply via email to