• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how do i publish a site

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Experts, i developed a web applications using jsp and servlet. Now i want to publish the site and i have
downloaded ftp.Please how do i publish the site so as to ensure that my database is running.
1.mysql database is at C:\Program Files\MySQL\MySQL Server 5.0
2.mysql-connector is at C:\mysql-connector-java-5.0.4
3.my application is at C:\Tomcat 6.0\



please how do i arrage the work. Secondly, is there any site where i can publish it for free as regards to testing
because this the first site am trying to host.

thanks all
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch.
You probably aren't going to be hosting your application from your local machine, so you should look into how to export your database schema and any required data. Our Servlet FAQ has a list of Java-friendly hosting companies, several of which are free.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic