N
newbie29
Hi,
I fixed the problem of my previous post by inserting the following
into server.xml:
<Context path="" docBase="c:\crs570\website" reloadable="true" />
My new question is how can you add two <Context>s with the same path.
I get an error when I have more than one <Context> of the same path. I
would like to add the following <Context>s:
<Context path="" docBase="crs570server" debug="0" privileged="true"
/>
<Context path="" docBase="c:\crs570\website" reloadable="true" />
Thanks,
N29
I fixed the problem of my previous post by inserting the following
into server.xml:
<Context path="" docBase="c:\crs570\website" reloadable="true" />
My new question is how can you add two <Context>s with the same path.
I get an error when I have more than one <Context> of the same path. I
would like to add the following <Context>s:
<Context path="" docBase="crs570server" debug="0" privileged="true"
/>
<Context path="" docBase="c:\crs570\website" reloadable="true" />
Thanks,
N29