• 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 to make my java web service online?

 
Greenhorn
Posts: 9
Netbeans IDE Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I have been develop a java web service by net bean, it work well, but the question is how to make work online, there is any free host for it?

P/S: I am using glassfish server in my net bean.

Best regard,
 
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See https://coderanch.com/how-to/java/ServletsFaq#hosting for list of Java hosters; one purports to be free, but generally, you get what you pay for.
 
Be Khuong
Greenhorn
Posts: 9
Netbeans IDE Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Moores wrote:See https://coderanch.com/how-to/java/ServletsFaq#hosting for list of Java hosters; one purports to be free, but generally, you get what you pay for.



But how to make it online?
 
Tim Moores
Saloon Keeper
Posts: 7585
176
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By signing up with one of these hosting companies and installing a Java web app that includes your WS. I'd start by getting the WS to run inside your local servlet container, without any IDE.
 
Be Khuong
Greenhorn
Posts: 9
Netbeans IDE Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Moores wrote:By signing up with one of these hosting companies and installing a Java web app that includes your WS. I'd start by getting the WS to run inside your local servlet container, without any IDE.



OK! I got it! Thank you and have a nice day!
reply
    Bookmark Topic Watch Topic
  • New Topic