Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Client side HTML to server

 
Thread Tools Search this Thread
Old 06-16-2006, 06:52 PM   #1
Default Client side HTML to server


I have an application written only in html with javascript. Everything
is on client side.
I want to make it web-based, and will be installing tomcat as the
server.

There are around 15 html pages in the app.

What is the easiest way to migrate and get started.
I have completed the the installation of tomcat. Now where do I place
all the html pages, what new code do i need to write? How easy or
difficult is the migration? What are the steps I need to follow? Any
links for this?

Thank you
Jas



jas
  Reply With Quote
Old 06-16-2006, 07:25 PM   #2
Jim Moe
 
Posts: n/a
Default Re: Client side HTML to server

jas wrote:
> I have an application written only in html with javascript. Everything
> is on client side.
> I want to make it web-based, and will be installing tomcat as the
> server.
>
> What is the easiest way to migrate and get started.
> I have completed the the installation of tomcat. Now where do I place
> all the html pages, what new code do i need to write? How easy or
> difficult is the migration? What are the steps I need to follow? Any
> links for this?
>

- Purchase a domain name.
- Rent some space on a hosting service
- Add your domain name to host provider's DNS server
- If the links in your pages are all relative to the DocumentRoot (Apache
server term), of the style "/path-to-link/link.html", simply recreate the
directory structure at the remote site and upload the files.
- If the links are of the style
"http://example.com/path-to-link/link.html", you must edit all of the
files to replace "example.com" with your new domain name.
That's about it. Although why you need Tomcat if you are have only HTML
and JS pages?

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
  Reply With Quote
Old 06-16-2006, 07:30 PM   #3
TC
 
Posts: n/a
Default Re: Client side HTML to server


jas wrote:
> I have an application written only in html with javascript.


Please try not to multi-post:

http://tc2.atspace.com/0012-UsingUse...m#Multiposting

TC (MVP MSAccess)
http://tc2.atspace.com

  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump