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