Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Project directory setup in JDeveloper

Status
Not open for further replies.

fernie255

Programmer
Jun 4, 2001
2
US
Hi,
I'm doing JSP development in jdev and will be moving my project to Tomcat. Can anyone tell me the directory structure to use for my project? Tomcat expects a directory structure similar to:
Code:
  webapps\MyProject
  webapps\MyProject\web-inf\classes
  webapps\MyProject\web-inf\lib
Should I use a similar structure for my project in Jdev or does it even matter since I have the option to deploy a project as a jar? Thanks in advance.

-fernie255
 
I generally use one directory for all of my source that coincides with development and repository needs and then have an additional directory for my deployment. I haven't used JAR files for deployment into Tomcat would appreciate your experience on that if possible. It would make it cleaner I would assume.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top