List Info

Thread: tomcat and pebble 2.3




tomcat and pebble 2.3
country flaguser name
Netherlands
2008-03-09 10:37:12
Simon,

Please note somewhere that one needs to setup a mail session
with tomcat
5.5 to be able to run pebble 2.3. With pebble 2.2 one does
not need it.
To save people from some searching (I needed too  )

Add the following to the $TOMCAT/conf/context.xml:
--
<Resource name="mail/Session"
auth="Container"
            type="javax.mail.Session"
            mail.smtp.host="localhost"/>
--
In the <Context> block

then download mail.jar and activation.jar from 
http://java.sun.com/products/javamail/downloads/index.
html
and
http://java.sun.com/products/javabeans/glasgow/jaf.html
extract the two jars and copy them to $TOMCAT/common/lib.

Restart tomcat and you are all setup: http://www.ronsmits.or
g/pebble 

Ron



------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user


Re: tomcat and pebble 2.3
country flaguser name
United Kingdom
2008-03-11 15:41:03
Thanks Ron. This isn't intentional so I'm uploading a 2.3.1
version  
that fixes this. You *should*  only
need to do this if you want to  
enable e-mail integration (i.e. send e-mails when people
leave  
comments or when new blog entries are posted).

Cheers
Simon

On 9 Mar 2008, at 15:37, Ron Smits wrote:

> Simon,
>
> Please note somewhere that one needs to setup a mail
session with  
> tomcat
> 5.5 to be able to run pebble 2.3. With pebble 2.2 one
does not need  
> it.
> To save people from some searching (I needed too  )
>
> Add the following to the $TOMCAT/conf/context.xml:
> --
> <Resource name="mail/Session"
auth="Container"
>            type="javax.mail.Session"
>            mail.smtp.host="localhost"/>
> --
> In the <Context> block
>
> then download mail.jar and activation.jar from
> http://java.sun.com/products/javamail/downloads/index.
html
> and
> http://java.sun.com/products/javabeans/glasgow/jaf.html
> extract the two jars and copy them to
$TOMCAT/common/lib.
>
> Restart tomcat and you are all setup: http://www.ronsmits.org/

> pebble 
>
> Ron
>
>
>
>
------------------------------------------------------------
-------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Pebble-user mailing list
> Pebble-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pebble-user



------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user


Readable links
user name
2008-03-11 15:54:08
Hello,

Is there an ability in Pebble to create link to blog entry
like in the following 
post:
http://weblogs.asp.net/scottgu/archive/2006/12/10/gotc
ha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.
aspx
As you can see the last part of the URL to this entry just
contains full post 
title assembled by - symbol.

AFAK the pages with such URLs will have bigger rating when
scanned by Google.
--
With the best regards, Sergiy Korzh.
http://devtools.korzh.com 


------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user


Re: Readable links
country flaguser name
United Kingdom
2008-03-11 16:07:31
Pebble has a TitlePermalinkProvider implementation (see the
online  
help for more details, Permalink Providers) that generates
links like  
this : http://www.simongbrown.com/blog/2008/03/07/pe
bble_2_3_released.html

It's a simple change if you wanted to write a provider that
uses  
dashes instead of underscores.

Cheers
Simon

On 11 Mar 2008, at 20:54, Sergiy Korzh wrote:

> Hello,
>
> Is there an ability in Pebble to create link to blog
entry like in  
> the following
> post:
> http://weblogs.asp.net/scottgu/archive/2006/12/10/gotc
ha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.
aspx
> As you can see the last part of the URL to this entry
just contains  
> full post
> title assembled by - symbol.
>
> AFAK the pages with such URLs will have bigger rating
when scanned  
> by Google.
> --
> With the best regards, Sergiy Korzh.
> http://devtools.korzh.com
>
>
>
------------------------------------------------------------
-------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Pebble-user mailing list
> Pebble-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pebble-user



------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user


Re: Readable links
user name
2008-03-12 03:35:05
Hello,

Thank you. I have created new class for that:
TitleDashPermalinkProvider.java
Could you suggest: what is the most quick way to compile it
and include this new 
class into my current installation of Pebble?
--
With the best regards, Sergiy Korzh.
http://devtools.korzh.com


----- Original Message ----- 
From: "Simon Brown" <simongbrowngmail.com>
To: "Mailing list for Pebble weblog users"
<pebble-userlists.sourceforge.net>
Sent: Tuesday, March 11, 2008 11:07 PM
Subject: Re: [pebble-user] Readable links


> Pebble has a TitlePermalinkProvider implementation (see
the online
> help for more details, Permalink Providers) that
generates links like
> this : http://www.simongbrown.com/blog/2008/03/07/pe
bble_2_3_released.html
>
> It's a simple change if you wanted to write a provider
that uses
> dashes instead of underscores.
>
> Cheers
> Simon
>
> On 11 Mar 2008, at 20:54, Sergiy Korzh wrote:
>
>> Hello,
>>
>> Is there an ability in Pebble to create link to
blog entry like in
>> the following
>> post:
>> http://weblogs.asp.net/scottgu/archive/2006/12/10/gotc
ha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.
aspx
>> As you can see the last part of the URL to this
entry just contains
>> full post
>> title assembled by - symbol.
>>
>> AFAK the pages with such URLs will have bigger
rating when scanned
>> by Google.
>> --
>> With the best regards, Sergiy Korzh.
>> http://devtools.korzh.com
>>
>>
>>
------------------------------------------------------------
-------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio
2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> Pebble-user mailing list
>> Pebble-userlists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/pebble-user

>
>
>
------------------------------------------------------------
-------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Pebble-user mailing list
> Pebble-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pebble-user
 


------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user


Re: tomcat and pebble 2.3
country flaguser name
Japan
2008-03-26 10:14:48
Hi Simon,

Thanks for uploading the 2.3.1 and it works perfectly now
without the 
need to consider those mail stuff!

However I wonder if this version is considered to be
current/stable 
release? As on the pebble top page I still see 2.3(.0)
sitting there. I 
didn't know 2.3.1 is already on sourceforge until I went to
the download 
section curiously..

Anyway thanks for your wonderful work!

Alex

Simon Brown wrote:
> Thanks Ron. This isn't intentional so I'm uploading a
2.3.1 version  
> that fixes this. You *should*  only
need to do this if you want to  
> enable e-mail integration (i.e. send e-mails when
people leave  
> comments or when new blog entries are posted).
>
> Cheers
> Simon
>
> On 9 Mar 2008, at 15:37, Ron Smits wrote:
>
>   
>> Simon,
>>
>> Please note somewhere that one needs to setup a
mail session with  
>> tomcat
>> 5.5 to be able to run pebble 2.3. With pebble 2.2
one does not need  
>> it.
>> To save people from some searching (I needed too
 )
>>
>> Add the following to the $TOMCAT/conf/context.xml:
>> --
>> <Resource name="mail/Session"
auth="Container"
>>            type="javax.mail.Session"
>>           
mail.smtp.host="localhost"/>
>> --
>> In the <Context> block
>>
>> then download mail.jar and activation.jar from
>> http://java.sun.com/products/javamail/downloads/index.
html
>> and
>> http://java.sun.com/products/javabeans/glasgow/jaf.html
>> extract the two jars and copy them to
$TOMCAT/common/lib.
>>
>> Restart tomcat and you are all setup: http://www.ronsmits.org/

>> pebble 
>>
>> Ron
>>
>>
>>
>>
------------------------------------------------------------
-------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio
2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> Pebble-user mailing list
>> Pebble-userlists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/pebble-user

>>     
>
>
>
------------------------------------------------------------
-------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Pebble-user mailing list
> Pebble-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pebble-user

>   

------------------------------------------------------------
-------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216
239;13503038;w?http://sf.net/marketplace
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user


Re: tomcat and pebble 2.3
user name
2008-03-26 10:27:59
Yes, sorry about that, I never updated the static website.


On Wed, Mar 26, 2008 at 3:14 PM, Alex Fung <eealexgmail.com> wrote:
> Hi Simon,
>
>  Thanks for uploading the 2.3.1 and it works perfectly
now without the
>  need to consider those mail stuff!
>
>  However I wonder if this version is considered to be
current/stable
>  release? As on the pebble top page I still see 2.3(.0)
sitting there. I
>  didn't know 2.3.1 is already on sourceforge until I
went to the download
>  section curiously..
>
>  Anyway thanks for your wonderful work!
>
>  Alex
>
>
>
>  Simon Brown wrote:
>  > Thanks Ron. This isn't intentional so I'm
uploading a 2.3.1 version
>  > that fixes this. You *should*  only
need to do this if you want to
>  > enable e-mail integration (i.e. send e-mails when
people leave
>  > comments or when new blog entries are posted).
>  >
>  > Cheers
>  > Simon
>  >
>  > On 9 Mar 2008, at 15:37, Ron Smits wrote:
>  >
>  >
>  >> Simon,
>  >>
>  >> Please note somewhere that one needs to setup
a mail session with
>  >> tomcat
>  >> 5.5 to be able to run pebble 2.3. With pebble
2.2 one does not need
>  >> it.
>  >> To save people from some searching (I needed
too 
)
>  >>
>  >> Add the following to the
$TOMCAT/conf/context.xml:
>  >> --
>  >> <Resource name="mail/Session"
auth="Container"
>  >>           
type="javax.mail.Session"
>  >>           
mail.smtp.host="localhost"/>
>  >> --
>  >> In the <Context> block
>  >>
>  >> then download mail.jar and activation.jar
from
>  >> http://java.sun.com/products/javamail/downloads/index.
html
>  >> and
>  >> http://java.sun.com/products/javabeans/glasgow/jaf.html
>  >> extract the two jars and copy them to
$TOMCAT/common/lib.
>  >>
>  >> Restart tomcat and you are all setup: http://www.ronsmits.org/

>  >> pebble 
>  >>
>  >> Ron
>  >>
>  >>
>  >>
>  >>
------------------------------------------------------------
-------------
>  >> This SF.net email is sponsored by: Microsoft
>  >> Defy all challenges. Microsoft(R) Visual
Studio 2008.
>  >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>  >>
_______________________________________________
>  >> Pebble-user mailing list
>  >> Pebble-userlists.sourceforge.net
>  >> https://lists.sourceforge.net/lists/listinfo/pebble-user

>  >>
>  >
>  >
>  >
------------------------------------------------------------
-------------
>  > This SF.net email is sponsored by: Microsoft
>  > Defy all challenges. Microsoft(R) Visual Studio
2008.
>  > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>  > _______________________________________________
>  > Pebble-user mailing list
>  > Pebble-userlists.sourceforge.net
>  > https://lists.sourceforge.net/lists/listinfo/pebble-user

>  >
>
> 
------------------------------------------------------------
-------------
>  Check out the new SourceForge.net Marketplace.
>  It's the best place to buy or sell services for
>  just about anything Open Source.
>  http://ad.doubleclick.net/clk;164216
239;13503038;w?http://sf.net/marketplace
>
>
> _______________________________________________
>  Pebble-user mailing list
>  Pebble-userlists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/pebble-user

>

------------------------------------------------------------
-------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216
239;13503038;w?http://sf.net/marketplace
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user


[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )