Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Client side HTML to server

Reply
Thread Tools

Client side HTML to server

 
 
jas
Guest
Posts: n/a
 
      06-16-2006
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

 
Reply With Quote
 
 
 
 
Jim Moe
Guest
Posts: n/a
 
      06-16-2006
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
 
 
 
 
TC
Guest
Posts: n/a
 
      06-16-2006

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

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to execute client-side code _after_ client-side validation? Bogdan ASP .Net 2 06-09-2008 01:31 PM
Client side script after client side validation with asp.net 2.0 Boss302 ASP .Net 0 11-21-2006 08:43 AM
client-side browser timeout OR server-side web server timeout?? (please help) jrefactors@hotmail.com HTML 1 01-04-2005 06:13 AM
client-side browser timeout OR server-side web server timeout?? (please help) jrefactors@hotmail.com Javascript 0 01-04-2005 04:06 AM
client-side browser timeout OR server-side web server timeout?? (please help) jrefactors@hotmail.com Java 0 01-04-2005 04:06 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57