reset password
Author Message
talisunep
Posts: 140
Posted 18:01 Jan 23, 2013 |

Dr Sun
when we upload the projects do we need to upload the web.xml file every time? there is no touch function in filezilla so will re uploading the xml file do the job

also if my package is 


package cs320.hw1servlet; and project name webtest

when uploading on the server under the classes folder
do i create under class folder  since i have two packages one for servlet and the other for my model class
webtest>cs320>hw1servlet>
webtest>cs320>hw1model>
to upload my project files?
am i doing it the correct way?
 

cysun
Posts: 2935
Posted 20:14 Jan 23, 2013 |

1. yes, upload web.xml every time, and do it after you upload all other files.

2. The directory structure under WEB-INF/classes on CS3 should match the directory structure on your computer under build/classes.

talisunep
Posts: 140
Posted 20:14 Jan 23, 2013 |

its working now... i just followed the order of the folders structure from eclipse... thank you