Two months ago, I had to configure a Struts application on a JRun Server
and I had some problems to make it work correctly.

  If your using Tomcat then some of the libs will be in its proper location
/WEB-INF/lib (commons-*, struts-*, and some other) but on Jrun I had to
place 

    log4j.properties
    commons-beanutils*
    commons-collections*
    commons-digester*
    commons-validator*
    commons-upload*
    struts*
    log4j*

on the ${JRUN_HOME}/servers/lib.

  For what I unserstood this is a JRun issue... something about loading
classes priority (servers lib, then website lib... ?! and not implementing a
Sun's specification... In conclusion, something that Tomcat does right and
JRun doesn't).

  Have you tried this?
  Have you checked the log files for more specific errors?

Regards,

Pedro Salgado


On 16/01/2004 14:28, "Sandy Bingham-Porter" <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> We are in the process of developing a Struts web application running on
> Jrun 4. As we add more components to the struts configuration file,
> particularly dynaform properties, the startup time for the server is
> increasing.  We've now hit a time out and receive the following error:
> 
> The sever did not finish starting up in the expected amount of time; it
> may have failed to start.
> 
> Is there anyone on this list familiar with Jrun that could give me an
> idea how to increase time for start up?
> 
> Thanks for your time and help,
> 
> Sandy Bingham-Porter
> Eastern Illinois University
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to