Hi All,

I am working on a web application in which there is a shoppping cart element
as well. I have divided the applications into 2. One is my main app (lets
call it main) & the other is the shopping cart app (lets call it shop).

I intend to deploy both these apps in Tomcat (as individual WAR files). I
have got following questions wrt this deployment option:

1) I need to maintain a common header and footer on my app pages (which will
show the links of the resources of both these apps).

How can I achieve this without duplicating the code? Is there some kind of
shared code block which can be used when either app renders the response? If
yes, then I can simply make use of it.

Can the above achieved with the help of Apache web server? I will have it in
front of my tomcat instance.

2) I need to maintain the security context between these two applications. I
have been adviced to make use of single sign on feature. I am using Spring
Security framework. I am exploring SSO with Spring security. If the group
has some tried and tested ideas on this, then please share.

rgds
Nitin

-- 
View this message in context: 
http://old.nabble.com/Common-Pages-or-parts-in-pages-tp27819853p27819853.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to