You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Prashant <pr...@indicussoftware.com> on 2008/04/02 07:37:49 UTC

myfaces+tomhalk with JRun4

Hello,

We have used myface 1.1.5 and tomhalk 1.1.6 in our application. We are
using tomcat as servlet container in development enviornment. But we
are using JRun4 on production enviorment. So I tried to deploy our
application on JRun4 without any success.

So now as first step I am trying to deploy myfaces-example-simple-1.1.7-SNAPSHOT.war in JRun4 .
(I have copied sample applications directory to JRuns Servers/Myserver directory).
But this application is not working. I have made following changes in the web.xml of sample application.
1. changed web app dtd from 2_4 to web-app_2_3.dtd.
2. Added listner entry 
	<listener>
	<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
	 </listener>
3. Changed *.jsf mapping for Faces Servlet, extensionsFilter to *.jsp

By above steps, web.xml was read by container but when i access any jsp 
(eg. http://localhost:8101/myfaces/home.jsp) stackoverflow error is
occuring.
Error log is as follows..
#####
java.lang.StackOverflowError
	at jrun.servlet.ForwardRequest.getParameter(ForwardRequest.java:181)
.
.
#####

Have anyone tried using myfaces with JRun4. Or can anyone give some hint for debugging this error.

regards
prashant

-- 
Prashant <pr...@indicussoftware.com>



/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/

This e-mail and any files transmitted with it are for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If you are not the intended recipient, please contact the
sender by replying to this e-mail and destroy all copies of the original
message.  Any unauthorised review, use, disclosure, dissemination,
forwarding, printing or copying of this email or any action taken in
reliance on this e-mail is strictly prohibited and may be unlawful.

Indicus Software - Providing Solutions for Better Business
Visit us at http://www.indicussoftware.com/

/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/