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 -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

java.lang.NoClassDefFoundError When Creating New Android Project -