I am new in java and i am developing web application in java.
我是java的新手,我正在开发java中的web应用程序。
I am trying to include one page to another page.But it gives path error in server side.
我试图将一个页面包含到另一个页面。但它在服务器端给出了路径错误。
My another page is placed in user folder of root directory.
我的另一个页面放在根目录的用户文件夹中。
I am trying to include page like
我想包括像页面一样
<%@include file="../user_menu.jsp" %>
Its working on local host but not working in live linux server.
它在本地主机上工作但不在live linux服务器上工作。
How can i fix this error?
我该如何解决这个错误?
Help me
1 个解决方案
#1
1
Use /path/to/your/file.jsp Where / is your public_HTML dir
使用/path/to/your/file.jsp你的public_HTML目录在哪里?
#1
1
Use /path/to/your/file.jsp Where / is your public_HTML dir
使用/path/to/your/file.jsp你的public_HTML目录在哪里?