Ok,
I got a series of database errors that do not occur in the JWS environment:
- connection is null
- log nulled for some previous error
- lack of response
in the servlets, i settled exception.printStackTrace(out) - the PrintWriter
and it is supposed to put the error on a page. This doesn't happen. It seems
that the server is not accepting further connections. I'm about to disconnect
the connection manager and wire it up to the server to test it.
Wellington
Pierpaolo Fumagalli wrote:
> Welllington Lacerda wrote:
> >
> > Hi,
> >
> > I'm trying to deploy a servlet based app that uses Cloudscape as its
> > database. When I run a connection to a database A from a servlet,
> > everything is going well. When I try to run a second set to a database B
> > it fails.
> >
> > Everything is running well on Java Web Server but not on Apache/JServ.
> > Some details:
> >
> > - Versions : Apache 1.3.6 on FreeBSD, JDK 1.1.7, Jserv 1.0b5, Cloudscape
> > 1.5.4
> >
> > - The database connections are made from an object (not a servlet) that
> > deals with connections (a conn manager). Is it possible that JServ is
> > not dealing with this class/servlet mix ?
> >
> > - I'm using a zone to deal with the servlets/classes the database
> > (cloudscape is a java based database) and the mail api. Are one of those
> > fellows are putting Apache down ?
> >
> > Suggestions are welcome
> >
> What kind of errors does it throw??? It just don't work or you catch a
> some sort of exception???????/
>
> Pier
>
> --
> -------------------------------------------------------------
> Be sure to vote for JServ in the Java Developer's Journal
> Readers' Choice Awards Category number 2 (Apache-JServ #24)
> http://www.sys-con.com/java/readerschoice/nominationform.html
> -------------------------------------------------------------
>
> -- --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> READ THE FAQ!!!! <http://java.apache.org/faq/>
> Archives and Other: <http://java.apache.org/main/mail.html/>
> Problems?: [EMAIL PROTECTED]
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]