• 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

Hosting an enterprise application

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

I have with me an enterprise application with jsp, servlets, ejbs , jpa and database as oracle.
I want to make this application available on the internet (want to host it). I want to use Web logic as my Application server. Could anyone please help me what are the requirements for this and what is the process ?

Thanks in advance.
 
Ranch Hand
Posts: 859
IBM DB2 Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WebLogic I believe is licensed (not free).

You may be better off with glassfish or JBoss GA (community) J2EE application servers.

WP
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

yogessh chavaan wrote:Hello ,

I have with me an enterprise application with jsp, servlets, ejbs , jpa and database as oracle.
I want to make this application available on the internet (want to host it). I want to use Web logic as my Application server. Could anyone please help me what are the requirements for this and what is the process ?

Thanks in advance.



Do you have hardware that you can deploy to and make internet available or are you looking to host it into a cloud hosting?
 
yogessh chavaan
Greenhorn
Posts: 13
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello William , Sudhir thanks for the reply....actually i just want to know how i can make my application accessible from internet to all users....

@Sudhir , no i dont have any hardware for this. that is what my question is , what are the ways(as you mentioned one "Cloud hosting") and what is the PROCESS for hosting ?


Thanks again .
Yogesh Chavan
 
Sudhir Ravindra
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Checkout cloudbees. They do have free plans to run java web apps on the cloud. Read through their docs and happy hosting.
 
yogessh chavaan
Greenhorn
Posts: 13
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Sudhir , I will check.
 
reply
    Bookmark Topic Watch Topic
  • New Topic