On Fri, May 28, 2004 at 04:38:48PM +0300, Eyup TEKIN wrote:
: i have a sistem running apache 2.x **tomcat 4.x *** mod_jk .how can i
: migrate my web site to tomcat.5x and apache 2.x(latest version)
I have a (brief) Tomcat 4->5 upgrade doc on my website at
http://www.BrandXDev.net
: my aim is to make website so portable that when apache and tomcat release
: new version
: i can upgrade my system easily.is it possible ?
Yes -- a lot of this has to do with system and application architecture.
- systems arch: keep the Tomcat install, Apache install, and code
(WAR file, web doc root) separate. This lets them vary
independently.
- app arch: Stick closely with the servlet spec and other Java/web
standards.
This is all pretty general advice, but then again, the deep decisions
are pretty app-specific. =)
-QM
--
software -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]