COPYRIGHT RESERVED 2009 BY MAX TSAI



Visit Max Tsai at Facebook | Twitter | atom

Saturday, July 21, 2007

Pluto - just a note again

I keep missing my noted on pluto .. so, I am trying it again..
  1. Install Tomcat
  2. Install Pluto from the war distribution. Somehow, I just never feel comfortable with developing using the bundle version for any software .. since I do not know what the heck they did (i.e. extra libraries needed) or I have to run several application on one tomcat instance; so, I need to know what exactly is installed and configured.
    1. copy whatever from the pluto-xxx/lib and util/* to Tomcat/shared/lib/
    2. copy webapps/plito-portal.war to Tomcat/Pluto/
    3. create Tomcat/conf/Catalina/localhost/pluto.xml


    4. added:
      1. Tomcat/common/endorsed/:
        xercesImpl-2.6.2.jar
        xmlParserAPIs-2.6.2.jar
      2. Tomcat/shared/lib/:
        castor-1.0.jar
        portlet-api-1.0.jar

No comments:

Post a Comment