You are correct on the GNUJSP. Currently, we are just using Apache/JServ
although the Java developers have incorporated Tomcat into their preferred
IDE for testing (Visual Age by IBM): All of the steps for doing this are
online. However, if you use Oracle JDeveloper you already have an IDE with
this integration for testing Servlets and JSP from within the IDE window.

I do not know the best config. We have 3 Ultra 5's that will be 3 220R's,
shortly. Each one has Apache/JServ configured and the database is Oracle
8.1.5 Standard Edition on a 450 with 2 processors (Solaris 8). We are
upgrading to 8.1.6 EE in the next few weeks. The biggest issue we are having
is not related to the web servers or Apache/JServ on Solaris but to
connection pooling and the kernel/processes on the 450 where the db resides.


Since we are on SE and in dedicated server mode each connection is an Oracle
process. In other words, there is a 1  to 1 correspondance. This is killing
the 450 since, with a connection pool of size 150, say, there are 150
connections created even if most of them are idle. As the Oracle DBA I
suggested using the Oracle MTS (multi threaded server) and using the init
parameter MTS_DISPATCHERS to free the resources used by idle connections.

I hate to answer a question with a question but does anyone have any good
ideas on using Java connection pooling with Oracle 8.1.6 in MTS mode? Does
anyone have any experience and what kind of performance are you seeing on
the box where the RDBMS resides. This is a big issue for us in all of our
JSP development.

Thanks.

Ellis

PS I was part of the Java Eng department then became the DBA (since we did
not have one). I originally configured Apache/JServ on a Solaris box a while
ago and had no problems. I have seen no problems on the web server or with
Apache/JServ config at our site. We may, if we get this other bottleneck
worked out.

-----Original Message-----
From: Neal Cabage [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 13, 2000 11:54 AM
To: [EMAIL PROTECTED]
Subject: Re: JSP on Solaris


If you are using Jserv with Apache,I get the impression per my reading that
you must also install GNUJSP for JSP support.  Is this accurate?  How does
Tomcat fit into the mix?  What is the best configuration per you experience?

Thanks.
Neal



-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Ellis Miller
Sent: Wednesday, September 13, 2000 4:44 PM
To: [EMAIL PROTECTED]
Subject: Re: [JSP-INTEREST] JSP on Solaris


Apache with JServ works fine on Solaris, at least thus far.

-----Original Message-----
From: Neal Cabage [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 13, 2000 9:44 AM
To: [EMAIL PROTECTED]
Subject: JSP on Solaris


I generally have worked with JSP on NT thus far.  Can anyone tell me how it
compares to working with JSP on Solaris?  I presume there is native Java
support in Solaris, so no need to install a JVM.  How about for application
servers?  What's the best way to go there?  Apache with Jserver?  Or
something else?

Thanks.
Neal

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to