Ok, I've searched through most of the docs now and I have some very basic JDNI specific questions:
1. Are there any parts of JNDI which are _not_ included with Tomcat 4.0.1? (ie. is there anything that still needs to be downloaded/installed separately?) 2. What exactly is the relationship between what gets defined in server.xml and a specific webapp's web.xml? In other words, I see how you define a JNDI resource in server.xml using <Resource> and <ResourceParams> -- as I understand it this makes a resource available to a particual context (ie. webapp). What then, is the purpose of also defining the resource using <resource-ref> in that app's web.xml file? 3. Is there any way to define a JNDI resource just through the web.xml file (as opposed to using server.xml file?) When you change web.xml, you can only need to cycle the webapp; when you change server.xml you have to cycle the entire server, which I'd like to avoid. 4. Is there anyway to use the Tomcat manager app to cycle the whole server? What's the best way to do this? (especially if Tomcat is running as an NT service!) Thanks, Christian ---------------------------------------------- Christian Cryder [[EMAIL PROTECTED]] Internet Architect, ATMReports.com Barracuda - http://barracuda.enhydra.org ---------------------------------------------- "What a great time to be a(n employed) Geek" -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
