프로그래밍/Servlet

[Servlet] 처음에 여러가지 어려운 것 들

선제 2012. 2. 28. 10:57
이클립스 환경에서
1. java source PATH

Servlet name\ Java Resources \ src \ package name \ class name.java

2. web.xml PATH 

WebContent \ web.xml 

3. class file PATH

WebContent \ WEB-INF \ classes \ .class

4. reference file PATH

WebContent \ WEB-INF \ lib \ .jar

5. .html, .jsp PATH

WebContent \ .html