On Wed, Feb 4, 2015 at 3:25 PM, Jean-François Boily <[email protected]> wrote: > Hi ! > I recently installed xWiki. > Everything goes fine except when i want to add a gadget in my dashboard. > > I got this message. (Be sure that ived try a lot of thing to fix it) > > 404 Not Found <html><head><title>Apache Tomcat/7.0.42 - Error > report</title><style><!--H1 > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} > H2 > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} > H3 > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} > BODY > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A > {color : > black;}A.name {color : black;}HR {color : #525D76;}--></style> > </head><body><h1>HTTP Status 404 - > /resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc</h1><HR size="1" > noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> > <u>/resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc</u></p><p><b>description</b> > <u>The requested > resource is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache > Tomcat/7.0.42</h3></body></html> > > If i remove html tag > > 404 Not Found Apache Tomcat/7.0.42 - Error report > HTTP Status 404 - /resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc > type Status report > message /resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc > description
> The requested resource is not available. Looks like the URL /resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc is served as a static resource (file on the file system) instead of going through the GWT RPC servlet. Do you use a reverse proxy? Some had this issue when they configured short URLs, see http://jira.xwiki.org/browse/XE-1319 . Hope this helps, Marius > > i red about something like the path of ressources of "gwtrpc" in web.xml but > i'm not sure what to > do. > > someone have a idea ? > > thx a lot > > > Jean-François Boily > Technicien Informatique > > Téléphone : 418 683-1591 > ( tel:4186831591) , poste 2134 > Télécopieur : 418 682-8938 > ( tel:4186828938) > Sans frais : 1 800 208-1463 > ( tel:18002081463) > > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
