Hi all I'm tring to install mmbase on a Linux box with Tomcat running through apache - so in other words, not the traditional tomcat standalone model - the web root is the same root as tomcat, classes are located in WEB-INF, which is off the webroot (ie. public_html folder).
In the logs, I'm getting the following: May 21, 2004 9:10:42 AM org.apache.jasper.compiler.TldLocationsCache processWebDotXml WARNING: Internal Error: File /WEB-INF/web.xml not found ... which seems like a simple enough solution - change /WEB-INF/web.xml to /public_html/WEB-INF/web.xml, but I can't find where /WEB-INF/web.xml is defined and am confused as to why it would be specified anywhere in the first place. Can someone help me locate this pathname. Thanks in advance. Regards Emile
