java - Tomcat: The requested resource is not available -
i deploy java project tomcat 7.0.56 server. it's html-document links html-pages. main page of displayed when force on link message:
type: status study message: /choosereport description: requested resource not available.
i'm new , don't know why tomcat can't display other pages.
upd: code main page:
<body> <div class = "container"> <div class = "col"> <a href="/choosereport"></a> </div> </div> </body>
if these jsps need specify href as
<a href="${pagecontext.request.contextpath}/resource">link resource</a>
if specify "/" telling browser go root of container may not same location of webapp.
java tomcat tomcat7
No comments:
Post a Comment