• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

J2EE and Web Hosting

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My current web hosting provider supports a private JVM, servlets and JSP.
Since they don't support J2EE, can I install this my self? What would I need installed to support EJB?
Thanks,
 
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And to add with Green, is there any free J2EE container like Tomcat for Servlets/JSP? Is Sun's J2sdkEE work with EJB2.0?....A downloadable link so that i can test EJBs...plz...
 
Ranch Hand
Posts: 2166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am thinking about the same.
Why not install one of the big server? You may take an evaluation download.
Here is the bea link: http://commerce.be a.com/SoftwareProductDetailWLS?SWName=WebLogic+Server+Evaluation+Software&SWVersion=Version+6.1+SP2&SWPlatform=Microsoft+Windows+NT%2F2000
Problem is that you need a lot of CPU to get it running (at least 512 MB RAM, I'll try WebSphere with 256 @home or buy more RAM if it does not work). I try IBM, because this company I steal the time from is quite IBM-related. The installation process of IBM WebSphere 4.0 is good documented: http://publib-b.boulder.ibm.com/Redbooks.nsf/RedbookAbstracts/sg246176.html?Open
O.k. its not easy. Its lots, lots, lots of download. And its better to use the integrated IDEs. But in the job-market they ask for knowledge in the big servers.
If you like the Sun reference implementation: look here (I think the server is included. I am not sure)
http://java.sun.com/j2ee/download.html
Hey. In the search for this posting I noticed that Roman: Mastering EJB2 is accessible for free download at http://www.theserverside.com
or is it , because I read too much last weeks?
Axel
[ January 17, 2002: Message edited by: Axel Janssen ]
 
You didn't tell me he was so big. Unlike this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic