Original: http://blog.sina.com.cn/s/blog_525960510100jo0j.htmlWhen you recently made a Web project, you created a new Web project, such asWebdemo, eclipse default build path is build, Web-inf stored under webcontent, changed a build path and webcontent name, found that the project is not available,1. The specific modification process has been webcontent change to WebRoot2. Move the build path frombuild/classesSwitchwebdemo/webroot/web-inf/classesThe j
JSP pages are usually placed under Webroot/web-inf to prevent visitors from entering the page directly.The pages under WebRoot/web-inf are protected and users cannot access them through the form of http://localhost:8080/test/webRoot/WEB-INF/content/xx.jsp, and their visits must be handled through struts.However, when the page is placed under the/web-inf, the JSP
我们知道,实现页面的跳转有两种方式,一种是通过redirect的方式,一种是通过forward的方式。redirect方式的跳转,系统会在一个新的页面打开要跳转的网页;而forward方式跳转,系统会在原来的页面上打开一个要跳转的网页。所以放到WEB-INF目录下的文件是不允许采用redirect方式的跳转来访问的X1We know that there are two ways to implement a page jump, one is through redirect, and the other is through the forward way. Redirect Mode of the jump, the system will open a new page to jump to the page, and forward way to jump, the system will be on the original page to open a page to jump. So files placed in the Web-inf directory are n
Webroot and webcontent are the root folders of the program, no essential differences, the two are common and different points:Common: There is a Web-inf folder, the next file is not directly accessible;Web-inf is a secure directory, so-called security, that is, the user client can not access, only the server-side access. If you want to access it directly in the page, you need to map the file you want to access via Web. Xml. Web-inf in addition to Web.
bad", should belong to the category of robustness.
Opinion two:
Put to Web-inf under the JSP file, if you go directly to access this JSP is not possible, must pass the action of the jump, so you can understand why security is high, for the user is not visible, for some users, can directly access, such as, login, registration page, Can be placed directly under the Webroot, this is based on the needs of your system.
Point three:
eclipse3.6 default point to webcontent directory modification to webRoot setting description
url:http://ons.iteye.com/blog/717662
eclipse3.6 released, to the general use of MyEclipse feel incomparable card machine friend brought, and Eclipse loyal fans brought the gospel, a little use, let me have a body that it is so light, but has no inferior to the myeclipse function, Really worth a use, start fast, coding without card machine, memory footprint sma
It took so long to find the information, and finally solved it.Thanks Blog Park: http://www.cnblogs.com/xsht/p/5275081.htmlThank you Baidu: Http://zhidao.baidu.com/link?url= Vz4tlygvnmyyvj105bcuzkusjf0g5rm6ophvezhccajk5s1gfuz3pbgawcnsfy1rmtpf4zeo8ev_gd7sykv4s_In the Java EE environment with struts deployment, we generally write the JSP page in the Webroot\web-inf\content directory, so that the JSP page must be controlled and forwarded by struts to acc
The build project in Eclipse is the WebContent directoryThe name of the project directory generated in MyEclipse is called Webroot, so if you import the MyEclipse project into eclipse, what modifications do you need to make to deploy the project to Tomcat? Just one of the following1. Right click on Project--attribute--addAdd Webroot directory, delete webcontentWebroot and WebContent under the Web projectThe
Because the prefix is configured in the Spring-nvc.xml fileTo exit the login to return to the Webroot directory, you can redirectreturn "redirect:/index.jsp";We can get into the Webroot directory.This article is from the "matengbing" blog, make sure to keep this source http://matengbing.blog.51cto.com/11395502/1914097Springmvc into the Web-inf directory and then redirects to
We need to configure the document to access the database when we do the project, but the service-side Servlet writes, so the question is, how to access the files under Webroot. As follows: /** * Gets the data inside the Webroot */java.net.url url2 = Classloader.getresource (""); String Root_class_path = Url2.getpath () + "/"; File RootFile = new file (Root_class_path); String Web_info_directory_path = rootf
The Web project is published to Tomcat.The build project in Eclipse is the WebContent directoryThe name of the project directory generated in MyEclipse is called Webroot, so if you import the MyEclipse project into eclipse, what modifications do you need to make to deploy the project to Tomcat? Just one of the following1. Right click on Project--attribute--addAdd Webroot directory, delete webcontent650) thi
Java Spring
Problem: When you test with JUnit, you can't get the Applicationcontext.xml profile "The configuration file here is placed under Web-inf, and if it's underneath SRC, it's not going to be a mistake."
Writing: Classpathxmlapplicationcontext ac=new classpathxmlapplicationcontext ("/webroot/web-inf/applicationcontext.xml ");
Tangle: Always feel is the path of the fault, but tried a lot of, or a rookie error, think Impassability AH
How to
In the use of Eclipse, I believe that everyone is more familiar than me (I usually use IntelliJ idea), the following explains how in the Eclipse Web project, how to set the Webroot directory pointing to the problem, I hope to be useful for beginners.
In eclipse3.6, it is the default point of WebRoot for webcontent directory, if our project WebRoot directory is no
Original: http://blog.csdn.net/qbz2004/article/details/7364045 in the use of eclipse, I believe everyone is more than I pro (I usually use Intellij idea), explained below in E Clipse Web project, how to set the Webroot directory to point to the problem, you want to be useful for beginners.
In eclipse3.6, it points to the WebRoot as the WebContent directory, if our project
The first time to write things with JSP, in the Webroot subfolder to write JSP, when submitted to the servlet times 404 error, the old thought is a child file problem, in fact, is not.
The fact is that the students delete this code to me, the JSP file can not find the root directory,
Copy Code code as follows:
String path = Request.getcontextpath ();
String basepath = request.getscheme () + "://" +request.getservername () + ":" +request.g
Servletunit.struts.exceptionduringtesterror:a NullPointerException was thrown. This may indicate a error in your actionform, or it could indicate that struts Actionservlet is unable to find Struts Config file. TestCase is running from D:/workspace/struts1unittestproject directory. Context directory has not been set. Try calling Setcontextdirectory () with a relative or absolute path. Struts config file must be found under the context directory, the directory of the test case are running from, or
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.