> From: Ashwin D [mailto:[EMAIL PROTECTED] 
> Our application resides on a machine which does not
> have a direct connection to the internet. So, I have
> changed all the references to dtds to be on the local
> machine.

If you leave the dtds alone, and leave them inside the .jar files, and
refer to them with the URI, (which may look like a URL, but isn't,) then
they will be located automatically with no connection to the internet.
[I think.  See below.]

So, this:

 <!DOCTYPE tiles-definitions PUBLIC
       "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
       "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";>

will actually retrieve the dtd from inside the struts.jar file, where
the tiles-config_1_1.dtd file lives.  Unless I still don't understand
how this works, there is no need to do anything special.  (Granted I've
never had to work 'offline' and am still using Tomcat 4.1.  But since
nobody answered your prior message I figured I'd give it a shot.)

Craig posted a detailed explanation of how this all works not too long
ago, in response to a inquiry I made here.  Unfortunately, none of the
archives is cooperating with me right now, perhaps someone else can turn
it up.

Were you having problems that prompted you to make these changes?

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 


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

Reply via email to