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:
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'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
-fernie255