Hi srinath and KevinH
If I have a working servlet on my local machine (for starters just outputting static html code), and copy the war file to the zimbra server, I can't locate it with a browser.
In the WAR file is the class file WEB-INF/classes/echotest/echo.class, and it's placed in /opt/zimbra/jetty/webapps/service/echotest.war on the server
The servlet cannot be found through a browser (tried [hostname]/service/echotest/echo and a whole bunch of other combinations), and yes, it does have a doGet() method.
Same goes for copying the .class file directly to /opt/zimbra/jetty/webapps/service/WEB-INF/classes
Kevin's suggestion about putting stuff in the zimlet zip works perfectly for jsp files, but a servlet .war file in the zimlet zip is still not deployed or reachable, though it seems to be the most logical way to set things up. |