Thanks for your response Jon.

The server was definately stopped and restarted between conf modifications.
I have checked and the error is definately originating within the gnujsp
program.  My jserv log gives me a little more information:

[28/09/1999 16:26:16:879 EDT] Terminating ApacheJServ/1.0...
[28/09/1999 16:26:16:882 EDT] Closing the server socket
[28/09/1999 16:26:16:884 EDT] Terminating jamdata
[28/09/1999 16:26:16:900 EDT] ApacheJServ/1.0 terminated.
[28/09/1999 16:26:29:057 EDT] ApacheJServ/1.0 is starting...
[28/09/1999 16:26:29:121 EDT] Enable connection authentication
[28/09/1999 16:26:29:195 EDT] Connection allowed from localhost/127.0.0.1
[28/09/1999 16:26:29:201 EDT] Connection allowed from
dns1.jamdata.net/207.158.1
72.1
[28/09/1999 16:26:29:203 EDT] Listening on port 8080 accepting 50 maximum
connec
tions
[28/09/1999 16:26:29:226 EDT] Creating Servlet Zones
[28/09/1999 16:26:31:343 EDT] Connection from dns1.jamdata.net/207.158.172.1
[28/09/1999 16:26:31:346 EDT] Initializing servlet request
[28/09/1999 16:26:31:347 EDT] Reading request data
[28/09/1999 16:26:31:388 EDT] Parsing cookies
[28/09/1999 16:26:31:390 EDT] Request is in session
3fd74d14f8d2a0ee.2.938535813
418
[28/09/1999 16:26:31:392 EDT] Calling service()
[28/09/1999 16:26:31:481 EDT] Sending response headers.
[28/09/1999 16:26:31:486 EDT] java.lang.NoClassDefFoundError:
sun/tools/javac/Ma
in
        at org.gjt.jsp.JSPCompiler.compileJavaFile(Compiled Code)
        at org.gjt.jsp.JSPCompiler.compile(Compiled Code)
        at org.gjt.jsp.JSPServlet.service(Compiled Code)
        at javax.servlet.http.HttpServlet.service(Compiled Code)
        at org.apache.jserv.JServConnection.processRequest(Compiled Code)
        at org.apache.jserv.JServConnection.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)

I still don't have a clue what I am doing wrong. :(

> >
> > [Tue Sep 28 13:22:21 1999] [notice] Apache/1.3.9 (Unix) ApacheJServ/1.0
> > configur
> > ed -- resuming normal operations
> > java.lang.NoClassDefFoundError: sun/tools/javac/Main
> >         at org.apache.jserv.JServConnection.processRequest(Compiled
Code)
> >         at org.apache.jserv.JServConnection.run(Compiled Code)
> >         at java.lang.Thread.run(Compiled Code)
>
> Ok, so that error is that the servlet (GNUjsp) cannot find that class.
>
> > The INSTALL text file that comes with the gnujsp distribution states
that if
> > I am running JDK 1.2, I should include tools.jar within my classpath.  I
> > have tried both wrapper.classpath=/var/java/jdk1.2/lib/tools.jar in the
> > jserv.properties and/or respositories=/var/java/jdk1.2/lib/tools.jar,
> > neither seem to work.  I checked my tools.jar file and it does have that
> > class within it.
>
> It would go within the wrapper.classpath for that jserv server. did you
make
> sure to restart the apache jserv after adding that to the classpath? You
> might also consider adding the rt.jar file to the classpath as well.
>
> > Am I crazy or shouldn't this be working?  I have looked through all
kinds of
> > documents trying to see if there was something that I misconfigured.  I
have
> > been pulling my hair out for three days.
>
> yep, it appears as though it should work...;-(
>
> -jon
>




------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Problems?:       [EMAIL PROTECTED]

Reply via email to