|
List Info
Thread: Re: website integration
|
|
| Re: website integration |

|
2008-03-05 07:59:08 |
|
Ok, Things are starting to make a lot more
sense now.
So I should be able to use document.location
= within my www.mySite.com/blogs.jsp
page to load up the pebble pages. (is this correct?)
Only other thing then needed is some
template fiddeling.
Thanks for the feedback thus far (all).
Has been much help.
Luke
From:
pebble-user-bounces lists.sourceforge.net
[mailto:pebble-user-bounces lists.sourceforge.net] On Behalf Of Tor Helland
Sent: 05 March 2008 13:44
To: Mailing list for Pebble weblog
users
Subject: Re: [pebble-user] website
integration
I deploy Pebble in the
ROOT folder. I once tried also deploying another war in its own folder
alongside ROOT. I could access it without problems (none during cursory
testing). So I had this situation:
Main site (Pebble): www.mysite.com
Sub-site (webmail): www.mysite.com/webmail
As for programming more integration into the setup in such a situation, I am
blank, and cannot help.
-tor
2008/3/5, Luke O'Sullivan
< luke.osullivan hobsons.co.uk">luke.osullivan hobsons.co.uk>:
Hi Simon.
The way I see it, if it is deployed as a separate application, once I
then go live and a user does click on a link to a blog, they will then
be directed over to a new url where the pebble application is installed.
Ie. If the pebble application is setup as www.mySite2.com
and my website
is www.mySite.com
Or is there a way for me to pull data from www.mySite2.com
into
www.mySite.com/blogs.jsp?
Thanks once again,
Luke
-----Original Message-----
From: pebble-user-bounces lists.sourceforge.net">pebble-user-bounces lists.sourceforge.net
[mailto: pebble-user-bounces lists.sourceforge.net">pebble-user-bounces lists.sourceforge.net]
On Behalf Of Simon
Brown
Sent: 05 March 2008 13:16
To: Mailing list for Pebble weblog users
Subject: Re: [pebble-user] website integration
Why do you need Pebble deployed at
http://localhost:8080/mySite/pebble?
What's the issue with deploying
it as a separate web application?
Simon
On Wed, Mar 5, 2008 at 1:05 PM, Luke O'Sullivan
< luke.osullivan hobsons.co.uk">luke.osullivan hobsons.co.uk>
wrote:
>
>
>
>
> Hi John,
>
>
>
> That will work if I drop it within the tomcat webapp folder but not if
I
> drop it within my website webapp folder.
>
> To clarify.
>
>
>
> The server path to my tomcat webapp is:
>
> /opt/apache-tomcat-5.5.23/webapps/
>
>
>
> If I drop the war file here then it unpacks no problem.
>
>
>
> Within that folder I have my website mapped as ROOT.
>
> /opt/apache-tomcat-5.5.23/webapps/ROOT/webapp
>
>
>
> If I drop the war file within this webapp then it will no unpack.
>
>
>
> By mapping to the root it enables me to have the URL
http://localhost:8080/
> but to ease confusion lets say that my website resolves to:
>
> http://localhost:8080/mySite
>
> Given this, if I unpack the war file at:
/opt/apache-tomcat-5.5.23/webapps/
> I will then have
>
> http://localhost:8080/mySite
>
> and
>
> http://localhost:8080/pebble
>
>
>
> With this setup I have no idea how a page,
> http://localhost:8080/mySite/blogs.jsp
for example, would be able to
> reference and list my blogs which are located over at
> http://localhost:8080/pebble
>
>
>
> What I am actually trying to achieve is
http://localhost:8080/mySite/pebble
>
>
>
> Thanks,
>
> Luke
>
>
>
>
>
> ________________________________
>
>
> From: pebble-user-bounces lists.sourceforge.net">pebble-user-bounces lists.sourceforge.net
> [mailto: pebble-user-bounces lists.sourceforge.net">pebble-user-bounces lists.sourceforge.net]
On Behalf Of John
Preston
> Sent: 05 March 2008 12:26
>
>
> To: Mailing list for Pebble weblog users
> Subject: Re: [pebble-user] website integration
>
>
>
>
>
> You need to put your pebble.war file inside the webapps directory and
it
> will expand itself into /webapps/pebble/... the next time tomcat is
started.
>
> John
>
>
> On Wed, Mar 5, 2008 at 7:08 AM, Luke O'Sullivan
> < luke.osullivan hobsons.co.uk">luke.osullivan hobsons.co.uk>
wrote:
>
> Hi Simon,
>
> I now see what you mean.
>
> My problem is, I already have a site deployed and I want pebble
to be
> deployed within my site.
> So for example
> http://localhost:8080/ currently
resolves to my website.
> http://localhost:8080/jforum
resolves to my websites forum
> http://localhost:8080/data
resolves to my backend CMS
> I now want http://localhost:8080/pebble
to resolve to the pebble
blog.
>
> The overall aim is to have my blog fit seamlessly into my
website so
> that for example the top navigation of my site would be.
> Home | advice | events | forums| news | blogs
>
> When a user then clicks on blogs they are not transported to a
different
> domain or server but just have my site blogs listed right
there.
> Thus keeping my URL intact.
>
> Is this possible?
> If I just create a directory named pebble within my websites
webapps
> folder and then deploy the war file there, nothing happens.
>
> Thanks,
> Luke
>
> -----Original Message-----
> From: pebble-user-bounces lists.sourceforge.net">pebble-user-bounces lists.sourceforge.net
> [mailto:lists.sourceforge.net">pebble-user-bounces lists.sourceforge.net]
On Behalf Of Simon
> Brown
> Sent: 05 March 2008 11:54
> To: Mailing list for Pebble weblog users
> Subject: Re: [pebble-user] website integration
>
> All you need to do is follow the instructions for deploying
Pebble as
> described here -> | |