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,
>>
&
;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
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
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