The requested resource (/xforms-renderer) is not available

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The requested resource (/xforms-renderer) is not available

Chaminda
Hi Eric and All,
 
Im getting following error, I have deployied the application as separate war in JBoss 4.0.4. The request goes to a Servlet
 
the doGet method as follows,  

public
void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {

    System.

out.print("get");

    RequestDispatcher d= request.getRequestDispatcher(

"/view.xhtml");

   

d.forward(request, response);

}

 

Note: Application server finds resource called /xforms-renderer.

But I have not included such name in any where, Seems this has come from filter.

 

can anyone help me in this regards,

Thanks

Chaminda

 

 

HTTP Status 404 - /xforms-renderer


type Status report

message /xforms-renderer

description The requested resource (/xforms-renderer) is not available.


Apache Tomcat/5.5.17



--
Chaminda Amarasinghe,


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: The requested resource (/xforms-renderer) is not available

Erik Bruchez
Administrator
Just to make sure: are you using Orbeon Forms 3.5.1 or a nightly build  
of 3.6?

-Erik

On Nov 14, 2007, at 6:47 PM, Chaminda Amarasinghe wrote:

> Hi Eric and All,
>
> Im getting following error, I have deployied the application as  
> separate war in JBoss 4.0.4. The request goes to a Servlet
>
> the doGet method as follows,
>
> public void doGet(HttpServletRequest request, HttpServletResponse  
> response) throws ServletException, IOException {
>
>     System.
>
> out.print("get");
>
>     RequestDispatcher d= request.getRequestDispatcher(
>
> "/view.xhtml");
>
> d.forward(request, response);
>
> }
>
>
> Note: Application server finds resource called /xforms-renderer.
>
> But I have not included such name in any where, Seems this has come  
> from filter.
>
>
> can anyone help me in this regards,
>
> Thanks
>
> Chaminda
>
>   HTTP Status 404 - /xforms-renderer
> type Status report
>
> message /xforms-renderer
>
> description The requested resource (/xforms-renderer) is not  
> available.
>
> Apache Tomcat/5.5.17
>
> --
> Chaminda Amarasinghe,
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws