the Context is tomcat's representation of a webapp, or just a static html context.

For example, you can create a context in server.xml where you point tomcat to pick up 
files from somewhere else

<Context path="/mycontext" docBase="/usr/local/myhtml"/>

so no, you can't take the XML tags from web-app and stick them into <Context>

Filip

-----Original Message-----
From: Barley [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 12:26 PM
To: [EMAIL PROTECTED]
Subject: Question about Context vs web-app


Can someone clarify something for me? Is a Context
placed within a Host basically just a web-app within a
virtual host? Can any tags that can be placed in a
web-app also be placed in a Context? Thanks very much.

Gregg


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


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

Reply via email to