Hi,

I seem to be having similar problems. I have 2 application which use a 
common set of JSP's. For one JSP page, I have a problem wherein if I try to 
access that particular page in one application it will work, but will fail 
if used in the second application. The worst part is that both the JSP 
pages are identical. I dont even have different web-site.xml files. All the 
applications are defined in the default-web-site.xml

Any insights would be appreciated

Thanks 'n Regards

Aniket

At 06:57 AM 2/28/2001, you wrote:
>
>Dear all,
>
>I'm having some trouble getting multiple copies of an app to run where
>i use different <appname>-web-site.xml files.
>
>I don't have a problem where i configure all the information within
>server.xml and default-web-site.xml, but i want to use different
>web-site.xml files so that i can do clustering.
>
>I do the following:
>
>1. copy/paste the application within \orion\applications.
>     e.g.    \orion\applications\copy1
>              \orion\applications\copy2
>
>2. create 2 web-site.xml files
>
>     e.g.    \orion\config\copy1-web-site.xml
>              \orion\config\copy2-web-site.xml
>
>3. put a reference to the web-site files in server.xml
>
>  <web-site path="./copy1-web-site.xml" />
>  <web-site path="./copy2-web-site.xml" />
>4. put a reference to the 2 applications in server.xml
>
>  <application name="copy1" path="..\applications\copy1"/>
>  <application name="copy2" path="..\applications\copy2"/>
>
>
>Questions
>
>
>a) I can run the copy1 app in my browser, but not copy2.
>
>b) If i comment out copy1, then for some reason i can run copy2.
>
>c) If i uncomment copy1, then copy1 starts working, and copy2 is not 
>accessible.
>
>d) I don't get any error messages relating to not being able to access 
>copy1 or copy2.
>
>
>Does anyone know what i might be doing wrong?
>
>Thanks,
>Greg
>



Reply via email to