----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

thanks to those who have responded.  I'll post a summary of my findings
asap.  I have started Jserv manually via the command

java -classpath blah/:../blah.jar org.apache.jserv.JServ 
/usr/local/apache/conf/mod_jserv/jserv.properties

Basically the classpath is what wrapper.classpath pointed to in jserv.properties 
Since then, I have noticed that logging is no longer done to .../jserv.log

Any ideas?

mike





the them having some problems starting
On Mon, Jul 10, 2000 at 09:18:14AM -0500, Mike Haberman wrote:
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
> 
> 
> 
> jserv and the problems listed below are driving me nuts.  Can anyone
> provide some help? 
> 
> 
> ApacheJServ/1.1 running on a freebsd box.
> 
> 
> 
> 1.  Frequent restarting of servlets.
>     If I look at my jserv.log file, I see that the same servlet(s) are
> logging init every 3 to 4 minutes.  I am better off with mod_perl. 
> Is there any way to affect the policy of when servlets are removed?
> Should I start the jvm with any particular parameters?
> 
> from jserv.properties:
> # Arguments passed to Java interpreter (optional)
> # Syntax: wrapper.bin.parameters=[parameters] (String)
> # Default: NONE
> 
> 
> 2. Sessions not persisting.
>    Perhaps #1 is causing this one.  But if I snoop the headers, I can see
> the cookie for the session being passed from the browser to the servlet. Yet
> getSession() will return a new session object.
> 
>    My session object does implements serializable but it is not persisiting.
> If no servlets are loaded, do all session objects disappear?  What else
> needs to be done so that sessions persist through server reloads or
> removal of all servlets? 
> 
> 
> 3. I get the following errors non-deterministically:  (i wish I could
> repeat them on demand, but I can't)
> 
> 
>    [Fri Jul  7 14:36:21 2000] [emerg]
>    JServ: ajp12[1]: cannot scan servlet headers (500)
>    [Fri Jul  7 14:36:21 2000] [error]
>    JServ: an error returned handling request via protocol "ajpv12"         
> 
> 
>    [Wed May 31 14:46:07 2000] [emerg]
>    JServ: ajp12: can not connect to host +127.0.0.1:8007
>    [Wed May 31 14:46:07 2000] [emerg]
>    JServ: ajp12: connection fail
>    [Wed May 31 14:46:07 2000] [error]
>    JServ: an error returned handling request via +protocol "ajpv12"    
> 
> 
> 
> I am getting ready to go on ebay and bid for help.
> 
> 
> thanks to anyone who can help me.
> 
> 
> mike
> 
> 
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives: 
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to