Re: Unable to access application if I am on VPN

2005-08-22 Thread Sunjay Gunda
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 everyo

Re: Unable to access application if I am on VPN

2005-08-20 Thread Wade Chandler
--- Brian Cook <[EMAIL PROTECTED]> wrote: > > Hm 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

FW: Unable to access application if I am on VPN

2005-08-20 Thread Hayes, Wes
-Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: Saturday, August 20, 2005 10:04 AM To: Tomcat Users List Subject: Re: Unable to access application if I am on VPN Hm Could you configure the firewall to reroute the JVM request thought the proxy? Len Popp

Re: Unable to access application if I am on VPN

2005-08-20 Thread Brian Cook
Hm 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 t

Re: Unable to access application if I am on VPN

2005-08-20 Thread Len Popp
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. -- Len On 8/19/05, Martin Wood <[EMAIL PROTECTED]> wrote: > So, i think the issue is getting tomcat

Re: Unable to access application if I am on VPN

2005-08-19 Thread Martin Wood
So, i think the issue is getting tomcat (well, the JVM) to use your proxy. Im not really sure where to start with that tbh. From what i know the jre should just use the IE proxy settings (assuming the control panel still has 'use browser settings' checked.) But i dont know what the standard b

Re: Unable to access application if I am on VPN

2005-08-19 Thread Sunjay Gunda
I was thinking along the same lines of struts unable to reach jakarta.apache.org. But, I can access all the web sites even if I am connected to office through VPN (We do that browsing by using a proxy script path mentioned under Internet Options->Connections->LAN Settings : Use automatic configurat

Re: Unable to access application if I am on VPN

2005-08-19 Thread Martin Wood
I think its a basically a DNS / route problem, triggered by the search for a DTD within struts (i think its struts, but dont hold me to that) When you connect to your VPN there is no route to jakarta.apache.org as the error says : java.net.UnknownHostException: jakarta.apache.org At a guess,

Re: Unable to access application if I am on VPN

2005-08-19 Thread Sunjay Gunda
Tomcat is running on my local machine. Application is using MYSQL database and it is also on my local box. Whenever I connect to office through VPN and try to access the application that is hosted on my local box, then I get this error in addition to what I mentioned before Aug 19, 2005 4:36:30 P

Re: Unable to access application if I am on VPN

2005-08-19 Thread Brian Cook
Are you saying you are taking the PC that runs Tomcat home with you and it does not work at home? Or are you trying to connect to Tomcat running at the office from anther PC at home? If it is the second one then you need to use the actual IP or domain instead of just localhost. What other

Unable to access application if I am on VPN

2005-08-19 Thread Sunjay Gunda
Hello All, I am new to Tomcat. I am using the following for my application Tomcat : 5.0.28 Java : 1.4.2_08 Struts : 1.1 Windows XP. I am able to access my application that is hosted on my local box. http://localhost:8080/XYZ/loginForm.jsp I connect through VPN for my office w