Re: Tomcat 5.5.30 and Spring Framework

2011-03-14 Thread Aureliusz R.
app docBase to be something like > /usr/local/myapp, and then have your jsp's in a directory > /usr/local/myapp/WEB-INF/jsp/ - eg. > /usr/local/myapp/WEB-INF/jsp/testSpring/testSpring.jsp > > > On Sat, Mar 12, 2011 at 5:42 AM, Aureliusz R. wrote: >> Borut, >> &

Re: Tomcat 5.5.30 and Spring Framework

2011-03-11 Thread Aureliusz R.
;spring' DispatcherServlet's configuration in a > file /WEB-INF/spring-servlet.xml, or use some other file with > configuration like this: > > >        spring >         >            org.springframework.web.servlet.DispatcherServlet >         >   >    contextConfigLocation >    /WEB-IN

Re: Tomcat 5.5.30 and Spring Framework

2011-03-11 Thread Aureliusz R.
of an > application. > If you don't find it there, look for subdirectories in conf directory > - for example there might be subdirectories Catalina/localhost that > contain individual application xml config files. Those files also > contain elements - look for their docBase attr

Tomcat 5.5.30 and Spring Framework

2011-03-07 Thread Aureliusz R.
I know this is not a typical tomcat question but please bear with me. All Spring integrations call for placing configuration xmls in /WEB-INF/ of an application. The tomcat that I'm forced to work with has a weird configuration where there are no applications under $TOMCAT_HOME/webapps folder. Ther