List Info

Thread: Re: website integration




Re: website integration
user name
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-bounceslists.sourceforge.net [mailto:pebble-user-bounceslists.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.osullivanhobsons.co.uk">luke.osullivanhobsons.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-bounceslists.sourceforge.net">pebble-user-bounceslists.sourceforge.net
[mailto: pebble-user-bounceslists.sourceforge.net">pebble-user-bounceslists.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.osullivanhobsons.co.uk">luke.osullivanhobsons.co.uk> wrote:
>;
>
>
>
> Hi John,
&gt;
>
>
>; That will work if I drop it within the tomcat webapp folder but not if
I
&gt; 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.
&gt;
> /opt/apache-tomcat-5.5.23/webapps/ROOT/webapp
>
>
>;
> If I drop the war file within this webapp then it will no unpack.
>
>
>
&gt; 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
>
>
>
&gt; With this setup I have no idea how a page,
&gt; 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
>
>
>
&gt; What I am actually trying to achieve is
http://localhost:8080/mySite/pebble
>
>
&gt;
> Thanks,
>
> Luke
>;
>
>
>
>
&gt; &nbsp;________________________________
>
>
&gt; From: pebble-user-bounceslists.sourceforge.net">pebble-user-bounceslists.sourceforge.net
> [mailto: pebble-user-bounceslists.sourceforge.net">pebble-user-bounceslists.sourceforge.net] On Behalf Of John
Preston
 Sent: 05 March 2008 12:26
&gt;
>
 To: Mailing list for Pebble weblog users
&gt; &nbsp;Subject: Re: [pebble-user] website integration
>
>
>
>
&gt;
> 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
>
&gt;
> On Wed, Mar 5, 2008 at 7:08 AM, Luke O'Sullivan
> < luke.osullivanhobsons.co.uk">luke.osullivanhobsons.co.uk> wrote:
>;
> Hi Simon,
&gt;
>&nbsp; I now see what you mean.
&gt;
>&nbsp; My problem is, I already have a site deployed and I want pebble to be
>&nbsp; deployed within my site.
&gt; &nbsp;So for example
> &nbsp;http://localhost:8080/ &nbsp;currently resolves to my website.
 http://localhost:8080/jforum resolves to my websites forum
&gt; &nbsp;http://localhost:8080/data resolves to my backend CMS
>  ;I now want http://localhost:8080/pebble to resolve to the pebble
blog.
>
>&nbsp; The overall aim is to have my blog fit seamlessly into my website so
>&nbsp; that for example the top navigation of my site would be.
>  ;Home | advice | events | forums| news | blogs
&gt;
>&nbsp; When a user then clicks on blogs they are not transported to a
different
>&nbsp; domain or server but just have my site blogs listed right there.
>&nbsp; Thus keeping my URL intact.
>
>  ;Is this possible?
; If I just create a directory named pebble within my websites webapps
&gt; &nbsp;folder and then deploy the war file there, nothing happens.
>
>; &nbsp;Thanks,
 Luke
>
&gt; &nbsp;-----Original Message-----
>&nbsp; From: pebble-user-bounceslists.sourceforge.net">pebble-user-bounceslists.sourceforge.net
>&nbsp; [mailto:lists.sourceforge.net">pebble-user-bounceslists.sourceforge.net] On Behalf Of Simon
&gt; &nbsp;Brown
> &nbsp;Sent: 05 March 2008 11:54
&gt; &nbsp;To: Mailing list for Pebble weblog users
&gt; &nbsp;Subject: Re: [pebble-user] website integration
>
> &nbsp;All you need to do is follow the instructions for deploying Pebble as
>&nbsp; described here -> http://pebble.sourceforge.net/installation.html and
>&nbsp; then tweak the look & feel once everything is up and running.
>
; Cheers
>&nbsp; Simon
>
>&nbsp; On Wed, Mar 5, 2008 at 11:50 AM, Luke O'Sullivan
>&nbsp; &lt; luke.osullivanhobsons.co.uk">luke.osullivanhobsons.co.uk> wrote:
>; &nbsp;> Hi Simon,
&gt; &nbsp;>
> &nbsp;>&nbsp; That sounds like a viable solution. I was just in the process of
>&nbsp; trying
&gt; &nbsp;>&nbsp; that out.
>; &nbsp;> ; My question would be:
>  ;>  Would I just drop the entire pebble folder to that location (ie.
The
>&nbsp; >; &nbsp;themes, folder, WEB-INF folder, common folder etc. &nbsp;pretty much
>; &nbsp;> ; everything that falls out of the WAR file) and thus creating the
>  ;>  www.mysite.com/pebble by default. Or would I need to pull out all
>  ;files
&gt; &nbsp;>&nbsp; from the pebble WEB-INF section and place them within the WEB-INF
> &nbsp;folder
>&nbsp; >; &nbsp;for "mysite"?
 >
; >  ;Hope this makes sense.
&gt; &nbsp;>&nbsp; Thanks for the speedy reply,
&gt; &nbsp;>
> &nbsp;>&nbsp; Luke
>&nbsp; >
>  ;>
>; &nbsp;>
&gt; &nbsp;>&nbsp; -----Original Message-----
>&nbsp; &gt; &nbsp;From: lists.sourceforge.net">pebble-user-bounceslists.sourceforge.net
>&nbsp; &gt; &nbsp;[mailto:lists.sourceforge.net">pebble-user-bounceslists.sourceforge.net] On Behalf Of
Simon
>&nbsp; >; &nbsp;Brown
&gt; &nbsp;>&nbsp; Sent: 05 March 2008 11:23
&gt; &nbsp;>&nbsp; To: Mailing list for Pebble weblog users
&gt; &nbsp;>&nbsp; Subject: Re: [pebble-user] website integration
>&nbsp; &gt;
>&nbsp; &gt; &nbsp;Hi Luke,
&gt; &nbsp;>
&gt; &nbsp;>&nbsp; What sort of integration are you looking for? The simplest way to
do
> &nbsp;>&nbsp; what you are trying to achieve is to deploy Pebble as a standalone
>&nbsp; >; &nbsp;application underneath /pebble and then make the look and feel
match
>&nbsp; &gt; &nbsp;that of your existing website. Would that work for you?
>; &nbsp;>
&gt; &nbsp;>&nbsp; Cheers
>&nbsp; > &nbsp;Simon
; >
>&nbsp; >; &nbsp;On Wed, Mar 5, 2008 at 11:20 AM, Luke O'Sullivan
>&nbsp; &gt; &nbsp;<hobsons.co.uk">luke.osullivanhobsons.co.uk> wrote:
>; &nbsp;> ; >
>&nbsp; >; &nbsp;>
&gt; &nbsp;>&nbsp; >;
>&nbsp; &gt; &nbsp;>
&gt; &nbsp;>&nbsp; &gt; Hi,
>  ;>  >
; >  ;>
>; &nbsp;> ; >
>&nbsp; >; &nbsp;> I am trying to integrate Pebble within my existing website.
 >&nbsp; >
>  ;>  > Preferably as a sub domain,&nbsp; ie. www.mysite.com/pebble being the
>  ;>  location
>&nbsp; > &nbsp;> where the blogs are listed.
> &nbsp;>&nbsp; &gt;
>&nbsp; > &nbsp;>
 >&nbsp; >
>  ;>  > My current setup is tomcat 5.5, mysql 5 and the site is coded
using
>&nbsp; > &nbsp;jsp and
>  ;>  > servlets.
; >  ;>
>; &nbsp;> ; >
>&nbsp; >; &nbsp;>
&gt; &nbsp;>&nbsp; >; Any help would be much appreciated as thus far I can only find
>; &nbsp;> ; information
&gt; &nbsp;>&nbsp; &gt; on installing pebble as a stand alone application.
 >&nbsp; >
>  ;>  >
; >  ;>
>; &nbsp;> ; > Thanks,
> &nbsp;>&nbsp; &gt;
>&nbsp; > &nbsp;> Luke
>; &nbsp;> ; >
>&nbsp; >; &nbsp;>
&gt; &nbsp;>&nbsp; >;
>&nbsp; &gt; &nbsp;>
&gt; &nbsp;>&nbsp; &gt;
>&nbsp; &gt; &nbsp;>
> &nbsp;>&nbsp; &gt;
>&nbsp; > &nbsp;>
 >&nbsp; >
>
**********************************************************************
&gt; &nbsp;>&nbsp; &gt;
>&nbsp; &gt; &nbsp;> This email and any files transmitted with it are confidential
and
> &nbsp;>&nbsp; &gt;
>&nbsp; > &nbsp;> intended solely for the use of the individual or entity to whom
>; &nbsp;they
&gt; &nbsp;>&nbsp; >;
>&nbsp; &gt; &nbsp;> are addressed. If you have received this email in error please
&gt; &nbsp;notify
; >  ;>
>; &nbsp;> ; > the system manager.
 >&nbsp; >
>  ;>  >
; >  ;>
>; &nbsp;> ; >
>&nbsp; >; &nbsp;>
&gt; &nbsp;>&nbsp; >; This footnote also confirms that this email message has been
swept
>&nbsp; by
>&nbsp; &gt; &nbsp;>
&gt; &nbsp;>&nbsp; &gt; MIMEsweeper for the presence of computer viruses.
> &nbsp;>&nbsp; &gt;
>&nbsp; > &nbsp;>
 >&nbsp; >
>  ;>  >
; >  ;>
>; &nbsp;> ; > www.clearswift.com
 >&nbsp; >
>  ;>  >
>
**********************************************************************
>&nbsp; &gt; &nbsp;>
> &nbsp;>&nbsp; &gt;
>&nbsp; > &nbsp;>
 >
>
------------------------------------------------------------------------
>  ;>  -
&gt; &nbsp;>&nbsp; &gt; &nbsp;This SF.net email is sponsored by: Microsoft
; >  ;>  Defy all challenges. Microsoft(R) Visual Studio 2008.
&gt; &nbsp;>&nbsp; >; &nbsp;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>  ;>  > _______________________________________________
>  ;>  >&nbsp; Pebble-user mailing list
>; &nbsp;> ; >  ;lists.sourceforge.net">Pebble-userlists.sourceforge.net
>&nbsp; &gt; &nbsp;>&nbsp; https://lists.sourceforge.net/lists/listinfo/pebble-user
>&nbsp; >; &nbsp;>
&gt; &nbsp;>&nbsp; >;
>&nbsp; &gt;
>&nbsp; &gt;
>
------------------------------------------------------------------------
> &nbsp;>
 >
; > -
>&nbsp; &gt; &nbsp;This SF.net email is sponsored by: Microsoft
; >  ;Defy all challenges. Microsoft(R) Visual Studio 2008.
>&nbsp; > &nbsp;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
&gt; &nbsp;>&nbsp; _______________________________________________
>&nbsp; &gt; &nbsp;Pebble-user mailing list
>; &nbsp;> lists.sourceforge.net">Pebble-userlists.sourceforge.net
>&nbsp; &gt; &nbsp;https://lists.sourceforge.net/lists/listinfo/pebble-user
&gt; &nbsp;>
&gt; &nbsp;>
>
------------------------------------------------------------------------
>&nbsp; -
>&nbsp; >; &nbsp;This SF.net email is sponsored by: Microsoft
; >  ;Defy all challenges. Microsoft(R) Visual Studio 2008.
>&nbsp; > &nbsp;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
&gt; &nbsp;>&nbsp; _______________________________________________
>&nbsp; &gt; &nbsp;Pebble-user mailing list
>; &nbsp;> lists.sourceforge.net">Pebble-userlists.sourceforge.net
>&nbsp; &gt; &nbsp;https://lists.sourceforge.net/lists/listinfo/pebble-user
&gt; &nbsp;>
&gt;
>
------------------------------------------------------------------------
> &nbsp;-
&gt; &nbsp;This SF.net email is sponsored by: Microsoft
; Defy all challenges. Microsoft(R) Visual Studio 2008.
&gt; &nbsp;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>; &nbsp;_______________________________________________
>; &nbsp;Pebble-user mailing list
>; &nbsp; Pebble-userlists.sourceforge.net">Pebble-userlists.sourceforge.net
>&nbsp; https://lists.sourceforge.net/lists/listinfo/pebble-user
>
>
------------------------------------------------------------------------
-
&gt; &nbsp;This SF.net email is sponsored by: Microsoft
; Defy all challenges. Microsoft(R) Visual Studio 2008.
&gt; &nbsp;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>; &nbsp;_______________________________________________
>; &nbsp;Pebble-user mailing list
>; &nbsp; Pebble-userlists.sourceforge.net">Pebble-userlists.sourceforge.net
>&nbsp; https://lists.sourceforge.net/lists/listinfo/pebble-user
>
>
>
------------------------------------------------------------------------
-
>&nbsp; This SF.net email is sponsored by: Microsoft
; Defy all challenges. Microsoft(R) Visual Studio 2008.
&gt; &nbsp;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>; _______________________________________________
>  ;Pebble-user mailing list
>; &nbsp; Pebble-userlists.sourceforge.net">Pebble-userlists.sourceforge.net
>&nbsp; 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">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">Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user




--
-------
Tor and Anne-Hilde Helland, Einerbakken 47, N-2827&nbsp; HUNNDALEN, Norway
torhelland.org">torhelland.org, helland.org">anne-hildehelland.org
Mobiles: +47 4193 6232, +47 4190 6232
http://www.helland.org/
+47 6117 7369

Hva er livet?
Det er glimtet av en ildflue om natten.
Det er pusten til en bøffel om vinteren.
Det er den lille skyggen som løper over gresset
og blir borte i solnedgangen.
-- Kråkefots siste ord (1890), Svartfotkriger og taler.

[1]

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