filenotfoundexception - HTTP Status 500 file not found error in jsp include -


i include file root directory. working fine in local when host site give me:

error http status 500: "../connection.jsp" not found

my files in

public_html/myfolder/connection.jsp

on shared hosting.

i want include file in

public_html/myfolder/process/user-login.jsp

if public_html root folder of web application, can use absolute path included resource.

<jsp:include page="${pagecontext.request.contextpath}/myfolder/connection.jsp"/> 

Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -