Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-13 Thread Mark Thomas
On 12/08/2014 23:56, Dennis Longnecker wrote: I'm thinking it has something to do with the web.xml in the web-inf file...which looks like: You are correct. ?xml version=1.0 encoding=ISO-8859-1? !-- Copyright 2004 The Apache Software Foundation Licensed under the Apache License,

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-13 Thread Dennis Longnecker
- Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, August 13, 2014 1:05:58 AM Subject: Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp On 12/08/2014 23:56, Dennis Longnecker wrote

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-13 Thread Mark Thomas
On 13/08/2014 19:00, Dennis Longnecker wrote: I changed the web.xml as described. I delete delete the work directory and restarted the web server. OK. That should fix one set of errors. These files reside in the /external-references directory under webappl. webappl? The main purpose is

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-13 Thread Dennis Longnecker
- Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, August 13, 2014 11:23:31 AM Subject: Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp On 13/08/2014 19:00, Dennis Longnecker wrote

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-13 Thread Mark Thomas
On 13/08/2014 19:45, Dennis Longnecker wrote: For what I am working on... the web.xml is in: C:\apache-tomcat-8.0.9\webapps\external-references\WEB-INF the context.xml is in: C:\apache-tomcat-8.0.9\webapps\external-references\META-INF the fred.txt file is in: C:\WikiShare\docs OK.

RE: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-13 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp Rename C:\apache-tomcat-8.0.9\webapps\external-references\META-INF\context.xml to C:\apache-tomcat-8.0.9\conf\Catalina\localhost\external

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-13 Thread Dennis Longnecker
- Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, August 13, 2014 11:54:01 AM Subject: Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp On 13/08/2014 19:45, Dennis Longnecker wrote

HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-12 Thread Dennis Longnecker
Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp Basically all this webappl does is dump the contents of a directory. More detailed information is: type Exception report message Error instantiating servlet class org.apache.jsp.index_jsp description The server encountered

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-12 Thread Mark Thomas
for this one link which is giving me this error: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp Basically all this webappl does is dump the contents of a directory. More detailed information is: type Exception report message Error instantiating servlet class

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-12 Thread Dennis Longnecker
- Original Message - From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, August 12, 2014 3:11:27 PM Subject: Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp On 12/08/2014 22:52, Dennis Longnecker wrote

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-12 Thread Mark Eggers
. Everything is working fine except for this one link which is giving me this error: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp Basically all this webappl does is dump the contents of a directory. More detailed information is: type Exception report

Re: HTTP Status 500 - Error instantiating servlet class org.apache.jsp.index_jsp

2014-08-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dennis, On 8/12/14, 5:52 PM, Dennis Longnecker wrote: Migrating from Tomcat 5.5.4 to Tomcat 8.0.9. I'm glad to see that someone running 5.5.x is actually upgrading. We certainly want to help you :) You'll get there: follow Mark E's advice to