Thread: tomcat xml
View Single Post
  #1 (permalink)  
Old 06-25-2007, 09:38 PM
Ed Ed is offline
Senior Member
 
Join Date: Jun 2007
Posts: 110
Ed is on a distinguished road
tomcat xml
I'm starting with tomcat, I installed eclipse 3.2 and tomcat 5.5.
I created a project
I checked "can update server xml file"
When I create the project this is the structure:
Code:
-->Project_Name --> JRE System Library[jre1.5.0_10] --> servlet-api.jar - TOMCAT_HOME\common\lib\-<dir> --> jasper-runtime.jar - TOMCAT_HOME\common\lib - <dir> --> jsp-api.jar - TOMCAT_HOME\common\lib - <dir> --> WEB-INF/src -->work -->WEB-INF --> lib
In the tutorial says that WEB-INF directory must appear these xml:
- .classpath
- .cvsignore
- .project
Is that right? DO I have to create these xml?
thanks
Reply With Quote
Sponsored Links