Re: Configuring Tomcat (NEWBIE)

2003-07-23 Thread Olumide
I have tried the ENV values suggested in http://jakarta.apache.org/tomcat/faq/misc.html#compile i.e.: _RUNJAVA=%JAVA_HOME%\bin\java _RUNJAVAW=%JAVA_HOME%\bin\javaw _RUNJDB=%JAVA_HOME%\bin\jdb _RUNJAVAC=%JAVA_HOME%\bin\javac but I'm still getting the HTTP Status 500 Error message:

Re: Configuring Tomcat (NEWBIE)

2003-07-23 Thread Olumide
I have tried the ENV values suggested in http://jakarta.apache.org/tomcat/faq/misc.html#compile Here is the full error log - I hope it helps your diagnosis. Thanks - Olumde ** ERROR * type Exception report message description The server encountered an

RE: Configuring Tomcat (NEWBIE)

2003-07-23 Thread Shapira, Yoav
AM To: Tomcat Users List Subject: Re: Configuring Tomcat (NEWBIE) I have tried the ENV values suggested in http://jakarta.apache.org/tomcat/faq/misc.html#compile Here is the full error log - I hope it helps your diagnosis. Thanks - Olumde ** ERROR

Re: Configuring Tomcat (NEWBIE)

2003-07-23 Thread Olumide
Sweet success at last !!! :-) I have tried the ENV values suggested in http://jakarta.apache.org/tomcat/faq/misc.html#compile i.e.: _RUNJAVA=%JAVA_HOME%\bin\java _RUNJAVAW=%JAVA_HOME%\bin\javaw _RUNJDB=%JAVA_HOME%\bin\jdb _RUNJAVAC=%JAVA_HOME%\bin\javac After making the ENV changes, I

RE: Configuring Tomcat (NEWBIE)

2003-07-22 Thread Shapira, Yoav
Howy, It's trying to load the page you requested, but failing, because of a compilation error. It looks like you're trying to run a JSP, not a servlet. Apache is correctly forwarding to tomcat, which attempts to compile the JSP in order to serve it, but fails. Post the JSP source code for more

Re: Configuring Tomcat (NEWBIE)

2003-07-22 Thread John Turner
Olumide wrote: Hello I'm sure this is a FAQ and I've tried to retrieve the list of FAQ's without success, so please bear with me. I find this hard to believe. You're saying that you cannot view http://jakarta.apache.org/tomcat/faq ? I am trying to run the Hello World sample servlet

Re: Configuring Tomcat (NEWBIE)

2003-07-22 Thread Olumide
You're saying that you cannot view http://jakarta.apache.org/tomcat/faq ? I tried via e-mail to: [EMAIL PROTECTED], but got a back a message saying : FAQ - Frequently asked questions of the [EMAIL PROTECTED] list. None available yet. Thansks however for the new links. Most servlet books

Re: Configuring Tomcat (NEWBIE)

2003-07-22 Thread John Turner
Olumide wrote: Also, as a novice, you are setting yourself up for some potential grief by using Apache. Ok I will stick to tomcat. Does this mean I should stop the Apache server? Sure. Then, change Tomcat's server.xml file so that the HTTP Connector configured for port 8080 is configured

Re: Configuring Tomcat (NEWBIE)

2003-07-22 Thread epyonne
Also, as a novice, you are setting yourself up for some potential grief by using Apache. Ok I will stick to tomcat. Does this mean I should stop the Apache server? There is no requirement to use Apache to learn JSP and servlet development. You will make things much easier on yourself