RE: Running Tomcat+Struts w/o internet connection

2001-07-15 Thread Craig R. McClanahan
On Thu, 28 Jun 2001, Maxime Soucy wrote: I was facing the same problem depending on the way I was buiding my war file. -If I made a copy of all the files and folder required for the my war file in a specific folder (a copy of my Css/*, Jpg/*, *.jsp, and Web-inf/*) and then made : war

Re: More on running Tomcat+Struts w/o internet connection

2001-06-26 Thread Hartmut Bernecker
Hello, I'm also interested in a solution of that problem. Admittedly the subject-matter is not the struts-config.dtd but rather any dtd of any (custom) xml-document struts works with. TIA Thomas Burns schrieb: My coworker posted the original question in the Running Tomcat+Struts w/o

More on running Tomcat+Struts w/o internet connection

2001-06-25 Thread Thomas Burns
My coworker posted the original question in the Running Tomcat+Struts w/o internet connection thread, but since I'm the one trying to overcome this particular problem, I thought I'd add some more detail. First off, we're using Tomcat 3.2.1 or 3.2.2 (not sure) and Struts 1.0. The DOCTYPE line

Running Tomcat+Struts w/o internet connection

2001-06-22 Thread James Howe
We are trying to run Tomcat + Struts to run our web application without an external internet connection. We are running into a problem because our struts-config.xml has an external reference to the struts-config DTD. What is the proper way to modify struts-config.xml to reference a locally

RE: Running Tomcat+Struts w/o internet connection

2001-06-22 Thread Liang Li
//DTD Struts Configuration 1.0//EN file://c:/{where_your_DTD_is}/struts-config_1_0.dtd I think that will work. -Original Message- From: James Howe [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 10:30 AM To: [EMAIL PROTECTED] Subject: Running Tomcat+Struts w/o internet

RE: Running Tomcat+Struts w/o internet connection

2001-06-22 Thread Liang Li
Of course you can use relative directory, and put the DTD file into your war. -Original Message- From: Hartmut Bernecker [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 11:52 AM To: [EMAIL PROTECTED] Subject: Re: Running Tomcat+Struts w/o internet connection Hi, I think

RE: Running Tomcat+Struts w/o internet connection

2001-06-22 Thread DHarty
To: '[EMAIL PROTECTED]' Subject: RE: Running Tomcat+Struts w/o internet connection Of course you can use relative directory, and put the DTD file into your war. -Original Message- From: Hartmut Bernecker [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 11:52 AM To: [EMAIL PROTECTED] Subject

Re: Running Tomcat+Struts w/o internet connection

2001-06-22 Thread Craig R. McClanahan
On Fri, 22 Jun 2001, James Howe wrote: We are trying to run Tomcat + Struts to run our web application without an external internet connection. We are running into a problem because our struts-config.xml has an external reference to the struts-config DTD. What is the proper way to

Re: Running Tomcat+Struts w/o internet connection

2001-06-22 Thread Dan Miser
://www.distribucon.com - Original Message - From: Liang Li [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 22, 2001 10:02 AM Subject: RE: Running Tomcat+Struts w/o internet connection Open the struts-config.xml, change the head !DOCTYPE struts-config PUBLIC -//Apache

Re: Running Tomcat+Struts w/o internet connection

2001-06-22 Thread James W. Howe
I believe we are using Tomcat 3.2.1. At 11:04 AM 06/22/2001 -0700, you wrote: On Fri, 22 Jun 2001, James Howe wrote: We are trying to run Tomcat + Struts to run our web application without an external internet connection. We are running into a problem because our struts-config.xml has