Hi,

I have a webapp that needs access to the context of other webapps. In TC 4.0, I added the following to server.xml:

<Context path="/gridsphere" docBase="gridsphere" debug="0"
reloadable="false" crossContext="true">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="localhost_gridsphere_log." suffix=".txt"
timestamp="true"/>
</Context>

I tried the same thing under TC 4.1 and now I can't get the context of another webapp-- is there anything else I need to do in Tomcat 4.1.12 to make this work?

Thanks, Jason



--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to