In the event that someone who knows JRun does not respond, I will make an
obvious suggestion that you look through your configuration files for an
example property that looks like
servlet.foo.initArgs=...
And you've got it. I hope you have considerably less than a zillion to look
through, JServ has 2 + #of zones (which by default #of zones=1). Also a zone
is defined as a repository of code that has a specific classloader
associated with it. Allowing for recompiling the classes in the event that
one class is altered.
John McNally
----- Original Message -----
From: Ben Wilson <[EMAIL PROTECTED]>
To: 'Turbine' <[EMAIL PROTECTED]>
Sent: Thursday, February 24, 2000 1:11 PM
Subject: RE: Newbie installation question: Turbine with JRun
> I have a zillion properties files. Which one is my "<zone>".properties
file?
>
> Here's the error message from "error.log":
>
> Thu Feb 24 17:04:04 GMT+13:00 2000: getServlet "Turbine"
> { (getServlet "Turbine") javax.servlet.ServletException:
> Turbine::init(ServletConfig) - 'properties' Init Parameter not found.
Please
> specify a value for the 'properties' Init Parameter by editing the servlet
> zone properties file. This is done by adding the following line to the
zone
> properties file:
> servlet.Turbine.initArgs=properties=/path/to/TurbineResources.properties
> at Turbine.propertyFileErrorCheck(Turbine.java:403)
> at Turbine.init(Turbine.java:117)
> at
>
com.livesoftware.jrun.JRunServletLoader.loadServlet(JRunServletLoader.java:8
> 7)
> at com.livesoftware.jrun.JRun.getServlet(JRun.java:538)
> at com.livesoftware.jrun.JRun.getServlet(JRun.java:494)
> at com.livesoftware.jrun.JRun.runServlet(JRun.java:299)
> at
> com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java:116)
> at
>
com.livesoftware.jrun.JRunGeneric.handleProxyConnection(JRunGeneric.java:78)
> at
>
com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JR
> unProxyServiceHandler.java:102)
> at
>
com.livesoftware.jrun.service.ThreadConfigHandler.run(ThreadConfigHandler.ja
> va:96)
> }
>
> Thanks again for any help you can provide.
>
> Ben
>
> -----Original Message-----
> From: Frank Kim [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 25 February 2000 06:56
> To: Turbine
> Subject: RE: Newbie installation question: Turbine with JRun
>
>
> > Ben Wilson wrote:
> > I don't know how to set up the TurbineResources.properties file. What
> > specifically do I need to change in that file? Which file should I edit
to
> > include the path to the TurbineResources.properties file?
>
> install.txt says:
>
> #4. Specify an initial parameter named "properties" (without the quotes)
> with the pathname to the TurbineResources.properties file as its value.
> This can be accomplished by placing the following line in your
> <zone>.properties file:
>
> servlet.Turbine.initArgs=properties=/path/to/TurbineResources.properties
>
> Also, set up the Turbine log file and check the Apache log files for any
> exceptions that are thrown.
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]