Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Java Servlet API 2.2 not supported in Oracle's Apache Jserv

Re: Java Servlet API 2.2 not supported in Oracle's Apache Jserv

From: C. Ferguson <c_ferguson_at_rationalconcepts.com>
Date: Fri, 19 Apr 2002 02:13:53 -0700
Message-ID: <3CBFDFD1.8D6CCF33@rationalconcepts.com>


Hi,
  FYI and the disclaimer that I haven't done this one... yet...   Tomcat docs indicate you can set tomcat to work with the Apache webserver. You'd have to dig into the docs to see how tomcat would service the servlet requests and not JServ in Apache.

  Something that I have done. Disable the apache webserver that is deployed with the db and installed resin webserver/servlet engine. www.caucho.com. That webserver is always supporting the latest servlet api.

hth,
Cindy

"Vladimir M. Zakharychev" wrote:

> Servlet API v2.2 will be supported in upcoming 9iAS R2. For now, your only
> option is to use latest non-Oracle Apache distribution with Tomcat - I am
> not sure that it's possible to replace the servlet engine shipped with Oracle
> HTTP Server.
>
> Corrections are welcome.
>
> --
> Vladimir Zakharychev (bob@dpsp-yes.com) http://www.dpsp-yes.com
> Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications.
> All opinions are mine and do not necessarily go in line with those of my employer.
>
> "Tony McClure" <email_at_tonymcclure.co.uk> wrote in message news:a9n9ip$sas$1_at_helle.btinternet.com...
> > The pre-configured Apache web server in Oracle 9i does not appear to support
> > the Java Servlet API 2.2. (i.e. in Jserv). My Java servlet classes work fine
> > in an IDE using Tomcat 3.2.1., until I transfer the servlet classes to the
> > pre-configured servlet directory in Oracles Apache Jserv directory. Hence I
> > can't run them for real using a browser.
> >
> > I'm new to Apache (and fairly new to Java) and would be interested to know
> > if its the norm to re-configure the issued Apache server? I have tried to
> > amend the CLASSPATH wrapper in file jserv.properties file to use a 2.2
> > version of ..servlet.jar, but it still fails.
> >
> > I'm developing using jBuilder5 and there's no problem within the IDE. Its a
> > pity I can't deploy it on a web site!!
> >
> > Any help would be appreciated - I've run out of ideas.
> >
> > Tony McClure
> >
> >
Received on Fri Apr 19 2002 - 04:13:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US