Joey,
I had the same problem (basic understanding missing), but got around it and
did a howto (attached). Hope this helps. Like you I wanted to keep the jsp
examples. I repackaged them as a war file (not covered in the howto,
degrading the examples, to a 'normal' web-app. There were a few changes
required in the confiiguration - minor - making an href relative I think.
Good luck,
Bill.
----- Original Message -----
From: "joey sark" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2001 4:56 PM
Subject: broken default web app - not found


> I managed to deploy a website/app but in so doing, broke the default
website
> with all the nice jsp examples. I would like to use that default app to
test
> and learn about jsp and plug modified versions into my app.
>
> now i get this error from orion:
>
> Error initializing site Default Orion WebSite: No application named
'default'
> found in the server
>
> how do i unbreak the default web app and keep it working alongside my
app -
> and KISS?
>
> thanks in advance.
>
> Joey,
> newbie in distress
>
> relevent config files:
>
> orion/config/server.xml:
> ...
> <global-application name="pussycat" path="application.xml" />
> <!-- <global-application name="default" path="application.xml" />  can't
do
> this-->
> <global-web-app-config path="global-web-application.xml" />
> <web-site path="./pussycat-web-site.xml" />
> <web-site path="./default-web-site.xml" />
> ...
>
> orion/config/application.xml:
> ...
> <orion-application>
> <web-module id="pussycat" path="../applications/pussycat" />
> <web-module id="defaultWebApp" path="../applications/default-web-app" />
> ...
>
> orion/config/default-web-site.xml:
> ...
> <web-site host="[all]" port="80" display-name="Default Orion WebSite">
> <default-web-app application="default" name="defaultWebApp" />
> </web-site>
>
>
> orion/config/pussycat-web-site.xml:
> ...
> <web-site host="[all]" port="80" display-name="Pussycat Web Study"
> virtual-hosts="localhost"
> >
> <default-web-app application="pussycat" name="pussycat" />
> <!-- <default-web-app application="pussycat" name="defaultWebApp" /> can't
do
> this-->
> ...
> </web-site>
>
>
> server.xml:
> ...
> <application-server
> application-directory="../applications"
> deployment-directory="../application-deployments"
> >
> ...
> <global-application name="pussycat" path="application.xml" />
> <!-- <global-application name="default" path="application.xml" />  can't
do
> this-->
> <global-web-app-config path="global-web-application.xml" />
> <web-site path="./pussycat-web-site.xml" />
> <web-site path="./default-web-site.xml" />
> ...
>
>
> end
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
>
>

howto-welcome-app.zip

Reply via email to