JSP stands for Java Servlet Pages, a shorthand way of writing simple Servlets, more akin to other web scripting languages like PHP and ASP. A JSP file basically contains HTML, but with embedded JSP ...
JSP stands for Java Servlet Pages, a shorthand way of writing simple Servlets, more akin to other web scripting languages like PHP and ASP. A JSP file basically contains HTML, but with embedded JSP ...
위의 사이트에서 64-bit-Windows zip을 다운해준다. 압축해제이후 bin 폴더에 있는 startup.bat을 실행시켜준다. 127.0.0.1/8080 에 접속을 해본다. 톰캣 페이지가 뜬다면 성공한 것이다. 클라이언트의 요청에 ...
웹페이지를 동적으로 생성하는 Java 언어를 사용하는 문서 웹어플리케이션 서버(Web Application Sever) 상에서 컴파일 test.jsp → test_jsp.java → test_jsp.class 2. JSP 개발환경 구축하기 (Java ver.8) 2-1 ...