homena / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

CHECKBOXS WITH APACHE HTTP DON'T WORK #269

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello Jeff,

We are using jmesa on a project and from localhost works fine, but when I 
access the web-pages from www.controlpane.com when
a checkbox is checked, does not work. I have defined in web.xml, the servlet of 
the checkbox.

When checkbox is CHECKED, I get the following error:
CmsVfsResourceNotFoundException: Error reading resource from path 
/PANEL_MUNICIPIOS/opencms/jmesa.wrk.

Would you know it can be happening?

Thx!

Original issue reported on code.google.com by pablocam...@gmail.com on 15 Jun 2010 at 8:29

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Dear pablocamachoaires, 

You have to check your Apache configuration. I'm sure your problem is this:

ProxyPassReverseCookieDomain    www.controlpane.com        www.controlpane.com
ProxyPassReverseCookiePath      /                          /  
ProxyPass               /opencms/jmesa.wrk                      
http://www.controlpane.com/opencms/jmesa.wrk

Original comment by andyned...@gmail.com on 6 Aug 2010 at 12:40

GoogleCodeExporter commented 9 years ago

Original comment by jeff.johnston.mn@gmail.com on 9 Mar 2011 at 8:41