You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-user@portals.apache.org by Dominik Tarnawczyk <dt...@gmail.com> on 2006/07/31 10:23:43 UTC

problems with installation

Hi,
I would like to have a WSRP4J Producer on the Tomcat 5.5.17. I am using
jdk1.5.0_07 and I have a few problems with installing Producer. I get WSRP4J
from svn, configured  build.properties to:
maven.tomcat.home=/usr/apache-tomcat-5.5.17
 maven.tomcat.version.major=5
I used Maven 1.0.2 like there was in instructions of installation of wsrp4j
but I get BUILD FAILED for 'maven build' and 'maven deploy-producer' (I
tried 'maven deploy:producer' too) I executed this commands in wsrp4j
directory. There is an information that 'Goal 'build' does not exist in this
project' and 'Goal 'deploy:producer does not exist in this project'. I
didn't know what to do so I used Maven 2.0.4 and 'mvn install'. It ended
'build successful' but I don't have any additional directories in
<CATALINA_HOME>/webbaps.  How to know that everything is deployed into the
Tomcat ?
How to deploy new portlet or testportlet from the WSRP4J to WSRP4J Producer?
Next step on the http://portals.apache.org/wsrp4j/gettingstarted/ is to run
SwingConsumer and I tried to do it with mvn and 'maven run-swingconsumer'
(Maven 1.0.2) and I get 'build failure'. How to run SwingConsumer properly ?
Thanks,
Dominik Tarnawczyk