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 - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -