On Mon, Sep 1, 2008 at 4:18 PM, Angel Tomala-Reyes <[EMAIL PROTECTED]>wrote:
> Hi. > I am looking a the customer-dojo sample in trunk and I am interested > in using it outside of a host-embedded environment. I am new to maven and > how it builds a project into specific packaging. I am building an > application that uses very similar technologies as the ones used in this > example; However, I need to deploy on Geronimo or Tomcat and for the life of > me I am not able to figure-out what jars are needed for which deployment. I > modified the pom.xml such that it is it uses tuscany-host-webapp and that it > creates a war instead of a jar, but tomcat throws errors when deploying the > resulted war file. Could you explain do I need to do to change the pom.xml > to make a correct build for tomcat or could you explain to me what jar files > are needed to be placed in the Web-INF/Lib directory of the war for this > particular example to work. > > > Angel > There is also a helloworld-dojo-webapp which shows using jsonrpc and Dojo in a webapp which works on Tomcat, you may need to include a geronimo-web.xml plan to get it working on Geronimo, there's an example of that in the calcualtor-ws-sample at https://svn.apache.org/repos/asf/tuscany/java/sca/samples/calculator-ws-webapp/src/main/webapp/WEB-INF/geronimo-web.xml ...ant
