On 9/15/07, Dola Woolfe <[EMAIL PROTECTED]> wrote:

> 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.

Batch-rename all your .jsp files to .html, mass search-and-replace
all the internal links appropriately, and  configure Tomcat to process
.html files as JSPs.

Then wget the site and you're set. :-)

HTH,
-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
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