[webstack-discuss] Code review for CR6764580 - RubyGems 1.3.1 update to Ruby Packages

2009-01-22 Thread rahul
Hi, | Could you kindly review the WebRev for CR6764580 - "RubyGems needs | updating to work with the latest versions of Ruby on Rails" at: I have only gone through quickly, but the changes look good. | http://cr.opensolaris.org/~tekgrrl/gems131-CR6764580 | | There is an Arc Case (PSARC/2009/01

[webstack-discuss] [Fwd: Re: Apache 2.2 + tomcat]

2009-01-22 Thread Brian Overstreet
If you want the apache document root to be passed through to Tomcat, you can add the following line to jk.conf with JkMount /* worker1 This will pass all requests to the Apache webserver though to Tomcat's worker1. Louis Hoefler wrote: > After reading some manuals and tutorials I still d

[webstack-discuss] adding php modules in os2008.11?

2009-01-22 Thread solarg
hello all, i'm using amp in os2008.1. I have to install a FOSS (*) that needs some requirements: 3. Install PHP with following requirements: --with-pear --with-mysql --with-xsl --with-pspell --with-ldap [Optional] --with-pdo-oci=instantclient,/di

[webstack-discuss] Code review for CR6764580 - RubyGems 1.3.1 update to Ruby Packages

2009-01-22 Thread Amanda Waite
Hi there, Could you kindly review the WebRev for CR6764580 - "RubyGems needs updating to work with the latest versions of Ruby on Rails" at: http://cr.opensolaris.org/~tekgrrl/gems131-CR6764580 There is an Arc Case (PSARC/2009/014) to cover the need for replacing some of the obsoleted scripts

[webstack-discuss] Review mod_jk upgrade to 1.2.27 (OpenSolaris)

2009-01-22 Thread rahul
> http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/apache2/modules/jk.conf > > to have JkMount as it's now in > > http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/apache/Solaris/jk.conf > > which reflects what is available in Tomcat 6 (which is now in OpenSolaris). updated. > BTW. You

[webstack-discuss] Apache 2.2 + tomcat

2009-01-22 Thread Louis Hoefler
After reading some manuals and tutorials I still did not find out how to access jsp pages at the documentroot. I copied a example jsp file to my apache document root and want to execute it. Now I want to access the jsp with http://host/test.jsp but I only get a static page without a hello world

[webstack-discuss] adding php modules in os2008.11?

2009-01-22 Thread Sriram Natarajan
Hi Except for pspell and oci, rest are included. considering that pecl support is available you can very well use pecl to get oci8 working fine . - sriram solarg wrote: > hello all, > i'm using amp in os2008.1. > I have to install a FOSS (*) that needs some requirements: > > 3. Install PHP

[webstack-discuss] Review mod_jk upgrade to 1.2.25 (OpenSolaris)

2009-01-22 Thread Petr Sumbera
Hi Rahul, maybe you should modify http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/apache2/modules/jk.conf to have JkMount as it's now in http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/apache/Solaris/jk.conf which reflects what is available in Tomcat 6 (which is now in OpenSolari

[webstack-discuss] Review mod_jk upgrade to 1.2.27 (OpenSolaris) [corrected]

2009-01-22 Thread rahul
| >The changes for upgrading mod_jk to 1.2.25 is available here | > http://cr.opensolaris.org/~vrthra/6787047-mod_jk/ | > | > Can I please get these reviewed? | | Not an official review - I wouldn't consider myself competent for that - but | just some comments. | Your subject says 1.2.25 Than