----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------



> I'm new to Jserv and I want to know How t configure Jserv to run my
> JDBC servlets every time I run a JDBC servelt I have
> 
> "SQLException caught Io exception: The network adapter could not
> established the connection"
> 
> But other JDBC applications run on this machine with the same remote
> database wit no problem
> 
> How can I configure Jserv to make the connection ?
> 
> If it's an environnement variable problem How can I fix it with Jserv?

JDBC is JDBC, whether you're opening connections within a servlet container
or plain old application.

Check your code to be certain that you are building the JDBC URL correctly.
Run in a debugger or print it to standard out.




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to