Hi,

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.

The struts & the tiles config file reference their 
dtds in the same directory.

<!DOCTYPE tiles-definitions PUBLIC
     "...."
     "tiles_config_1_1.dtd"
>

This works fine with Struts. However, Tiles throws an
exception at runtime about not being able to get the
DTD. Also, Tiles tries to look for the DTD in the
directory from which Tomcat was started. 

for e.g. if tomcat is started from /usr/app, Tiles
tries to look for the DTD in /usr/app

It looks like a bug with Tiles. I am wondering if
there is a known patch / fix to correct this problem.

I am using Struts 1.1 (official release) with Tomcat
5.0.19. 

Ashwin. 


                
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 

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

Reply via email to