Rico wrote:
What I outlined in my email is that when I don't do the above because I use my own <Context docBase="C:\myWebApp" path="/something">
Tomcat cannot find the resources as follows: C:\myWebApp\WEB-INF\classes\hibernate.cfg.xml and
OK, just took a look at an old Windows(2k) machine w/4.x stuff on it; those apps, which all worked fine outside the $CATALINA_HOME/webapps directory, used forward slashes like:
<Context docBase="C:/myWebApp" path="/something">
You might check the appBase definition of your Host element :-)
HTH! -- 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]
