Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 81164 invoked from network); 22 Aug 2005 13:50:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Aug 2005 13:50:20 -0000 Received: (qmail 66883 invoked by uid 500); 22 Aug 2005 13:49:53 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 66745 invoked by uid 500); 22 Aug 2005 13:49:52 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 66684 invoked by uid 99); 22 Aug 2005 13:49:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2005 06:49:52 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.38.58] (HELO web50304.mail.yahoo.com) (206.190.38.58) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 22 Aug 2005 06:50:09 -0700 Received: (qmail 82249 invoked by uid 60001); 22 Aug 2005 13:49:49 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=49SFB8YKCnw4g4FG/hnpZ6V/80IGuotNdX/Z9ga+pKKzVs3JDnXHRWCLcsFovS4zOi+/iNQnIK7WUVj/A7mGJPiyGMbK+6eV6Ny2NEbV7e5f12saMGXkqkYptk9/yKtIfXC7vY4VFmKS9j/1QCLyZrLZ/hioHIOIjhDlS8NyTlY= ; Message-ID: <20050822134949.82247.qmail@web50304.mail.yahoo.com> Received: from [192.76.82.90] by web50304.mail.yahoo.com via HTTP; Mon, 22 Aug 2005 06:49:48 PDT Date: Mon, 22 Aug 2005 06:49:48 -0700 (PDT) From: Sunjay Gunda Subject: Re: Unable to access application if I am on VPN To: Tomcat Users List , hwadechandler-apache@yahoo.com In-Reply-To: <20050820184148.50085.qmail@web31105.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thank you for everyone's input. It worked for me from your suggestions. I downloaded the struts.dtd and pointed my struts-config.xml to that location, but it was giving a weird error. Then I commented out the reference itself in struts-config.xml and it is working fine now. Cool, Thanks for everyone. Sunjay --- Wade Chandler wrote: > --- Brian Cook wrote: > > > > > Hmmmmm Could you configure the firewall to reroute > > the JVM request > > thought the proxy? > > > > > > Len Popp wrote: > > > Can you download the DTD to the server and point > > the config file at > > > the local copy? > > > > > > That must be possible, otherwise you couldn't > run > > an application on an > > > intranet that's not connected to the WWW. > > > > > > -- > > Brian Cook > > Digital Services Analyst > > Print Time Inc. > > bcook@printtime.com > > 913.345.8900 > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > tomcat-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: > tomcat-user-help@jakarta.apache.org > > 1) > There is no guarentee the call will be from a > standard > URLConnection subclass like HttpURLConnection to get > the XML entity from the XML parser, so you'll have > to > figure out what is used to make the call over the > web > for the XML entity (DTD/schema) Does struts use a > specific parser, or does it use the JVM standard > setup > parser by calling the javax.xml classes, can you > find > out which parser is used, and how it accesses the > internet....could use something like Apache HTTP > client instead of URLConnection from the JVM...setup > would be different for changing the proxy? > > 2) > If the only problem is the DTD and Schema lookups > you > can ask how do I get access to the "XML Entity > Resolver" for Struts or Tomcat (make that the > subject > in the respective lists) as I don't think their is a > way to do this specifically for a web application, > so > more than likely you want the struts entity > resolver, > but can't hurt to add them to the Tomcat one as > well. > For all DTD and Schema paths (URIs) you are using > you > can add a local path to the entity resolver for > those > http paths. This will keep the XML parser from > going > out to the internet for certain DTD/Schema > locations. > This should be more efficient anyways as the > entities > won't be downloaded from the internet. > > Those look like the only options for you, obviously > your organization uses a proxy, so getting around > that > probably won't be an option for you, so you have to > not go out on the net for the entity resolution > (meaning you need access to the Entity Resolver > being > used or need to be able to set it) or you have to go > through your proxy. > > Wade > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: > tomcat-user-help@jakarta.apache.org > > ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org