You were right... I simply removed all the Context elements now in the server.xml file and changed all my code to reference ../sharedHRM or /sharedHRM depending on if the tag appends the Application Context or not.
Thanks for your help. Ritchie Gillam Programmer Analyst, Information Services, Halifax Regional Municipality Email: [EMAIL PROTECTED] Phone: (902) 490-6167 Fax: (902) 490-6583 >>> [EMAIL PROTECTED] 09/16/05 11:56 am >>> Ritchie Gillam wrote: > I need the following entries: > > <Context docBase="/data0.../webapps/sharedHRM path="/sharedHRM"/> > > and then one entry for each application that references the shared assets > like this: > > <Context docBase="/data0.../webapps/sharedHRM path="/app1/sharedHRM"/> > <Context docBase="/data0.../webapps/sharedHRM path="/app2/sharedHRM"/> > > I am doing this because sometimes the JSP/JSF tag appends the application > context and sometimes it don't. That sounds broken; I would try to fix that first before trying to kludge up multiple "shared" Contexts. But it doesn't sound Tomcat-related -- if you want to send me details off-list about this erratic tag, I'll be happy to try to help. :-) -- Hassan Schroeder ----------------------------- [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. --------------------------------------------------------------------- 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]
