For the servlet container you can use either Tomcat or JBoss with the Apache
Portable Runtime. Performance will be similar to using Apache as a frontend,
but is simpler to setup.
http://labs.jboss.com/jbossweb/index.html

As for whether to go with Tomcat or JBoss, perhaps that will depend on
whether it is likely you will want other J2EE features, eg JMS. I've tended
to settle on JBoss because those extra libraries are there if I need them.

Mark

-----Original Message-----
From: beam [mailto:[EMAIL PROTECTED] 
Sent: Friday, 28 September 2007 12:24 AM
To: [email protected]
Subject: Wicket + Hibernate + Spring + Terracotta + Tomcat + Apache


Hello everybody!
I've used wicket, spring jdbc and tomcat in my last project.
Now, we want to start a web project, some kind of social network. And we'll
go to use wicket as a web framework, hibernate for persistence and spring
for DI. So, this project must be deployed on a cluster. I've decided to use
Open Terracotta for this kind of cluster. But I don't know which app.
server(JBoss) or servlet container(Tomcat?) to use. This is a first
question. Second, as far as I know, tomcat or any app. server like JBoss
isn't a very good solution to deliver static content(e.g. images, video or
even *.css files), so I decide to use Apache Web Server or Nginx as a
Frontend, and terrcotta cluster with Tomcats(or JBoss) for dynamic backend.
But, I don't have enough experience to do this :) So, I need an advise, how
to do this, maybe one of you, java-guru, can help me?

And third, I want to use C-JDBC(Sequoia) to cluster mysql database - is it a
good solution for DB clustering, or better to use mysql 5.1 with native
cluster support?

Thank you very much for any kind of answers, and sorry for my bad english :)
-- 
View this message in context:
http://www.nabble.com/Wicket-%2B-Hibernate-%2B-Spring-%2B-Terracotta-%2B-Tom
cat-%2B-Apache-tf4528720.html#a12922367
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to