We're currently trying to configure a server with one Tomcat NT service and
the following contexts in server.xml:

          <host name="127.0.0.1">
        <Context path="/examples"
                 docBase="webapps/examples" 
                 crossContext="false"
                 debug="0" 
                 reloadable="true" > 
        </Context>
          </host>



        <host name="dcm.someone.net">
        <context path="/cbastaging"
                docBase="e:/dcm"
                crossContext="false"
                debug="0"
                reloadable="true" >
        </context>
        </host>

We can't get anything to work .jsp-wise except webapps\examples, and they
work in both virtual hosts.  The best we've been able to do is see the .jsp
code in the dcm..net host; no execute.  We're using Tomcat 3.2.1; what might
we be missing?

Glenn Butcher sends...

Reply via email to