Re: Http-status 500 error in Tomcat 4.1

2005-08-19 Thread subi
To: Tomcat Users List Subject: Re: Http-status 500 error in Tomcat 4.1 Just guessing, but are your servlets in a package? Packageless classes do not work. See http://jakarta.apache.org/tomcat/faq/classnotfound.html Mark subi wrote: Hello All, I am using Tomcat 4.1. I just started

Re: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread Rakesh
: subi [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Thursday, August 18, 2005 11:28 AM Subject: Http-status 500 error in Tomcat 4.1 Hello All, I am using Tomcat 4.1. I just started working in it, so this asking may be childish, if so, pls don't mistake me. Here is my webapp

RE: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread Raghupathy,Gurumoorthy
when I installed tomcat to C:\Program Files\Apache Group\Tomcat 4.1\ Regards Guru -Original Message- From: Rakesh [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 10:01 To: Tomcat Users List Subject: Re: Http-status 500 error in Tomcat 4.1 Hi subi, you hav did servlet deployment almost

Re: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread Mark Thomas
=form1 target=_self input type=submit name=Submit value=Click Me /form pnbsp; /p /body /html --- Here is what I done: 1. I started the Tomcat server 2. opened the IE browser and http://localhost:8080/testapp/jsp/sample.htm; 3. clicked the button which gives the error HTTP Status 500

RE: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread Raghupathy,Gurumoorthy
Good spotted -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 10:00 To: Tomcat Users List Subject: Re: Http-status 500 error in Tomcat 4.1 Just guessing, but are your servlets in a package? Packageless classes do not work. See http

Re: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread Litty Preeth
Hi Subi, 1. C:\Program Files\Apache Group\Tomcat 4.1\webapps\testapp\classes -here i have my servlet But ur class files shud be in : C:\Program Files\Apache Group\ Tomcat4.1\webapps\testapp\WEB-INF\classes And in ur html file ur form action

Http-status 500 error in Tomcat 4.1

2005-08-17 Thread subi
. opened the IE browser and http://localhost:8080/testapp/jsp/sample.htm; 3. clicked the button which gives the error HTTP Status 500 - TestServlet is not found Please tell me what is the problem? -- ilu, subi

HTTP Status 500

2005-08-11 Thread Jef Sullivan
simultaneously. Up until now, I have had no problems with that configuration. The following is the display seen in the browser: * HTTP Status 500 - _ type Exception report message description

Re: Rookie needs help resolving HTTP Status 500 error message

2005-03-22 Thread Mark Leone
And be advised that you have to recapitulate your package structure in the directory hierarchy under ..WEB-INF\classes. In other words, if you compile your bean inside package org.company.my.java, then you should place the class file for your bean in ..WEB-INF\classes\org\company\my\java QM

Rookie needs help resolving HTTP Status 500 error message

2005-03-20 Thread Barry Kimelman
main page, I receive the following error message from Tomcat : ======== HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Una

Re: Rookie needs help resolving HTTP Status 500 error message

2005-03-20 Thread QM
On Sun, Mar 20, 2005 at 03:45:23PM -0500, Barry Kimelman wrote: : An error occurred at line: 8 in the jsp file: /logon.jsp : Generated servlet error: : DatabaseBean cannot be resolved or is not a type : [snip] : jsp:useBean id=foobar scope=session class=DatabaseBean / : [more snip] The error

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

HTTP Status 500

2003-07-29 Thread Marco Miedl
in advance Marco THE ERROR-PAGE: === HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request

RE: HTTP Status 500

2003-07-29 Thread Shapira, Yoav
Howdy, Do the JSP examples work? Yoav Shapira Millennium ChemInformatics -Original Message- From: Marco Miedl [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 11:24 AM To: [EMAIL PROTECTED] Subject: HTTP Status 500 Hi, I installed Java (j2sdk1.4.2) and Tomcat (jakarta-tomcat

Re: Re: HTTP Status 500

2003-07-29 Thread Marco Miedl
NO - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 5:25 PM Subject: RE: HTTP Status 500 Howdy, Do the JSP examples work? Yoav Shapira Millennium ChemInformatics -Original Message- From

Re: HTTP Status 500

2003-07-29 Thread John Turner
Even those that are servlets and not JSP? John Marco Miedl wrote: NO - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 5:25 PM Subject: RE: HTTP Status 500 Howdy, Do the JSP examples work? Yoav Shapira

Re: Re: HTTP Status 500

2003-07-29 Thread Marco Miedl
Even those that are servlets and not JSP? The Servlet Examples work perfect. Only the JSP Examples didn't work. It's very strange ;-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Re: HTTP Status 500

2003-07-29 Thread Jeremy Whitlock
related to Java. Laters, Jeremy -Original Message- From: Marco Miedl [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 10:06 AM To: Tomcat Users List Subject: Re: Re: HTTP Status 500 Even those that are servlets and not JSP? The Servlet Examples work perfect. Only the JSP

Re: Re: HTTP Status 500

2003-07-29 Thread Marco Miedl
I had the same problem and I think that it was related to the CLASSPATH for Java. If your JSP doesn't work properly but the servlet does, it means that the JVM is working properly but not the Java Compiler. Make sure you have the JAVA_HOME variable set and all proper directories in the

RE: Re: HTTP Status 500

2003-07-29 Thread Jeremy Whitlock
Status 500 I had the same problem and I think that it was related to the CLASSPATH for Java. If your JSP doesn't work properly but the servlet does, it means that the JVM is working properly but not the Java Compiler. Make sure you have the JAVA_HOME variable set and all proper directories

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

2003-03-18 Thread lunasahu
This is the error during jsp execution. How to solve this error; Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server

AW: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

2003-03-18 Thread Janz, Alexander
hi, look for tools.jar. This file must be in the classpath. greetings alexander -Ursprüngliche Nachricht- Von: lunasahu [SMTP:[EMAIL PROTECTED] Gesendet am: Dienstag, 18. März 2003 09:44 An: [EMAIL PROTECTED] Betreff: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal

Re: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

2003-03-18 Thread Tim Funk
Make sure you are using a JDK and not JRE. It looks like there is no java compiler available. -Tim lunasahu wrote: This is the error during jsp execution. How to solve this error; Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

HTTP Status 500 Error

2003-02-27 Thread Ravindra K. Bhat
Hello how do I replace HTTP Status 500 error page with my own page? Thanks Ravi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: HTTP Status 500 Error

2003-02-27 Thread Raible, Matt
500 Error Hello how do I replace HTTP Status 500 error page with my own page? Thanks Ravi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: HTTP Status 500 Error

2003-02-27 Thread Donald Ball
On 2/27/2003 at 1:30 PM Raible, Matt wrote: web.xml - an example: error-page error-code500/error-code location/error.jsp?code=500/location /error-page note - be sure when you do this to manually set the status code. e.g. in this jsp page you would do: %

RE: redirectPort results in HTTP Status 500

2003-02-21 Thread John Trollinger
CONFIDENTIAL will only allow it to be transported via https. -Original Message- From: Bryan Field-Elliot [mailto:bryan_lists@xxx] Sent: Friday, February 21, 2003 1:02 PM To: Tomcat Users List Subject: redirectPort results in HTTP Status 500 I am (for the first time

RE: redirectPort results in HTTP Status 500

2003-02-21 Thread Bryan Field-Elliot
On Fri, 2003-02-21 at 11:10, John Trollinger wrote: CONFIDENTIAL will only allow it to be transported via https. That's right. That's the effect I'm trying to achieve... When tomcat receives a request for /test.jsp on port 80, have it redirect to port 443 with https:. It's documented that

RE: redirectPort results in HTTP Status 500

2003-02-21 Thread Filip Hanik
make sure your redirect port is set to 443 and not 8443 in server.xml Filip -Original Message- From: Bryan Field-Elliot [mailto:bryan_lists@xxx] Sent: Friday, February 21, 2003 10:13 AM To: Tomcat Users List Subject: RE: redirectPort results in HTTP Status 500 On Fri, 2003-02

RE: redirectPort results in HTTP Status 500

2003-02-21 Thread Bryan Field-Elliot
On Fri, 2003-02-21 at 11:13, Filip Hanik wrote: make sure your redirect port is set to 443 and not 8443 in server.xml Filip Thanks.. It is (set correctly to 443). Bryan

Re: redirectPort results in HTTP Status 500

2003-02-21 Thread Bryan Field-Elliot
test.jsp for me to test the redirection. Every time I hit the page, I get a HTTP Status 500 from Tomcat (4.1.18), The server encountered an internal error (/test.jsp) that prevented it from fulfilling this request.. When I hit the page test.jsp from https

HTTP Status 500-Tomcat 4.1

2003-02-10 Thread Sivasubramani, Suresh
Hi Everyone, I have a WAR file which works properly with TOMCAT 4.0. Recently I installed Tomcat 4.1 and put that WAR file under webapp directory. When try to access that webapp, my browser throws error message as HTTP Status 500 - Type Exception report message description

Re: HTTP Status 500: Cannot find any information on property myProperty in a bean of type 'myPackage.MyBean'

2003-01-14 Thread Wilson Snook
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 14, 2003 7:55 AM Subject: RE: HTTP Status 500: Cannot find any information on property myProperty in a bean of type 'myPackage.MyBean' AFAIK that means that there isn't setUName() and/or getUName() in coreBeans.FormBean

HTTP Status 500: Cannot find any information on property myProperty in a bean of type 'myPackage.MyBean'

2003-01-13 Thread Wilson Snook
reloadable=true crossContext=true / As I understand it Tomcat should now automatically locate my bean class - but it doesn't. From http://localhost:8080/core I get HTTP Status 500 and the following error: org.apache.jasper.JasperException: Cannot find any information on property 'uName

RE: HTTP Status 500: Cannot find any information on property myProperty in a bean of type 'myPackage.MyBean'

2003-01-13 Thread Ralph Einfeldt
AFAIK that means that there isn't setUName() and/or getUName() in coreBeans.FormBean. -Original Message- From: Wilson Snook [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 8:24 AM To: [EMAIL PROTECTED] Subject: HTTP Status 500: Cannot find any information on property

HTTP Status 500

2002-11-29 Thread Paul Kavanagh
. Is this correct ? When I try however, I get get this error: HTTP Status 500 - No Context configured to process this request type Status report message No Context configured to process this request description

HTTP Status 500

2002-11-28 Thread Paul Kavanagh
. Is this correct ? When I try however, I get get this error: HTTP Status 500 - No Context configured to process this request type Status report message No Context configured to process this request description

HTTP Status 500 error from simple servlet in tomcat 4.1

2002-10-16 Thread Carlos
Hello Forum, I just installed tomcat 4.1 in a new Linux box and a simple servlet that renders an xml page to the browser throws an HTTP Status 500 error. The same servlet works fine in another Linux box that has Tomcat 4.03. I deploy the servlet in a war file. The war file installs very well

HTTP Status 500 - Internal Server Error

2002-09-27 Thread Glinn Cortez
Please help me on this. Everytime I'm trying to run the sample .jsp file, this page is displayed. Why is this so? type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.

Re: HTTP Status 500 - Internal Server Error

2002-09-27 Thread Mark Eggers
Glinn, It looks like tools.jar is not in your classpath. Do you have the jdk (not jre) installed, and is your JAVA_HOME environment variable set to point at the root directory of the jdk installation? /mde/ just my two cents . . . . __ Do you

Re: HTTP Status 500 - Internal Server Error

2002-09-27 Thread Glinn Cortez
Thanks Mark for the reply... Where can I find tools.jar?..I've tried searching that file in Tomcat directory but I failed. Yes, I do have JDK installed in JAVA_HOME environment variable has been set. Any more idea Mark?... r/gli Mark Eggers wrote: Glinn, It looks like tools.jar is

Re: HTTP Status 500 - Internal Server Error

2002-09-27 Thread Mark Eggers
tools.jar should be in JAVA_HOME/lib (jdk 1.3.1_04). Mine is also in TOMCAT_HOME/common/lib. I don't know where it would be if you are using jdk 1.4. Make sure that your JAVA_HOME environment variable points to the root of your JDK installation. For example, mine is at C:\jdk1.3.1_04. Make

Re: HTTP Status 500 - Internal Server Error

2002-09-27 Thread Glinn Cortez
Thanks Mark!...Now it's working already. by the way, I've added you in my yahoo list. r/gli Mark Eggers wrote: tools.jar should be in JAVA_HOME/lib (jdk 1.3.1_04). Mine is also in TOMCAT_HOME/common/lib. I don't know where it would be if you are using jdk 1.4. Make sure that

HTTP status 500 on a SOAP call

2002-09-26 Thread Alphonsus
/headbodyh1Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error/h1HR size=1 noshadepbtype/b Exception report/ppbmessage/b uInternal Server Error/u/ppbdescription/b uThe server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request./u/ppbexception/b

RE: HTTP status 500 on a SOAP call

2002-09-26 Thread jon wingfield
with a mime type text/xml. Jon -Original Message- From: Alphonsus [mailto:[EMAIL PROTECTED]] Sent: 26 September 2002 19:10 To: 'Tomcat Users List' Subject: HTTP status 500 on a SOAP call Hi guys, I'm sort of new to Java Environment and doing my best to catch up. Things were going

Re: HTTP status 500 on a SOAP call

2002-09-26 Thread Alphonsus
you've got a NullPointerException at line 35 of RPCRouterServlet. Have a look at javadoc or java source for that class. Your request is probably not passing some parameter the servlet requires (as a best guess). Tomcat returns an html error report and the soap client is expecting a response

HTTP Status 500 - Internal Server Error

2002-08-16 Thread Vishal Mukherjee
(Exception e ) {System.out.println(CException : + e.getMessage()); } % * End Of testbean.jsp ** * ERROR ** Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error

re: HTTP Status 500 - No Context configured to process this request

2002-07-07 Thread mpauley
: (402) 554-3284 Content-Transfer-Encoding: 7bit From: =?iso-8859-1?Q?Jos=E9_Montiel?= [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: HTTP Status 500 - No Context configured to process this request Date: Tue, 2 Jul 2002 13:36:02 -0400 Message-ID: 004701c221ee$f09c3fa0

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

2002-07-06 Thread Arshad Mahmood
4.0.3-HTTP Status 500-Internal Server Error Thanks for the suggestion. I did have the wrong path in the jsp:useBean. I corrected this, but now I get the same error with the correct path. The error is below. Now what? John java.lang.ClassNotFoundException: examples.WEB

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
4.0.3-HTTP Status 500-Internal Server Error Because you have put your bean in com.jguru, you need to duplicate this under WEB-INF/classes. Your bean should then reside as WEB-INF/classes/com/jguru/FormBean.class. Regards. - Original Message - From: John and Alicia Scott [EMAIL

Re: HTTP Status 500 - No Context configured to process this request

2002-07-02 Thread mpauley
Hi (Jose), I made the changes you suggested but I'm still having problems. Let me give you a little more background: The website we would like to drive using tomcat4 is located in the /bioinformatics/webapps/bioinformatics directory (again, we're using RedHat Linux 7.3; I don't

RE: HTTP Status 500 - No Context configured to process this request

2002-07-02 Thread José Montiel
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Martes, 02 de Julio de 2002 11:41 a.m. To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: HTTP Status 500 - No Context configured to process this request Hi (Jose), I made the changes you suggested but I'm still having problems

RE: HTTP Status 500 - No Context configured to process this request

2002-07-01 Thread José Montiel
bye -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sábado, 29 de Junio de 2002 11:27 p.m. To: Tomcat Users List Subject: Re: HTTP Status 500 - No Context configured to process this request Hi, Apparently my server.xml file was deleted when I tried to send

Re: HTTP Status 500 - No Context configured to process this request

2002-06-29 Thread Jose Montiel
-- installed it from rpms. Here is the error that I am getting (I've searched the web and have found references to this problem but no real solutions): Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process this request

Re: Please Help: HTTP Status 500 - Internal Server Error

2002-05-25 Thread Joel Baker
965 8653 | FAX: +1 408 965 8805 | [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] | | | -Original Message- | From: VIDYASAGAR R NALLU [mailto:[EMAIL PROTECTED]] | Sent: Friday, May 24, 2002 4:05 PM | To: [EMAIL PROTECTED] | Subject: Please Help: HTTP Status 500 - Internal Server Error | | | Hi all

RE: http status 500 internal error when loading localhost:8080

2002-05-25 Thread Lynne Gurney
Message- From: Whitcomb, Roger [mailto:[EMAIL PROTECTED]] Sent: 24 May 2002 18:27 To: Tomcat Users List Subject: RE: http status 500 internal error when loading localhost:8080 Can you load ANY Tomcat examples or Doc? Is this the default index.jsp in the Tomcat installation? Did you set JAVA_HOME

RE: http status 500 internal error when loading localhost:8080

2002-05-24 Thread Whitcomb, Roger
PROTECTED] -Original Message- From: Lynne Gurney [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 3:34 PM To: Tomcat Users List Subject: RE: http status 500 internal error when loading localhost:8080 Tomcat 4.0 jdk1.3 -Original Message- From: Whitcomb, Roger [mailto:[EMAIL

Please Help: HTTP Status 500 - Internal Server Error

2002-05-24 Thread VIDYASAGAR R NALLU
Hi all, Basically i have developed a small application using JSP, Tomcat 4.0.3, j2sdk1.4.0 under win2k. It was working absolutely fine. The same application when i'm trying to run on windows 98, it is giving the following error: Note: I'm not copying whole output. These are the few lines of

RE: Please Help: HTTP Status 500 - Internal Server Error

2002-05-24 Thread Whitcomb, Roger
] -Original Message- From: VIDYASAGAR R NALLU [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 4:05 PM To: [EMAIL PROTECTED] Subject: Please Help: HTTP Status 500 - Internal Server Error Hi all, Basically i have developed a small application using JSP, Tomcat 4.0.3, j2sdk1.4.0

http status 500 internal error when loading localhost:8080

2002-05-23 Thread Lynne Gurney
Hello all I have just installed Tomcat for the first time. Sorry if this question is lame. I can't seem to find the answer when I searched the archive. I have successfully started the Tomcat server. I am running it on windows 2000. I cannot load the index.jsp file at http://localhost:8080. So I

http status 500 internal error when loading localhost:8080

2002-05-23 Thread Lynne Gurney
: javax.naming.NameNotFoundException: Name users is not bound in this Context 2002-05-23 08:55:51 StandardHost[localhost]: Removing web application at context path -Original Message- From: Lynne Gurney [mailto:[EMAIL PROTECTED]] Sent: 23 May 2002 09:32 To: [EMAIL PROTECTED] Subject: http status

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
Roger I am getting this error as well but a different error message. Could you please have a look at the error in my email - subject: http status 500 internal error when loading localhost:8080? I would be most grateful. Lynne -Original Message- From: Whitcomb, Roger [mailto:[EMAIL

RE: http status 500 internal error when loading localhost:8080

2002-05-23 Thread Whitcomb, Roger
:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 3:38 AM To: [EMAIL PROTECTED] Subject: http status 500 internal error when loading localhost:8080 Hello all . . . Found this in the log file. Don't know what it means . . . does anyone else out there understand? 2002-05-23 08:55:51 StandardHost

RE: http status 500 internal error when loading localhost:8080

2002-05-23 Thread Lynne Gurney
Tomcat 4.0 jdk1.3 -Original Message- From: Whitcomb, Roger [mailto:[EMAIL PROTECTED]] Sent: 23 May 2002 20:19 To: Tomcat Users List Subject: RE: http status 500 internal error when loading localhost:8080 What version of Tomcat are you running? And what version of the Java SDK? Roger

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

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: please help:Apache Tomcat/4.0.3 - HTTP Status 500 - InternalServer Error

2002-05-09 Thread Phillip Morelock
are trailing semicolons necessary? sorry, been a while since i used windows, but i didn't know the traililng semis were required. and the classpath one is completely unnecessary. rt.jar and tools.jar will be found if JAVA_HOME is properly set, and tomcat/bin is not a classpath location. let

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

error-page directive does not catch HTTP STATUS 500 errors!

2002-01-09 Thread Moritz Mann
location/errors/err-code500.html/location /error-page error-page error-code404/error-code location/errors/err-code404.html/location /error-page the code should catch all error codes - but unfortunately it does not. On HTTP STATUS 500 errors a page cannot be displayed appears. I crawled

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

2001-12-10 Thread jdu
Hi Everyone, We are using Apache 4.0.1, Red Hat Linux 7.1, and Java black sown 1.3.0.02. After the tomcat restarted, the pages callsJava class are all shown this error: Apache Tomcat/4.01 - HTTP Status 500 - Internal Server Error Type: Exception report Message: Internal Server Error

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

2001-12-10 Thread Brian Adams
permissions right on the directories and files? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 9:40 AM To: [EMAIL PROTECTED] Subject: Apache Tomcat/4.01 - HTTP Status 500 - Internal Server Error Hi Everyone, We are using Apache

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

2001-12-10 Thread jdu
The permission for the class Folder is :drwxrwxr-x; For the java class is : -rwxrwxr-x. The permission should be correct. Thanks Junying Du -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

AW: Apache Tomcat/4.01 - HTTP Status 500 - Internal Server Error

2001-12-10 Thread Ralph Einfeldt
. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 10. Dezember 2001 16:52 An: Tomcat Users List Betreff: RE: Apache Tomcat/4.01 - HTTP Status 500 - Internal Server Error The permission for the class Folder is :drwxrwxr-x; For the java

Re: AW: Apache Tomcat/4.01 - HTTP Status 500 - Internal Server Error

2001-12-10 Thread jdu
Thanks. But why after refresh the page, it wil work OK? Thanks Junying Du -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

AW: AW: Apache Tomcat/4.01 - HTTP Status 500 - Internal Server Error

2001-12-10 Thread Ralph Einfeldt
Because there is an older version of the class ? Remove all classes and see what happens. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 10. Dezember 2001 17:22 An: Tomcat Users List Betreff: Re: AW: Apache Tomcat/4.01 - HTTP Status 500

Re: HTTP Status 500

2001-09-27 Thread Matias Bahlenberg
: Wednesday, September 26, 2001 4:46 PM Subject: HTTP Status 500 Does anyone know why i get the message HTTP Status 500 - No Host matches server name www.xxx.co.uk When i use ajp13 to connect to tomcat 4 from apache 1.3.20 I am using the same method i would have used when i was using

Re: HTTP Status 500 - Now Exception

2001-09-27 Thread Lee . Lovell
: | | Subject: Re: HTTP Status 500

Re: HTTP Status 500 - Now Exception

2001-09-27 Thread Lee . Lovell
] | | cc: | | Subject: Re: HTTP Status 500 - Now Exception

HTTP Status 500

2001-09-26 Thread Lee . Lovell
Does anyone know why i get the message HTTP Status 500 - No Host matches server name www.cnmdealex.co.uk When i use ajp13 to connect to tomcat 4 from apache 1.3.20 I am using the same method i would have used when i was using tomcat 3.x (I.e nothing has changed on the apache side Only

HTTP Status 500

2001-09-26 Thread Lee . Lovell
Does anyone know why i get the message HTTP Status 500 - No Host matches server name www.xxx.co.uk When i use ajp13 to connect to tomcat 4 from apache 1.3.20 I am using the same method i would have used when i was using tomcat 3.x (I.e nothing has changed on the apache side Only