custom container problem
:)Hi,
I facing a problem that i want to maintain my website directory like suppose main directory is "www". This directory has four folder "servlet", "jsp", "ejb", "html" and one html file "index.html" each folder contains their types of file.. but when i deploy this application on j2ee server it changes the directory like all class file are inserted in web-inf>classes and all jsp and html file are inserted in www folder. Let me know what is the problem.and how to solve it.
thanks
indrajeet
|