- Dont upgrade to 5.5.27/28 not supported, causes error with portal
- Unzip core in /usr/local/tomcat
- Unzip admin in /usr/local/tomcat
- rename context.xml
- Copy tomcat-users.xml from /opt/tomcat/conf
- copy conf xml files from /opt/tomcat/conf/Catalina/localhost
- copy piocda.war, vgn-ext-templating.war to webapps folder
- copy portal directory to webapps folder
- copy setenv.sh and setvapenv.sh to bin folder
- copy jar files from /opt/tomcat/common/lib to common/lib dir
- copy workers.properties file
- chmod u+x *.sh in the bin folder
- modify catalina.properties for portal libs
- remove webapps not needed (move)
- Add configuration for server.xml (Add context paths; add emptySessionPath=true for ports; add mail resource, max threads setting, add connector for port 8010 on live stages; do a diff
- recreate symbolic link /opt/tomcat to point to new tomcat folder (ln -s /usr/local/tomcat/apache... tomcat)
- edit httpd.conf for location of workers.properties file
Thursday, January 14, 2010
Tomcat upgrade to 5.5.26 for DPM
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2010
(15)
-
▼
January
(11)
- 64 bit apache 2.2 upgrade
- QA upgrade steps (32bit)
- Apache backups when upgrading to 64bit
- QA and Prod upgrade path
- Tomcat upgrade to 5.5.26 for DPM
- Portal startup error
- My Page Link does not appear
- 7.6 upgrade: CTDs changed for ephox inline tag lic...
- Upgrade checks
- Tomcat upgrade
- Content types to index (after 7.6 upgrade, replace...
-
▼
January
(11)
1 comment:
Have you face any issue regarding running vignette 7.2 to tomcat version 6 as i am trying to upgrade there are major issue with java.lang.NoSuchMethodError: com.vignette.portal.website.linking.internal.PageContextURIParser.parse([Ljava/lang/String;)Ljava/util/Map;
Post a Comment