I have been a Tomcat guy for the longest time but from time to time I like to play with the other guys software so it was either Jetty or Glassfish. I choose Glassfish. I’ve used Glassfish before for development testing and running rails but have not had any real J2ee apps running inside. Let’s [...]
Posts Tagged ‘glassfish’
18 Nov
Mac(OSX) Jruby and Rails 2.2 — Part 2
Running webrick isn’t doing what we want… How about Tomcat? Or maybe Glassfish? Well I have heard that glassfish is VERY EASY, lets checkit out… Step 1:~$ sudo jruby -S gem install glassfishSuccessfully installed glassfish-0.9.0-universal-java1 gem installedInstalling ri documentation for glassfish-0.9.0-universal-java…Installing RDoc documentation for glassfish-0.9.0-universal-java… DONE… no I’m serious… THAT WAS IT!!! Lets start the [...]
17 Nov
Mac(OSX) Jruby and Rails 2.2
Not Sure why but I wanted to try JRuby and Rails(2.2) new threads… These are the steps I used to get a application on my mac running with Rails 2.2 and JRuby 1.1.3(I used ports to install JRuby thats why 1.1.3). Here are the steps: – First Install JRuby .. # sudo port install jruby [...]
Recent Comments