David H. DeWolf wrote: > Graham, > > Thanks again for your input. I have just checked in a fix that should > resolve many of your problems. The fix allows the user to specify the > app server installation directory on the command line and removes the > confusing default: > >>From now on, to install, do the following: > > mvn pluto:install -DinstallDir=path/to/app_server_home
Some further information following my previous report (the one with many attachments)... I Tomcat-undeployed all the pluto components (and deleted a leftover pluto.xml file in conf/catalina/localhost), updated my copy of Pluto code from SVN, and did a complete re-installation following the revised procedure. The above command seemed to work just fine [1]. When I browse to http://localhost:8080/pluto, I get the old familiar 404 error. When I browse to http://localhost:8080/localhost, I get the "Hello world" page. I'm still seeing the errors at startup. #g -- [1] Log from "mvn pluto:install ..." [[ D:\Work\OxfordCS\Pluto-1.1>cd pluto-util D:\Work\OxfordCS\Pluto-1.1\pluto-util>mvn pluto:install -DinstallDir="C:/DEV/Apache Software Foundation/Tomcat 5.5" [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'pluto'. [INFO] ---------------------------------------------------------------------------- [INFO] Building Pluto [INFO] task-segment: [pluto:install] [INFO] ---------------------------------------------------------------------------- [INFO] [pluto:install] [INFO] Installing Pluto to: C:\DEV\Apache Software Foundation\Tomcat 5.5 [INFO] Copying D:\Work\OxfordCS\Pluto-1.1\pluto-util\..\pluto-portal\src\main\resources\pluto.xml to C:\DEV\Apache Softw are Foundation\Tomcat 5.5\conf\Catalina\localhost [INFO] Copying D:\Work\OxfordCS\Pluto-1.1\pluto-util\..\pluto-testsuite\src\main\resources\testsuite.xml to C:\DEV\Apach e Software Foundation\Tomcat 5.5\conf\Catalina\localhost [INFO] Copying C:\DEV\M2\repository\org\apache\pluto\pluto-container\1.1-SNAPSHOT\pluto-container-1.1-SNAPSHOT.jar to C: \DEV\Apache Software Foundation\Tomcat 5.5\shared\lib [INFO] Copying C:\DEV\M2\repository\portlet-api\portlet-api\1.0\portlet-api-1.0.jar to C:\DEV\Apache Software Foundation \Tomcat 5.5\shared\lib [INFO] Copying C:\DEV\M2\repository\org\apache\pluto\pluto-descriptor-impl\1.1-SNAPSHOT\pluto-descriptor-impl-1.1-SNAPSH OT.jar to C:\DEV\Apache Software Foundation\Tomcat 5.5\shared\lib [INFO] Copying C:\DEV\M2\repository\castor\castor\0.9.6\castor-0.9.6.jar to C:\DEV\Apache Software Foundation\Tomcat 5.5 \shared\lib [INFO] Copying C:\DEV\M2\repository\org\apache\pluto\pluto-descriptor-api\1.1-SNAPSHOT\pluto-descriptor-api-1.1-SNAPSHOT .jar to C:\DEV\Apache Software Foundation\Tomcat 5.5\shared\lib [INFO] Copying C:\DEV\M2\repository\xerces\xmlParserAPIs\2.6.2\xmlParserAPIs-2.6.2.jar to C:\DEV\Apache Software Foundat ion\Tomcat 5.5\common\endorsed [INFO] Copying C:\DEV\M2\repository\xerces\xercesImpl\2.6.2\xercesImpl-2.6.2.jar to C:\DEV\Apache Software Foundation\To mcat 5.5\common\endorsed [INFO] Copying D:\Work\OxfordCS\Pluto-1.1\pluto-util\..\pluto-portal\target\pluto-portal.war to C:\DEV\Apache Software F oundation\Tomcat 5.5\webapps [INFO] Copying D:\Work\OxfordCS\Pluto-1.1\pluto-util\..\pluto-testsuite\target\pluto-testsuite.war to C:\DEV\Apache Soft ware Foundation\Tomcat 5.5\webapps [INFO] ---------------------------------------------------------------------------- [INFO] BUILD SUCCESSFUL [INFO] ---------------------------------------------------------------------------- [INFO] Total time: 10 seconds [INFO] Finished at: Tue Oct 25 17:30:50 BST 2005 [INFO] Final Memory: 3M/7M [INFO] ---------------------------------------------------------------------------- D:\Work\OxfordCS\Pluto-1.1\pluto-util> ]] -- Graham Klyne Research Technology Service Oxford University Computing Services
