We're currently using Apache, Tomcat, MS SQL Server, and Jonas EJB server.
Everything is working fine so far. We are not yet production but our
application has been used by several users at once and runs for days before
being shut down for upgrade. In production we will need to support 1-2
hundred concurrent users (users, not requests). I expect us to achieve that
with our current setup.
Our HTML interface is mostly JSP. A single main servlet delegates incoming
HTTP requests to an appropriate "toolkit". The toolkit makes calls to EJB
beans, creates beans for its associated JSP page, and then invokes the JSP.
Toolkits only talk to session beans (no entity beans are made available to
clients, only session beans). Our session beans use entity beans for data
access. Our entity beans employ bean-managed persistence.
We use Tomcat as a drop-in replacement for the JServ servlet engine. Tomcat
talks AJP v1.2 to mod_jserv.
This setup actually works with either JDK 1.1.7B or JDK 1.2.2. Should run
on either Linux or Windows (but I think the JDBC driver we're using only
works with JDK 1.1.7B on Linux).
We've been very productive with this arrangement. However, we've had a lot
of prior experience with the tools we're using. We've already climbed a
rather steep learning curve. IMHO open source software is harder to use
than commercial software.
food for thought. I'd be interested to hear others impressions of this
arrangement.
ted stockwell
> -----Original Message-----
> From: Dustin Aleksiuk [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, December 14, 1999 6:27 PM
> To: [EMAIL PROTECTED]
> Subject: JSP, Java 2, and App Servers
>
> Hello Everyone,
>
> I'd really like to hear about any success stories regarding JSP
> implementations on various systesms. We've got a very large JSP/Java
> application that we're having trouble getting working in a production
> environment. Everything works perfectly in the Jswdk environment.
>
> We've tried:
> Oracle App Server on NT and Solaris
> GNU JSP 1.0 on Solaris and Linux
> Weblogic on Solaris
>
> The major problem is that we use a lot of Java2 in our app, and the above
> three servers can't handle that. I hope I'm wrong. We've had success
> with
> Sun's Java Web server, but we're interested in seeing what's out there.
>
> Thanks,
>
> Dustin Aleksiuk
>
> ==========================================================================
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html