reset password
Author Message
swu4
Posts: 10
Posted 23:37 Jan 16, 2012 |

This might sound ridiculous, but where are the files that are to be uploaded to CS3?

Gayaneh
Posts: 40
Posted 00:05 Jan 17, 2012 |

If you created HelloServlet under webtest.servlet package then you can find the class file  under build\classes\webtest\servlet folder.

For HelloJSTL.jsp , look under webtest\WebContent  (assuming webtest is the project name), also you will find WEB-INF directory, which should be uploaded along with .jsp file.

Good Luck!

- Gayaneh

swu4
Posts: 10
Posted 11:10 Jan 17, 2012 |

Thanks...