On Tuesday 02 September 2003 03:58 pm, Michiel_Balie wrote: > Hello all, > > I'm sure I'm not the first to ask but I cant find the answer to this > question. > My jsp files are in a sub/sub directory of the ROOT. > The domein ( http://www.next5minutes.org/journal.jsp > <http://www.next5minutes.org/journal.jsp> )
http://www.next5minutes.org/img.db?1821 returns description The requested resource (/culturebase/next5minutes4/img.db) is not available. To me it looks like you are trying to mount tomcat's culturebase onto the root of the apache front-proxy with different names (/ versus /culturebase/). Im not shure that this wil will but you will need to tel tomcat is't behind a front proxy otherwize you wil get problems when sending redirects web.xml also you might edit the url patern <servlet-mapping> <servlet-name>images</servlet-name> <url-pattern>/mmbase/images/*</url-pattern> </servlet-mapping> points to this directory. > Now how do I configure the web.xml or any other relevant file so that i > can find the img.db ? > Everything else works but I cant get this img.db working.
