Newbie pls help with error 500

2001-02-06 Thread Richard Pope
I have RH 7.0 and have installed, jre1.3, apache and tomcat. Apache runs fine, as do the servlet examples on tomcat, but whenever I try and run a jsp example i get the following!!! Can someone please tell me what i've done wrong?? Richard Error: 500 Location: /examples/jsp/num/numguess.jsp

Re: Newbie pls help with error 500

2001-02-06 Thread John Golubenko
that $CLASSPATH has all stuff that you need. And avoid doubling. But maybe it's not in this case. Good luck. Original Message On 2/6/01, 12:33:12 PM, "Richard Pope" [EMAIL PROTECTED] wrote regarding Newbie pls help with error 500: I have RH 7.0 and have installed, jre1.3, apache

RE: Newbie pls help with error 500

2001-02-06 Thread Richard Pope
unfortunately my jre/lib/ext directory is empty, so I don't think that this can be the case. Thanks anyway though. -Original Message- From: John Golubenko [mailto:[EMAIL PROTECTED]] Sent: 06 February 2001 20:45 To: [EMAIL PROTECTED] Subject: Re: Newbie pls help with error 500 Ok, i'm

Re: Newbie pls help with error 500

2001-02-06 Thread Craig R. McClanahan
]] Sent: 06 February 2001 20:45 To: [EMAIL PROTECTED] Subject: Re: Newbie pls help with error 500 Ok, i'm not sure for 100%, but I've had a same errors before. All I did, is removed the same .jar's from $CLASSPATH and TOMCAT_HOME/lib/*.jar directory, and from JAVA_HOME/jre/lib/ext/*.jar. I