Well the website files should have been in the Zimbra directory, or if you changed the config to point to another location.
Something tells me that the first option is true. In which case your files are probably gone, because the uninstaller removes the Zimbra Directory.
If you still have the files, are you using Tomcat for jsp pages? If not, you can easily install Apache's httpd service
yum install httpd
and put your files in the correct directory.
jh |