The Artima Developer Community
Sponsored Link

Java Buzz Forum
upgrade pebble 1.4 to 1.5 - phase one

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
scot mcphee

Posts: 75
Nickname: scotartt
Registered: Feb, 2004

Scot Mcphee is a Java/J2EE developer for Kaz Technology Services in Sydney, Australia.
upgrade pebble 1.4 to 1.5 - phase one Posted: Aug 2, 2004 6:35 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by scot mcphee.
Original Post: upgrade pebble 1.4 to 1.5 - phase one
Feed Title: SystemExxception()
Feed URL: http://www.autonomous.org/pebble/systemexxception/rss.xml?category=Java
Feed Description: java design and culture by scot mcphee
Latest Java Buzz Posts
Latest Java Buzz Posts by scot mcphee
Latest Posts From SystemExxception()

Advertisement
  1. shutdown tomcat.
  2. cd $bloghome; tar cvf ~blogcontent.tar .
  3. cd $TOMCAT_HOME/webapps; mv blog blog.1.4
  4. tar cvf ~/blogapp.tar blog.1.4
  5. cd ~/;unzip pebble-1.5.zip; mkdir $TOMCAT_HOME/webapps/blog; cd $TOMCAT_HOME/webapps/blog; jar xvf ~/pebble-1.5/pebble-weblog/pebble.war
  6. cd WEB-INF; vi web.xml
  7. edit values of display-name, description, and context-params for blog.dir and blog.url
  8. add pebble-admin role to my tomca 8 t-users. 1a65 xml
  9. attempt to re-start tomcat and login to blog!

"first

Well blow me down its works great! It looks a bit crap though, I will change the theme to a default one and reconstitute my custom theme by carefully studying the new features. The basic detail is there though! Some of the style names must have changed though.

I wonder if I can post this entry from w.bloggar as per normal ...

Read: upgrade pebble 1.4 to 1.5 - phase one

Topic: AK-47 IP Previous Topic   Next Topic Topic: Re: Dumb User (was Re: Linux's Curse)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use