Hi,

I have just tried to get a servlet to call a method on another class which
in turn does some JDBC-type stuff and is supposed to return a ResultSet to
the servlet for further processing. The inexplicable thing is that when I
call out to this class from a testbed application it all works fine, but
when tried from the from servlet my logs claim that I can't even get a
connection. Is there something that I should know about this? I've read some
info about servlet-to-servlet calls and it seems to imply that (aside from
an http-based call) a calling servlet cannot just refer to the other servlet
without first getting its context, &c. - If it is thus for
servlet-to-servlet calls are there restrictions on the more prosaic kind
that I am hoping to get working?

... Is it something about the security model?  I dunno!

Thanks muchly in advance,

- Spencer

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to