Home > Back-end >  The IDEA of importing the project (SSM)
The IDEA of importing the project (SSM)

Time:12-10

For help, in the IDEA, import the downloaded project, after configuration and then click the upper right of the green triangle can run normally, but I run a JSP page will appear directly not configured warning, (I'm not familiar with this, what must not very profound problem should be not clear some basic things, your brother give more opinions),

CodePudding user response:

JSP technology, is a dynamic page will be rendered into HTML and then return in the spring, you click the green button is running on the tomcat run under the project, when you are through the url to access through the spring container apply colours to a drawing back, so you can see, direct point is the browser icon, can only show static HTML pages, JSP is not directly show dynamic pages

CodePudding user response:

refer to the original poster night don't know the way of reply:
for help, in the IDEA, import the downloaded project, after configuration and then click the upper right of the green triangle can run normally, but I run a JSP page will appear directly not configured warning, (I'm not familiar with this, what must not very profound problem should be not clear some basic things, your brother to give more opinions),



You can't the JSP should be run separately, even without the browser identification header,

CodePudding user response:

Page not JSP tags are identified into HTML you add this try & lt; % @ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" % & gt;

CodePudding user response:

reference 1st floor Farmermark993 response:
JSP technology, is a dynamic page will be rendered into HTML and then return in the spring, you click the green button is running on the tomcat run under the project, when you are through the url to access through the spring container apply colours to a drawing back, so you can see, direct point is the browser icon, can only show static HTML pages, JSP dynamic page is not directly show

That is it very trouble, so I want to debug a page? And I want to know how do I access the web in this program - inf the page, I know this folder does not open, can only be in one page a page?

CodePudding user response:

refer to the second floor qq_39936465 response:
Quote: refer to the original poster night don't know the way of reply:
for help, in the IDEA, import the downloaded project, after configuration and then click the upper right of the green triangle can run normally, but I run a JSP page will appear directly not configured warning, (I'm not familiar with this, what must not very profound problem should be not clear some basic things, your brother to give more opinions),



You can't the JSP should be run separately, even without the browser identification header,


Do not know this calculating do not calculate normal operation

CodePudding user response:

reference TZGod reply: 3/f
page not JSP tags are identified into HTML you add this try & lt; % @ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" % & gt;

You have said this page is running, but the index page I ordered the green label did run in the browser,

CodePudding user response:

Can open the page is not feeling that run tomcat can't open the MVC view parser with wrong access path is wrong

CodePudding user response:

You are like the eclipse, the idea has no such function, the idea of JSP must rely on the server to access right, the rest are not correct access,
If restart the server is too slow, you can use this way to restart (relatively faster, but is limited to the JSP modifications)

CodePudding user response:

The
reference 5 floor night don't know the way of reply:

Do not know this calculating do not calculate normal running


You are so not normal operation! Port number, project name,

CodePudding user response:

references 9 f qq_39936465 response:
Quote: refer to fifth floor night don't know the way of reply:


Do not know this calculating do not calculate normal running


You are so not normal operation! Port number for the project name,

But not direct access to the browser

CodePudding user response:

references to the tenth floor night don't know the way of reply:
Quote: references 9 f qq_39936465 response:
Quote: refer to fifth floor night don't know the way of reply:


Do not know this calculating do not calculate normal running


You are so not normal operation! Port number for the project name,

But not point the browser to directly access


Tomcat server is required for the JSP, only HTML browser can directly open to the JSP server mode

CodePudding user response:

  • Related