Hi. I would like to put my servlets into a package, say com.servlets, in WEB-INF\classes folder under public_html folder. What should I write in my jsp and web.xml file to have the jsp invoking a servlet from the package? Besides, should all of my site go under public_html folder? Thanks in advance