Re: Stuts behind a firewall.

2001-08-05 Thread Craig R. McClanahan
On Tue, 31 Jul 2001, Bill Clinton wrote: > Craig, > You say that "you should be able to run with no problems, without > trying to access the network." But it seems to me that the internal > DTDs are used only after an attempt to access them via the network times > out. Am I mistaken on

Re: Stuts behind a firewall.

2001-07-31 Thread Bill Clinton
Craig, You say that "you should be able to run with no problems, without trying to access the network." But it seems to me that the internal DTDs are used only after an attempt to access them via the network times out. Am I mistaken on this? It seems that when I start my server (either

Re: Stuts behind a firewall.

2001-07-30 Thread Craig R. McClanahan
Struts maintains internal copies of the DTDs it uses (for struts-config.xml and web.xml). As long as you use the correct public identifier on your configuration files (and your XML parser is correctly implemented) you should be able to run with no problems, without trying to access the network fr

Stuts behind a firewall.

2001-07-16 Thread Grant Davies
Hi, I'm trying to test our first struts app with weblogic and our web.xml file goes out to sun for the DTD to validate the web.xml file We are behind a firewall that uses a proxy on port 8080 for http requests, but our proxy requires us to login every time a new HTTP session is invoked. Is ther