Raj-

do a netstat -a to see if the connection is being used if not
telnet to the IP:Ajp13Port and let us know the results
Regards,

Martin Gainty

______________________________________________
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relating to the official business of Sender and is proprietary to Sender. It is confidential, legally privileged and protected by law. Sender does not own and endorse any other content.
(mobile) 617-852-7822
(http)www.laconiadatasystems.com





From: "Raj Tilak" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
To: [EMAIL PROTECTED], user@struts.apache.org
Subject: Re: bean:include doesn't work but jsp:include does[Scanned]
Date: Thu, 19 May 2005 00:30:50 +0000
MIME-Version: 1.0
X-Originating-IP: [65.54.174.200]
X-Originating-Email: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
Received: from mail.apache.org ([209.237.227.199]) by mc7-f4.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 18 May 2005 18:12:24 -0700
Received: (qmail 64391 invoked by uid 500); 19 May 2005 00:31:05 -0000
Received: (qmail 64361 invoked by uid 99); 19 May 2005 00:31:05 -0000
Received: pass (hermes.apache.org: domain of [EMAIL PROTECTED] designates 65.54.174.17 as permitted sender)
Received: from bay103-f7.bay103.hotmail.com (HELO hotmail.com) (65.54.174.17) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 18 May 2005 17:31:03 -0700
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 18 May 2005 17:30:51 -0700
Received: from 65.54.174.200 by by103fd.bay103.hotmail.msn.com with HTTP;Thu, 19 May 2005 00:30:50 GMT
X-Message-Info: JGTYoYF78jHjjW/2eaWgzjQr/c45LJ9ukQ7J7WbsdJA=
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:user@struts.apache.org>
List-Id: "Struts Users Mailing List" <user.struts.apache.org>
Delivered-To: mailing list user@struts.apache.org
X-ASF-Spam-Status: No, hits=2.3 required=10.0tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,FROM_ENDS_IN_NUMS,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS
X-Spam-Check-By: apache.org
X-OriginalArrivalTime: 19 May 2005 00:30:51.0247 (UTC) FILETIME=[0291DFF0:01C55C0A]
X-Virus-Checked: Checked
Return-Path: [EMAIL PROTECTED]


yes I do have,
it works fine on localhost
only on public domain it doesn't connect
even normal HttpConnection doesn't connect in jsp file directly

thanks
Panchasheel

From: Dakota Jack <[EMAIL PROTECTED]>
Reply-To: Dakota Jack <[EMAIL PROTECTED]>
To: Struts Users Mailing List <user@struts.apache.org>
Subject: Re: bean:include doesn't work but jsp:include does[Scanned]
Date: Wed, 18 May 2005 12:03:25 -0700

Do you have the taglib uri and prefix specified on your jsp page?

On 5/18/05, James Mitchell <[EMAIL PROTECTED]> wrote:
> You sent the below to taglibs-user@jakarta.apache.org, which is not a Struts
> mailing list, it is for the Taglibs project under Jakarta. However, I see
> where you did send something similar to this list a few days ago.
>
> Did you not get a response on it?
>
> --
> James Mitchell
> Software Engineer / Open Source Evangelist
> Consulting / Mentoring / Freelance
> EdgeTech, Inc.
> http://www.edgetechservices.net/
> 678.910.8017
> AIM: jmitchtx
> Yahoo: jmitchtx
> MSN: [EMAIL PROTECTED]
>
> ----- Original Message -----
> From: "Raj Tilak" <[EMAIL PROTECTED]>
> To: <Administrator>
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, May 18, 2005 12:16 PM
> Subject: Re: bean:include doesn't work but jsp:include does[Scanned]
>
> >I did ask this question on struts user list, the to address says
> >[EMAIL PROTECTED]
> >
> > Could you please let me know, it looks like a configuration of the server
> > or network,
> > even in jsp if I write a simple HttpConnection to a test page,
> > the connection.connect() method fails to connect after opening the
> > connection with url.openConnection.
> >
> > Thanks
> > Panchasheel
> >
> >>From: "James Mitchell" <[EMAIL PROTECTED]>
> >>Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
> >>To: "Tag Libraries Users List" <taglibs-user@jakarta.apache.org>
> >>CC: "Struts Users Mailing List" <user@struts.apache.org>
> >>Subject: Re: bean:include doesn't work but jsp:include does
> >>Date: Tue, 17 May 2005 23:27:19 -0400
> >>
> >>First, you should ask on the proper list. That would be the Struts Users
> >>List (CC'd on this reply).
> >>
> >>I'll help you over there.
> >>
> >>
> >>
> >>--
> >>James Mitchell
> >>Software Engineer / Open Source Evangelist
> >>Consulting / Mentoring / Freelance
> >>EdgeTech, Inc.
> >>http://www.edgetechservices.net/
> >>678.910.8017
> >>AIM: jmitchtx
> >>Yahoo: jmitchtx
> >>MSN: [EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >>----- Original Message ----- From: "Gandle, Panchasheel"
> >><[EMAIL PROTECTED]>
> >>To: <taglibs-user@jakarta.apache.org>
> >>Sent: Tuesday, May 17, 2005 8:04 AM
> >>Subject: bean:include doesn't work but jsp:include does
> >>
> >>
> >>bean:include fails when deployed to production on proper domain,
> >>it works fine on local host.
> >>
> >>bean:include is not able to connect to proper server/port, it gives
> >>java.net.ConnectException: Tried all: '1' addresses, but could not
> >>connect over HTTP to server: 'servername: port'
> >>
> >>although the servername and port printed in exception are right.
> >>This works fine with jsp:include.
> >>
> >>Does anybody encountered this and resolved it.
> >>Reply would be highly appreciable.
> >>
> >>Thanks
> >>Panchasheel
> >>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to