Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2003-08-14 Thread Bob Hacker
Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error I am running Jbuilder 7, JBoss 3.0.2. When I touch a jsp I get the following exception when trying to run it javax.servlet.ServletException: sun/tools/javac/Main at org.apache.jasper.servlet.JspServlet.service

Re: Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-06 Thread Arshad Mahmood
] To: [EMAIL PROTECTED] Sent: Friday, July 05, 2002 8:19 PM Subject: Tomcat 4.0.3-HTTP Status 500-Internal Server Error Hi, I've just started to use Tomcat 4.0.3. All of the applications in the \webapps\examples file that came with Tomcat run correctly. I added a new folder

RE: Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-06 Thread Kevin Passey
PROTECTED] Subject: Tomcat 4.0.3-HTTP Status 500-Internal Server Error Hi, I've just started to use Tomcat 4.0.3. All of the applications in the \webapps\examples file that came with Tomcat run correctly. I added a new folder, \webapps\examples\jsp\forms, that contains form.jsp. This file sends

Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-05 Thread John and Alicia Scott
\WEB_INF\classes\forms folder. The bean is named FormBean.java. When I try to run the jps page from my browser, I get the following error message: Tomcat 4.0.3-HTTP Status 500-Internal Server Error. I copies part of the long root cause output below. java.lang.ClassNotFoundException

Re: Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-05 Thread Arshad Mahmood
05, 2002 8:19 PM Subject: Tomcat 4.0.3-HTTP Status 500-Internal Server Error Hi, I've just started to use Tomcat 4.0.3. All of the applications in the \webapps\examples file that came with Tomcat run correctly. I added a new folder, \webapps\examples\jsp\forms, that contains form.jsp. This file

Fw: Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-05 Thread John and Alicia Scott
PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 05, 2002 8:19 PM Subject: Tomcat 4.0.3-HTTP Status 500-Internal Server Error Hi, I've just started to use Tomcat 4.0.3. All of the applications in the \webapps\examples file that came with Tomcat run correctly. I added a new folder, \webapps

Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2002-05-23 Thread SALAZAR,ANTONIO (Non-HP-Guadalajara,ex1)
Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request. exception javax.servlet.ServletException: sun/tools/javac/Main

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2002-05-23 Thread Whitcomb, Roger
: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error Hi, would some body helped me? I installed tomcat on Windows 2000, I could make it work (partialy), when I try to run the JSP samples, it shows an error message which I pasted below. It seems that the problem might be a bad

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2002-05-23 Thread SALAZAR,ANTONIO (Non-HP-Guadalajara,ex1)
distribution list (E-mail) Subject: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error Hi, would some body helped me? I installed tomcat on Windows 2000, I could make it work (partialy), when I try to run the JSP samples, it shows an error message which I pasted below. It seems

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2002-05-23 Thread Whitcomb, Roger
: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error Hi Roger, No I don't, I have already installed the JDK, are both SDK or JDK the same? Thanks so much! Antonio Salazar -Original Message- From: Whitcomb, Roger [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 12:36 PM

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2002-05-23 Thread Lynne Gurney
PROTECTED]] Sent: 23 May 2002 18:45 To: Tomcat Users List Subject: RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error If it has a tools.jar under the lib directory, you're fine. BUT, you need to set JAVA_HOME in the system environment space to point to the base directory where the JDK

Re: Fwd: please help:Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2002-05-09 Thread Milind Nirgun
. - Do You Yahoo!? Yahoo! Shopping - Mother's Day is May 12th! ATTACHMENT part 2 message/rfc822 Date: Wed, 8 May 2002 10:57:39 -0700 (PDT) From: sucharitha madineni [EMAIL PROTECTED] Subject: please help:Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error To: [EMAIL

RE: Fwd: please help:Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2002-05-09 Thread Caswell, Jeffrey non Unisys
.. Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error - type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request. exception

Re: Fwd: please help:Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2002-05-09 Thread sucharitha madineni
version of jdk is 1.3.0_02.and i have set environment variables JAVA_HOME=c:\jdk and CATALINA_HOME=c:\jakarta-tomcat-4.0.. when iam starting server by writing c:\jakarta-tomcat-4.0\bin\startup it says CATALINA_HOME environment variable is not defined correctly.this environment variable

Re: Fwd: please help:Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2002-05-09 Thread Rick Fincher
You need to set the CATALINA_HOME systemwide by going to the control panel, opening sysem, selecting the Advanced tab and clicking Environment Variables. That's for Win 2000. It's similar, but a little different (if I remember correctly) on other Win versions. You can look it up under help for

Re: please help:Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2002-05-09 Thread sucharitha madineni
thanx.its working..after i deleted tomcat\bin in classpath and trailing semicolons..thanx for the help. Phillip Morelock [EMAIL PROTECTED] wrote: are trailing semicolons necessary? sorry, been a while since i used windows, but i didn't know the traililng semis were required. and the

Re: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error-Can you possible -HELP-ME-PLEASE

2002-04-05 Thread Chuck Amadi
Hi Korakaki Stella Plz could you work out wats with this . Note that a few days's ago my Planning Database Project was working fine until now. Regards Chuck Amadi *type* Exception report *message*_Internal Server Error_ *description*_The server encountered an internal error (Internal

Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2002-04-05 Thread darrellbulloch
--- I received the following error.. Can you help??? Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server encountered

Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Korakaki Stella
); mConnection.disconnect(); } } -- The following message is displayed : -- Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server encountered

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Randy Layman
-Original Message- From: Korakaki Stella [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 7:39 AM To: Tomcat Users List Subject: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE java.lang.NoClassDefFoundError at Login2.doGet

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Korakaki Stella
: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE java.lang.NoClassDefFoundError at Login2.doGet(Login2.java:51) at - Could someone tell me what is wrong ? Please help me

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Korakaki Stella
: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE java.lang.NoClassDefFoundError at Login2.doGet(Login2.java:51) at - Could someone tell me what is wrong ? Please help me

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Randy Layman
Users List Subject: RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE Thanx Randy but I've placed my jar file with the classes needed at $CATALINA_HOME/common/lib/jCO.jar . This is not enough ? Stella -Original Message- From: Korakaki

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Chapman, Carl
this: com.sap.mw.jco.JCO.Repository and the jco.jar file is in your WEB-INF/lib directory. -Original Message- From: Korakaki Stella [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 4:39 AM To: Tomcat Users List Subject: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Korakaki Stella
PROTECTED]] Sent: Thursday, March 28, 2002 4:39 AM To: Tomcat Users List Subject: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE When I'm trying to execute the following servlet from the web browser