Re: [Zope] Zope and Tomcat
There is a plan to integrate the java technology (mainly JSP & servlet) into the Zope engine in order to use only one web extension for the content management and java program. Christophe
From: "J. Atwood" <jatwood@bwanazulia.com> To: Christophe Lombart <clombart@hotmail.com>, <zope@zope.org> Subject: Re: [Zope] Zope and Tomcat Date: Thu, 27 Jul 2000 10:49:18 -0400
To start you might want to look at some benchmarking I did between Zope and Tomcat
http://www.zope.org/Members/BwanaZulia/zope_benchmarks/tomcat1.html (1 of 4 rounds)
To answer your question though, since Zope can sit behind Apache (cgi based, proxy pass, etc) and Tomcat can sit behind Apache (writes its own config file NOTE TO DC THIS IS REALLY NICE!) you should be able to mix and match. Tomcat will not server Zope and Zope will not serve Tomcat but you could get them to talk to the same databases and serve off the same instance of Apache.
Good luck.
J
From: "Christophe Lombart" <clombart@hotmail.com> Date: Thu, 27 Jul 2000 16:25:05 CEST To: zope@zope.org Subject: [Zope] Zope and Tomcat
Hi all,
I'm currently analysing this wonderfull product named Zope and I'm wondering if it is possible to integrate Zope with the JSP technology via why not Tomcat. The reason is the devevelopment team has a good experience with JSP and our current project - write in java - should plugged in a portal like ZOPE can do !
Thanks you for your information Christophe Lombart
________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
That is a seriously lofty goal, but good luck. J
From: "Christophe Lombart" <clombart@hotmail.com>
There is a plan to integrate the java technology (mainly JSP & servlet) into the Zope engine in order to use only one web extension for the content management and java program.
Christophe
participants (2)
-
Christophe Lombart -
J. Atwood