Hi Mukesh,

1) Do you have any way of making sure that whatever it is that you are
trying to connect to is actually up and running and accepting connections?
2) If so, then are you sure that the details you use to make the actual
connection...are correct?
3) After your second post, I feel that maybe, this is more of a development
related question and not really a Tomcat question. Am I right? Or am I
missing your issue with Tomcat here?
4) Also, keep the details coming :)

Cheers,
- Pulkit

On 12/26/05, mukesh <[EMAIL PROTECTED]> wrote:
>
> Hi friends,
>         I have found the cause of the error, in fact function is never
> gets
> called. Its throwing an error "nested exception is:
> java.net.ConnectException: Connection refused"
>
>
> Code is like this
>
> Try
> {
>         //calling function here
> }catch(Exception e)
> {
>         out.println(e.getMessage());
> }
>
> In fact I have connected tomcat 5.5.12 to apache2.0 via mod_jk.
>
> Outpus is "nested exception is: java.net.ConnectException: Connection
> refused"
>
> Please suugest the solution.
>
> Kind regards
> Mukesh Kumar
>
>
> -----Original Message-----
> From: mukesh [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 26, 2005 5:29 PM
> To: 'Tomcat Users List'
> Subject: Method returning null
>
> Hi all,
>
>
>
>             I have deployed a web service on my tomcat 5.5.12 running on
> linux7.0.  I am using axis 1.3.
>
>
>
>             I am trying to call a function which returns an integer but I
> am
> getting "null" always.
>
>
>
>             Why so? Please advice what could be the problem?
>
>
>
> Regards,
>
> Mukesh Kumar
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to