Hello Sam
2 things I noticed when i deployed guest-book to TC7.0.6 (and reloaded
guest-book webapp from manager interface)
no web.xml welcome-file entry perhaps you intended this welcome-file entry in
/WEB-INF/web.xml?
<welcome-file-list>
<welcome-file>guest.jsp</welcome-file>
</welcome-file-list>
the spring classloader needs TomcatInstrumentalClassLoader to be located in
classloader where (webapp CL) spring has been loaded:
Caused by: java.lang.ClassNotFoundException:
org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
are you implmenting guest-book on catalina or perhaps some other container such
as GF or WL or JBoss?
?
To one and all..Happy Fathers Day
Martin
> Date: Sun, 19 Jun 2011 05:08:55 -0700
> From: [email protected]
> To: [email protected]
> Subject: Can't map jsp file
>
> Hello,
>
> I have built a simple web project using Maven + Spring 3 and jsp, but the
> mapping is not correct and I don't know how to resolve it.
>
> Here I enclosed my project with this post.
> It is an Eclipse project+pom project.
>
> Please have a look what is missing in the spring configuration.
>
> Your help is very much appreciated.
>
> Thanks
> Sam
>
> http://maven.40175.n5.nabble.com/file/n4503348/guest-book.zip guest-book.zip
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Can-t-map-jsp-file-tp4503348p4503348.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>