Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

while using tiles along with spring i m getting following error:

java.net.UnknownHostException: tiles.apache.org

program runs fine when internet connection remains 'on' otherwise it shows above error.

can anyone provides me any hint???

Thanks...

share|improve this question
Two hints to get good answers for that question: first) add the configuration files (tiles and the part where tiles is configured in spring) as well as add the complete stack trace. second) increase your accept rate – Ralph Jan 5 '12 at 8:25
@ralph:Thanks for your tips. I m already working on increasing my acceptance rate. Actually i m not very frequent in posting questions here so it is still down. – a Learner Jan 7 '12 at 11:56

1 Answer

up vote 1 down vote accepted

the problem was occurring due to very silly mistake that i missed the "space" between "Apache Software Foundation" in :

<!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 2.1//EN" "http://tiles.apache.org/dtds/tiles-config_2_1.dtd">
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.