• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to submit project to client

 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have completed one project it is website creation. I have used eclipse IDE. I have designed in jsp and concept in java,servlet and database is MySQL . and we running in tomcat. if i wants to send to client how i wants to submit to them,because iam new to developing field, i don't know how to set url please help to solve the problem.

Thanks in advance.
 
Bartender
Posts: 1111
Eclipse IDE Oracle VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
have you done all your testing through eclipse so far?

if you have you need to learn how to make this work using tomcat, on your local machine (before you start trying it on a customer site).

to create a war file in eclipse you export it, like you would a jar file.

You will need to read tomcat documentation and come back to us when you have tried and have precise problems.
And this wont be the correct place to ask in then, maybe servlets or jsp
 
Wendy L Gibbons
Bartender
Posts: 1111
Eclipse IDE Oracle VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
and the word 'deploy' will come in usefull, for your google searches.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by " i don't know how to set url". What URL? Usually, the URL (or at least the hostname) used for a web application is assigned by the application server (Tomcat in your case) and should be of no consequence to your application.

And I think you are asking a general purpose packaging question. The answer depends heavily on what OS your customer is running. Windows customers might expect an installation program (MSI or EXE); InstallShiled can help you there. Linux customers might expect packages supported by their package manager. In either case I have at times provided a ZIP file with an Ant script that performs the installation.

The other thing you have to consider is the licensing terms of the third-party software you are shipping. Tomcat should be OK, its Apache license is very lenient. But MySQL has a GPL license which places various burdens on you, the redistributor. Make sure you understand the licensing issues before you redistribute any open source software, they are not onerous but you want to make sure you are in compliance.
 
The glass is neither half full or half empty. It is too big. But this tiny ad is just right:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic