reset password
Author Message
Yuan-Yu
Posts: 21
Posted 19:36 Jan 12, 2015 |

Hello,

I have a problem with uploading my files to CS3. I successfully uploaded them to CS3 at the first time, and they worked. However, "the servlets" are not working now(cannot find the pages) after I deleted all the folders under my account and then uploaded them again. My CS3 account folder is as the following attachment now. Is there anything I did it wrong? Thank you.

Yuan-Yu

Attachments:
Last edited by Yuan-Yu at 19:41 Jan 12, 2015.
cysun
Posts: 2935
Posted 20:49 Jan 12, 2015 |

Read the Deployment on CS3 section in Web Development with Eclipse and Tomcat, particularly the part about web.xml. Basically Tomcat monitors the web.xml file in your application folder and will only reload your project when the timestamp of web.xml changes. So when you upload files, always upload web.xml last; and when you update your project, remember to re-upload web.xml (the content of web.xml doesn't need to change).

Yuan-Yu
Posts: 21
Posted 21:00 Jan 12, 2015 |

Hello,

It works now. Thank you so much.

Yuan-Yu