Deploy a website downloaded from internet using wget (Tomcat 8.0 RC)

2013-09-17 Thread Vikram Singh
Hi I downloaded a website say test.org using wget utility. Now I want to deploy in Apache Tomcat 8.0 RC. That I have done it. But I want to do in this manner that I want to access test.org locally from my browser as if I am browsing on the internet because links in the test.org refers to itself.

Re: Deploy a website downloaded from internet using wget (Tomcat 8.0 RC)

2013-09-17 Thread Albert Kam
Why not create a local copy with the links converted ? Take a look at http://stackoverflow.com/questions/6348289/download-a-working-local-copy-of-a-webpage On Wed, Sep 18, 2013 at 12:09 AM, Vikram Singh vsp1...@gmail.com wrote: Hi I downloaded a website say test.org using wget utility. Now I

Re: Deploy a website downloaded from internet using wget (Tomcat 8.0 RC)

2013-09-17 Thread Nicholas Violi
Hi Vikram, But I want to do in this manner that I want to access test.org locally from my browser as if I am browsing on the internet because links in the test.org refers to itself. Because when I click any link it goes to Internet and not to my locally saved website. You should be able to