QUOTE (WebDeveloper @ Nov 4 2008, 04:18 PM)

Has anyone deployed servlets in the Pro package? The Pro package supports servlets, but they don't give you access to edit the web.xml file. How is one supposed to deploy servlets then?
You can upload your servlets (typically .java and .class files) to /htdocs/servlets and execute them by addressing
http://domain.com/servlets/ServletName (do not include file extension when executing)
A test servlet is created on all supported packages called Hello (http://domain.com/servlets/Hello)