----------------------------------------------------------------
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?
Sure; it looks like you have the same problem I'm having.
Try starting the Java-side server manually and see if the problems go
away. I don't know why httpd doesn't start it automatically, but see if
it works from the command-line, and then see if the server is running.
You should have to run something like this, depending on the paths and
versions of everything involved...
/usr/local/jdk1.2.2/bin/java -cp
/usr/local/apache/libexec/ApacheJServ.jar:/usr/local/JSDK2.0/lib/jsdk.jar
org.apache.jserv.JServ /usr/local/apache/conf/jserv/jserv.properties
> ApacheJServ/1.1 running on a freebsd box.
>
> 1. Frequent restarting of servlets.
Right, can't start java stuff...
> 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.
[...]
> 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"
Right, server isn't running on port 8007, that's what that is.
> I am getting ready to go on ebay and bid for help.
I think that might be a better option!
> thanks to anyone who can help me.
Good luck, check all your configuration everywhere else too,
it's been really frustrating for me as well!
> mike
- Peter
--
--------------------------------------------------------------
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]