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

I believe the org.apache.jserv.JServ is in the ApacheJServ.jar file. Try
taking out the tools.jar and gnujsp.jar from your class path and see if you
can get the IsItWorking servlet to work first. If you can, or if you
already have done that and know the the basic JServ is working correctly,
then replace the jsdk.jar path with the new jar as stated in the gnujsp
installation instructions. I believe it says to replace jsdk.jar with
servlet-2.0-plus.jar or something like that. 

Jeff 

*********** REPLY SEPARATOR  ***********

On 12/11/00 at 5:59 PM Lior M 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!!!
>----------------------------------------------------------------
>
>In the log file, I get this error:
>
>[11/12/2000 18:12:47:481] (ERROR) wrapper: argument [ 0] 
>/usr/jdk1.2.2/bin/java
>[11/12/2000 18:12:47:481] (ERROR) wrapper: argument [ 1] 
>org.apache.jserv.JServ
>[11/12/2000 18:12:47:481] (ERROR) wrapper: argument [ 2]
/etc/jserv.properties
>[11/12/2000 18:12:47:481] (ERROR) wrapper: environment [ 0] 
>PATH=/bin:/usr/bin:/usr/local/bin
>[11/12/2000 18:12:47:481] (ERROR) wrapper: environment [ 1] 
>CLASSPATH=/usr/local/JSDK2.0/lib/jsdk.jar:/usr/jdk1.2.2/lib/tools.jar:/usr/
local/jserv/libexec/ApacheJServ.jar:/usr/local/jserv/libexec/gnujsp.jar
>
>I checked and all the paths are fine. I don't know what the 
>org.apache.jserv.JServ means though.
>
>On Mon, 11 Dec 2000, you 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!!!
>> ----------------------------------------------------------------
>>
>> I get the forbidden error if I use the port as well. As far as the
>> InvalidRequestException, I would check your classpath (it appears it
isn't
>> finding the sun.servlet.httpd in your jar files), and also check the
>> location of your log files in the config file. It took me three days to
>> realize that my classpath was incorrect, I had too many entries that
>> weren't needed, and after removing all but two (the jsdk.jar and
>> ApacheJServ.jar) everything worked correctly. This may help you. Now I
am
>> on the quest of getting GNUJSP to work correctly. By the way, you need
>> JServ working before you try to configure GNUJSP.
>>
>> *********** REPLY SEPARATOR  ***********
>>
>> On 12/11/00 at 2:49 PM Lior M 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!!!
>> >----------------------------------------------------------------
>> >
>> >Well, I actually did install GNUJSP, and I do have write permissions to
>>
>> the
>>
>> >scratch dir, but when I load the website, using the port 8007 I get the
>> >Forbidden Error, and if I load the website without the port
>> >(http://localhost/java/index.jsp) I get a Java error,
>> >sun.servlet.httpd.InvalidRequestException
>> >and then I get a timeout in Netscape.
>> >
>> >I looked over almost every conf file I have, and examples, and they
look
>>
>> just
>>
>> >fine. Maybe it's the JDK version I use? (1.2.2).
>> >
>> >On Mon, 11 Dec 2000, you 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!!!
>> >> ----------------------------------------------------------------
>> >>
>> >> If I am not mistaken I beieve that you may need additional software
such
>>
>> as
>>
>> >> GNUJSP in order to view JSP pages. If not let me know, because I am
>>
>> wasting
>>
>> >> my time trying to get it to work. But I do know that for JSP pages
you
>>
>> have
>>
>> >> to have write permissions on the directory that you configure as the
>> >> scratch directory. This is where the JSP page will be writen in java
and
>> >> compiled, then the output of that will be an html page displaying all
>>
>> the
>>
>> >> JSP properties you designated. Hope this helps a little
>> >
>> >--
>> >--------------------------------------------------------------
>> >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]
>
>-- 
>--------------------
>Lior Marantenboim
>Webmaster
>www.datosenlaweb.com
>--------------------
>
>
>--
>--------------------------------------------------------------
>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