----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Hi there!


I managed to get GnuJSP 1.0 working under Win98, using Apache-1.3.9 and
JServ 1.0 with Sun JDK 1.1.8.

Although the documentation provided with GnuJSP was enough for me, I had
a little problem that I think should be noticed to prevent traps for
newbie users like me.

The problem was that, although JServ was started by Apache and could run
its example servlets, the JVM was not stopped with Apache. That is, when
Apache was stopped, a JVM was left around, invisble to the user unless
he takes a look to the Windows Task List.

When you start Apache again, it seems to use this same JVM to run JServ
(I suppose JServ was not really stopped with Apache, and then mod_jserv
connected to the already running JServ).

This made me spent a few hours of work trying to figure out my my
configuration files for running GnuJSP inside JServ were wrong: they
were't wrong, just JServ had not read then!

After I killed the JVM that was lying around and then restarted Apache
(thus getting a really new JServ) everything worked as expected.


[]s, Fernando Lozano



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to