[Resin-interest] resin 3.2.1 , mod_caucho seems not working ???

2009-01-08 Thread david day
I've also been looking into versions installed with mod_caucho after
3.1.6 and get not communication between mod_caucho and Resin.
http://bugs.caucho.com/view.php?id=3013 indicates build scripts are
fixed in 4.0.0.  Does this mean there is a fix I can apply in a later
stable, or will I have to wait until 4.0.0?

Installation attempted on CentOS release 5.2 with Apache/2.2.3, and
CentOS release 4.7 (Final) with Apache/2.0.52.  No versions after
3.1.6 works, and the solution in the bug is confusing:

(0003698)
emil
01-05-09 23:14

Starting in Resin 3.1.7, LFS support was enabled by default. Older
versions of Apache do not have LFS support and are not 64-bit clean
when LFS CFLAGS are given. The fix to the configure script in 4.0.0
makes sure only the CFLAGS given by apache are used, but allows LFS to
be enabled explicitly.

regards,
David


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] resin 3.2.1 , mod_caucho seems not working ???

2008-11-01 Thread Stargazer
smallufo wrote:
 When I try to connect to http://foo.bar.com/index.jsp , the JSPs are
 not compiled , the jsp source is leaked.
 I have to connect to http://foo.bar.com:8080/index.jsp to see it compiled.

   
Sounds like http://bugs.caucho.com/view.php?id=3013 ?



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] resin 3.2.1 , mod_caucho seems not working ???

2008-10-31 Thread smallufo
$ tail /etc/httpd/conf/httpd.conf
LoadModule caucho_module /usr/lib/httpd/modules/mod_caucho.so

ResinConfigServer localhost 6800
CauchoConfigCacheDirectory /tmp
CauchoStatus yes


in resin.xml

host id= root-directory=.
  web-app id=/ root-directory=webapps/ROOT/
  web-app id=/resin-admin root-directory=${resin.root}/doc/admin
prologue
  resin:set var=resin_admin_external value=false/
  resin:set var=resin_admin_insecure value=true/
/prologue
  /web-app
  web-app id=/resin-doc root-directory=${resin.root}/doc/resin-doc/
/host

host id=foo.bar.com
  root-directory/home/foobar/www/root-directory
  web-app id=/ root-directory=.
jspvalidate-taglib-schemafalse/validate-taglib-schema/jsp
  /web-app
/host

When I try to connect to http://foo.bar.com/index.jsp , the JSPs are
not compiled , the jsp source is leaked.
I have to connect to http://foo.bar.com:8080/index.jsp to see it compiled.

There is a web.xml (web-app version=2.4) in /home/foobar/www/WEB-INF ,
and all jsps are in /home/foobar/www , all servlets are in
/home/foobar/www/WEB-INF/classes

The configuration works in 3.0.x and 3.1.x (but because of this bug :
http://bugs.caucho.com/view.php?id=2862 , I cannot stay with 3.1.x )


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest