[Resin-interest] Problem with c:out shorthand in Resin 4.x

2010-04-20 Thread Rob Lockstone
This is from one of our web engineers concerning a problem we've encountered in 
our testing of Resin 4.x (currently 4.0.6).

Our site almost exclusively uses a shorthand for: 
c:out value=${something.itsthing}/ 

Instead we simply use:
${something.itsthing}

With resin 4.x, this is being interpreted literally and rather then seeing a 
value like  we see on the rendered pages the literal ${something.itsthing}. 
We would like to move to resin 4.x to take advantage of several features, but 
the work involved in rewriting and testing the change to c:out .../ will be a 
huge undertaking. Is there a way to tell Resin 4.x to use an older version of 
jstl, or to interpret the shorthand notation when it sees it in JSP files?

Rob



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


[Resin-interest] unplanned and upexpected downtime of resin

2010-04-20 Thread Abdalmonem Tharwat Galila
Dear Sir ,
I have resin version 3.1.9 installed , sometimes I found that 
resin is down , So can u help me to trace this problem and find the correct 
solution.
Thnx for ur fast replay

All the Best,
Abdalmonem Tharwat Galila
System Engineer ,
Technical Resources Department.
Ministry of Communications  Information Technology
Office Tel.: +2 02 35341582 - +2 02 35341300
Mobile: +2 010 0049068
Fax : +2 02 35370537
Website: http:\\www.mcit.gov.eghttp://www.mcit.gov.eg/
E-mail: agal...@mcit.gov.egmailto:agal...@mcit.gov.eg

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


Re: [Resin-interest] Problem with c:out shorthand in Resin 4.x

2010-04-20 Thread Alex

 This is from one of our web engineers concerning a problem we've encountered 
 in our testing of Resin 4.x (currently 4.0.6).
 
 Our site almost exclusively uses a shorthand for: 
c:out value=${something.itsthing}/ 
 
 Instead we simply use:
${something.itsthing}

Rob,

you can add j...@el-ignored=false to resin-web.xml to make resin pick up on 
those

e.g.

web-app xmlns=http://caucho.com/ns/resin;
  jsp el-ignored=false/
/web-app

thanks,
Alex

 
 With resin 4.x, this is being interpreted literally and rather then seeing a 
 value like  we see on the rendered pages the literal 
 ${something.itsthing}. We would like to move to resin 4.x to take advantage 
 of several features, but the work involved in rewriting and testing the 
 change to c:out .../ will be a huge undertaking. Is there a way to tell 
 Resin 4.x to use an older version of jstl, or to interpret the shorthand 
 notation when it sees it in JSP files?
 
 Rob
 
 
 
 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



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


Re: [Resin-interest] unplanned and upexpected downtime of resin

2010-04-20 Thread Alex
 Dear Sir ,
 I have resin version 3.1.9 installed , sometimes I found that 
 resin is down , So can u help me to trace this problem and find the correct 
 solution.

There may be more detail pertinent to the problem in resin log files. 
Generally, resin's watchdog restarts resin server when it becomes unavailable 
for whatever reason. The watch dog is started automatically with bin/httpd.sh 
start

Thanks,
Alex

 Thnx for ur fast replay
  
 All the Best,
 Abdalmonem Tharwat Galila
 System Engineer ,
 Technical Resources Department.
 Ministry of Communications  Information Technology
 Office Tel.: +2 02 35341582 - +2 02 35341300
 Mobile: +2 010 0049068
 Fax : +2 02 35370537
 Website: http:\\www.mcit.gov.eg
 E-mail: agal...@mcit.gov.eg
  
 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



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