--- Mladen Turk <[EMAIL PROTECTED]> wrote:

> Dola Woolfe wrote:
> > Hi,
> >
> > I have built a website with Tomcat, but all the
> pages
> > are essentially static, as there are no forms,
> etc. I
> > used JSP because I have libraries that produce
> HTML.
> >
> > Now I want to move the pages to a webhost that
> doesn't
> > support JSP so basically I need to convert my
> pages to
> > static.
> >
> > "wget -m" works, but it saves my pages with a .jsp
> > extension, which conuses many broswers so what I
> > basically need is "wget -m --convert-jsp-to-html".
> > Does anything like that exist?
> >
> >   
> 
> What's wrong with
> wget tomcat.apache.org -O tomcat.main.page.html ?
> or
> wget http://www.java.com/en/download/manual.jsp -O
> manual.html
> 
> Regards,
> Mladen
> 

I need to recursively traverse the entire website and
replace jsp with html in all embedded links.


      
____________________________________________________________________________________
Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, 
and more!
http://tv.yahoo.com/collections/3658 

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to