Hello,
I'm just in the process of learnung J2EE / Serlets / JSPs with Tomcat.
My book tells me that I should add the XMl snippet:

<Context path="/BookApps"
        docBase="another/path"
        debug="0"
        reloadable="true"
        crossContext="true" />

to the ./conf/server.xml. Since there is no other Context entry like that in 
the server.xml I doubt that this place is wrong (in my Tomcat version 
5.5.14).

What is right place to put that? If it is server.xml what should be the parent 
element of it?

Thanks,

Florian

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

Reply via email to