i have done a project in eclipse,and i m able to deploy and use the servlets from within the eclipse environment. my servlets are all functioning from
http://localhost:8080/Report/ServletName
. I exported this project as a .WAR file. how do I deploy this WAR in a tomcat 6 setup on my ubuntu machine. and will the servlets still be available at the same address(http://localhost:8080/Report/ServletName
).
So this all began in trying to get Coldfusion9 portlets to run under Liferay, just like examples that I ve seen running JBOSS: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSC00E3E9C-DC24-...