"Webcontent sample"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
2번째 줄: 2번째 줄:


==폴더 구조==
==폴더 구조==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# cd /usr/share/tomcat6/webapps/sample
[root@zetawiki ~]# cd /usr/share/tomcat6/webapps/sample
[root@zetawiki sample]# tree
[root@zetawiki sample]# tree
19번째 줄: 19번째 줄:


5 directories, 6 files
5 directories, 6 files
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 02:51 기준 최신판

Webcontent sample

1 폴더 구조[ | ]

[root@zetawiki ~]# cd /usr/share/tomcat6/webapps/sample
[root@zetawiki sample]# tree
.
|-- META-INF
|   `-- MANIFEST.MF
|-- WEB-INF
|   |-- classes
|   |   `-- mypackage
|   |       `-- Hello.class
|   `-- web.xml
|-- hello.jsp
|-- images
|   `-- tomcat.gif
`-- index.html

5 directories, 6 files

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}