You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Roland Carlsson <ro...@alfa-moving.se> on 2005/02/14 14:39:57 UTC

Build a portal

Hi!

I have built an intranet for a while now and have build everything in small
discrete parts that are quite independat of each other. Using the Single
sign on valve made it easy to integrate the parts and since we are using a
frameset the menus wasn't a problem.

Now we are going to replace our frameset with includes and now I forsee a
pain in the neck keeping look and feel consistent since I don't have the
framset but have to keep a copy of the common components in every web-app.

I am really hoping that I have missed something but isn't there a way to
have common components in one place only?

Thanks in advance
Roland Carlsson


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Build a portal

Posted by Jason Bainbridge <jb...@gmail.com>.
On Mon, 14 Feb 2005 14:39:57 +0100, Roland Carlsson
<ro...@alfa-moving.se> wrote:
> Hi!
> 
> I have built an intranet for a while now and have build everything in small
> discrete parts that are quite independat of each other. Using the Single
> sign on valve made it easy to integrate the parts and since we are using a
> frameset the menus wasn't a problem.
> 
> Now we are going to replace our frameset with includes and now I forsee a
> pain in the neck keeping look and feel consistent since I don't have the
> framset but have to keep a copy of the common components in every web-app.
> 
> I am really hoping that I have missed something but isn't there a way to
> have common components in one place only?

Not really a Tomcat question and it isn't very clear exactly what you
are after but I am guessing you might want to use something like the
ROOT webapp to store all the common & static files and then you can
refer to them with absolute links like href=/media/images/logo.gif

Regards,
-- 
Jason Bainbridge
KDE - Conquer Your Desktop - http://kde.org
KDE Web Team - webmaster@kde

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org