Re: http status 404 - not found

2018-11-22 Thread Karen Goh
On Mon, 11/19/18, Salil Misra wrote: Subject: Re: http status 404 - not found To: users@tomcat.apache.org, karenwo...@yahoo.com Date: Monday, November 19, 2018, 9:14 PM Just a quick check , have you saved your view page as a JSP and not as

Re: http status 404 - not found

2018-11-19 Thread Salil Misra
Just a quick check , have you saved your view page as a JSP and not as HTML ? If its saved as HTML , this might be the possible cause. Thanks. On Sun, 18 Nov 2018 at 09:31, Karen Goh wrote: > Hello Tomcat user group, > > I hope that this question is valid cos I googled and many related issue

Re: http status 404 - not found

2018-11-19 Thread Mark Thomas
On 18/11/2018 04:01, Karen Goh wrote: > Hello Tomcat user group, > > I hope that this question is valid cos I googled and many related issue like > this pointed to server problem. The question is valid but this is an application problem, not a server problem. > Tomcat version : 8.5.24> IDE : Ec

Re: http status 404 - not found

2018-11-17 Thread Arjuna Bandara
Hi, Can you explain more about the issue and update problem with the console output? Was the maven building successful? Try run clean build with ' clean build -e'. You may have full stack trace. - Arjuna On Sun, 18 Nov 2018 9:31 am Karen Goh, wrote: > Hello Tomcat user group, > > I hope that

Re: Http Status 404

2014-02-06 Thread Shivam Mishra
I did not make the TestServlet class public . On Fri, Feb 7, 2014 at 12:05 AM, David kerber wrote: > On 2/6/2014 1:05 PM, Shivam Mishra wrote: > >> Its running thank you very much ... >> > > Can you tell us what the trouble was, so other people with the same issue > can learn from it? > > > > >

Re: Http Status 404

2014-02-06 Thread David kerber
On 2/6/2014 1:05 PM, Shivam Mishra wrote: Its running thank you very much ... Can you tell us what the trouble was, so other people with the same issue can learn from it? On Thu, Feb 6, 2014 at 11:24 PM, Tim Watts wrote: On Thu, 2014-02-06 at 23:07 +0530, Shivam Mishra wrote: Now m

Re: Http Status 404

2014-02-06 Thread Neven Cvetkovic
On Thu, Feb 6, 2014 at 11:02 AM, Shivam Mishra wrote: > My directory structure is C:\Program Files\Apache Software > Foundation\Tomcat 8.0\webapps\name\WEB-INF\Classes for .class file of > Servlet > That should probably be lowercase "classes", e.g. C:\Program Files\Apache Software Foundation\Tom

Re: Http Status 404

2014-02-06 Thread Shivam Mishra
Its running thank you very much ... On Thu, Feb 6, 2014 at 11:24 PM, Tim Watts wrote: > On Thu, 2014-02-06 at 23:07 +0530, Shivam Mishra wrote: > > Now my browser is showing this error as below: > > > > Exception report > > > > *message* *Error instantiating servlet class TestServlet* > > > >

Re: Http Status 404

2014-02-06 Thread Tim Watts
On Thu, 2014-02-06 at 23:07 +0530, Shivam Mishra wrote: > Now my browser is showing this error as below: > > Exception report > > *message* *Error instantiating servlet class TestServlet* > > *description* *The server encountered an internal error that prevented it > from fulfilling this request

Re: Http Status 404

2014-02-06 Thread Shivam Mishra
Now my browser is showing this error as below: Exception report *message* *Error instantiating servlet class TestServlet* *description* *The server encountered an internal error that prevented it from fulfilling this request.* *exception* javax.servlet.ServletException: Error instantiating ser

Re: Http Status 404

2014-02-06 Thread Shivam Mishra
My url is http://localhost:8080/name/TestServlet On Thu, Feb 6, 2014 at 10:55 PM, Tim Watts wrote: > On Thu, 2014-02-06 at 21:32 +0530, Shivam Mishra wrote: > > My directory structure is C:\Program Files\Apache Software > > Foundation\Tomcat 8.0\webapps\name\WEB-INF\Classes for .class file of >

Re: Http Status 404

2014-02-06 Thread Tim Watts
On Thu, 2014-02-06 at 21:32 +0530, Shivam Mishra wrote: > My directory structure is C:\Program Files\Apache Software > Foundation\Tomcat 8.0\webapps\name\WEB-INF\Classes for .class file of > Servlet That last part should be ...\WEB-INF\classes (lower case 'c'). If that doesn't fix it then, again

Re: Http Status 404

2014-02-06 Thread Shivam Mishra
My directory structure is C:\Program Files\Apache Software Foundation\Tomcat 8.0\webapps\name\WEB-INF\Classes for .class file of Servlet Description of my logs is below 06-Feb-2014 14:50:22.684 INFO [Thread-9] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"] 06-Feb

Re: Http Status 404

2014-02-06 Thread Tim Watts
On Thu, 2014-02-06 at 10:32 -0500, Neven Cvetkovic wrote: > On Feb 6, 2014 4:21 PM, "Shivam Mishra" wrote: > > > > My tomcat and its example application is running but I got an error with > my > > own application .My port number is 8080 .I compile my servlet programme in > > jdk 7 .and my web.xml

Re: Http Status 404

2014-02-06 Thread Neven Cvetkovic
On Feb 6, 2014 4:21 PM, "Shivam Mishra" wrote: > > My tomcat and its example application is running but I got an error with my > own application .My port number is 8080 .I compile my servlet programme in > jdk 7 .and my web.xml file is below > > PUBLIC "-//Sun Microsystems, Inc.//DTD Web App

Re: Http Status 404

2014-02-06 Thread Shivam Mishra
My tomcat and its example application is running but I got an error with my own application .My port number is 8080 .I compile my servlet programme in jdk 7 .and my web.xml file is below http://java.sun.com/j2ee/dtds/web-app_2.2.dtd";> MyServlet TestServlet MyServlet /TestServlet

Re: Http Status 404

2014-02-06 Thread Neven Cvetkovic
On Feb 6, 2014 9:58 AM, "Shivam Mishra" wrote: > > Hye I am using Tomcat 8.0.1 ,my operating system is Windows 8.1 and it is > 64- bit configuration .I made a folder in webapps for my servlet but I am > unable to access it Please help Shivam, Is your tomcat running? What port number? How did you

Re: Http Status 404

2014-02-06 Thread Mark Thomas
On 06/02/2014 08:57, Shivam Mishra wrote: > Hye I am using Tomcat 8.0.1 ,my operating system is Windows 8.1 and it is > 64- bit configuration .I made a folder in webapps for my servlet but I am > unable to access it Please help Read this: http://www.catb.org/~esr/faqs/smart-questions.html then po

Re: http status 404 error

2012-05-13 Thread Pid
On 11/05/2012 14:25, Giles Coochey wrote: > On 11/05/2012 14:13, Jose María Zaragoza wrote: >> 2012/5/11 Irene Amatulli: >>> Hi, >>> >>> I got this error when trying to access my application's website. The >>> Tomcat service is running, so I don't know why I got this error. The >>> website appear

Re: http status 404 error

2012-05-13 Thread Pid
On 11/05/2012 14:13, Jose María Zaragoza wrote: > 2012/5/11 Irene Amatulli : >> Hi, >> >> I got this error when trying to access my application's website. The Tomcat >> service is running, so I don't know why I got this error. The website >> appeared with no problems when I used it yesterday.

Re: http status 404 error

2012-05-11 Thread Konstantin Kolinko
2012/5/11 Giles Coochey : > On 11/05/2012 15:19, Konstantin Kolinko wrote: >> >> >> BTW, Tomcat 6.0.20 is 3 years old. >> Here is a list of known security issues fixed in later releases: >> http://tomcat.apache.org/security-6.html >> >> > Strangely enough that URL gives me a 404... perhaps this pro

RE: http status 404 error

2012-05-11 Thread Irene Amatulli
Thank you very much for your help Konstantin! -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, May 11, 2012 10:20 AM To: Tomcat Users List Subject: Re: http status 404 error 2012/5/11 Irene Amatulli : > Hi, > > I got this error when

Re: http status 404 error

2012-05-11 Thread Giles Coochey
On 11/05/2012 15:19, Konstantin Kolinko wrote: BTW, Tomcat 6.0.20 is 3 years old. Here is a list of known security issues fixed in later releases: http://tomcat.apache.org/security-6.html Strangely enough that URL gives me a 404... perhaps this problem is spreading!! -- Best Regards, Giles C

Re: http status 404 error

2012-05-11 Thread Konstantin Kolinko
2012/5/11 Irene Amatulli : > Hi, > > I got this error when trying to access my application's website. Are you sure that it is your web site? Configure an access log at the server and look for evidences. >  The Tomcat service is running, so I don't know why I got this error.  The > website appear

Re: http status 404 error

2012-05-11 Thread Giles Coochey
On 11/05/2012 14:13, Jose María Zaragoza wrote: 2012/5/11 Irene Amatulli: Hi, I got this error when trying to access my application's website. The Tomcat service is running, so I don't know why I got this error. The website appeared with no problems when I used it yesterday. I'm not sure i

Re: http status 404 error

2012-05-11 Thread Jose María Zaragoza
2012/5/11 Irene Amatulli : > Hi, > > I got this error when trying to access my application's website.  The Tomcat > service is running, so I don't know why I got this error.  The website > appeared with no problems when I used it yesterday.  I'm not sure if some > updates that were applied to th

Re: HTTP Status 404 - /manager/html

2011-11-08 Thread Kaushal Shriyan
On Tue, Nov 8, 2011 at 10:29 AM, Caldarale, Charles R wrote: >> From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] >> Subject: Re: HTTP Status 404 - /manager/html > >> I did downloaded it from >> http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.19/bin/ > >

RE: HTTP Status 404 - /manager/html

2011-11-07 Thread Caldarale, Charles R
> From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] > Subject: Re: HTTP Status 404 - /manager/html > I did downloaded it from > http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.19/bin/ Good. For curiosity's sake, why didn't you use the most recent release? >

Re: HTTP Status 404 - /manager/html

2011-11-07 Thread Kaushal Shriyan
On Tue, Nov 8, 2011 at 8:42 AM, Caldarale, Charles R wrote: >> From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] >> Subject: HTTP Status 404 - /manager/html > >> When i hit http://IP:8080/manager/html, I get HTTP Status 404 - >> /manager/html, Tomcat Version 7.0.19, Any clue ? > > Is the man

RE: HTTP Status 404 - /manager/html

2011-11-07 Thread Caldarale, Charles R
> From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] > Subject: HTTP Status 404 - /manager/html > When i hit http://IP:8080/manager/html, I get HTTP Status 404 - > /manager/html, Tomcat Version 7.0.19, Any clue ? Is the manager webapp deployed? Where did you get this Tomcat? If you used a

Re: HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet

2011-01-20 Thread Mark Thomas
let Mark > > > Now we are successfully able to upload the file. > > Thanks once again. > > > --- On Thu, 1/20/11, Mikolaj Rydzewski wrote: > > From: Mikolaj Rydzewski > Subject: Re: HTTP Status 404 - > /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFi

Re: HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet

2011-01-20 Thread Amol Puglia
: Mikolaj Rydzewski Subject: Re: HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet To: "Tomcat Users List" Date: Thursday, January 20, 2011, 2:07 PM On Wed, 19 Jan 2011 23:56:27 -0800 (PST), Amol Puglia wrote: > I am having one application deployed o

Re: HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet

2011-01-20 Thread Mikolaj Rydzewski
On Wed, 19 Jan 2011 23:56:27 -0800 (PST), Amol Puglia wrote: I am having one application deployed on tomcat. The entire application is working fine. But one of the functionality in the application ie. file upload is not working. You should rather contact your application's vendor for help

Re: HTTP Status 404 - /stcepmweb/servlet/com.stc.ePM.webint.ReceiveFileUploadServlet

2011-01-20 Thread André Warnier
Hello Amol. Amol Puglia wrote: Hello Team, I am having one application deployed on tomcat. The entire application is working fine. But one of the functionality * in the application * ie. file upload is not working. ^

Re: HTTP Status 404 - Servlet jsp is not available

2010-12-13 Thread Mark Thomas
On 13/12/2010 13:07, Gaurav Pruthi wrote: > > HTTP Status 404 - Servlet jsp is not available ... > > While I am putting the jsp and HTML files in my > project directory .. still I'm not able to access thoseAlso plz. tell > how to refer a servlet from a html page(I mean value of action attrib

Re: HTTP status 404

2010-12-09 Thread Mark Eggers
rom: Lava Saleem To: users Sent: Thu, December 9, 2010 11:40:14 AM Subject: Re: HTTP status 404 Hi Mark, I have changed my web.xml file to the one you send me and added the welcome-file-list so I will not need to navigate to localhost:8080/filename/filename.htm, I changed the index.htm to filen

Re: HTTP status 404

2010-12-09 Thread Lava Saleem
y two cents. > > /mde/ > > - Original Message > From: Lava Saleem > To: users > Sent: Thu, December 9, 2010 9:10:13 AM > Subject: Re: HTTP status 404 > > Hello everyone, > Thanks for the replies I really appreciate your feedback > > I have the st

Re: HTTP status 404

2010-12-09 Thread Mark Eggers
. /mde/ - Original Message From: Lava Saleem To: users Sent: Thu, December 9, 2010 9:10:13 AM Subject: Re: HTTP status 404 Hello everyone, Thanks for the replies I really appreciate your feedback I have the structure as the following webapps | filename |- filename.htm *|-*WEB

Re: HTTP status 404

2010-12-09 Thread David Smith
Looks like you should be requesting /filename/filename.htm instead of filename/ ... that is unless you've set a welcome file in the app's web.xml file. If that doesn't work, also take a look at the tomcat logs for the moment in time you a. started tomcat, b. deployed your app (if different from th

Re: HTTP status 404

2010-12-09 Thread Lava Saleem
Hello everyone, Thanks for the replies I really appreciate your feedback I have the structure as the following webapps | filename |- filename.htm *|-*WEB-INF |- web.xml |-META-INF |-context.xml after having this structure,I use the following command CATALINA_B

Re: HTTP status 404

2010-12-08 Thread André Warnier
Lava Saleem wrote: Hi everyone, I have a single page html file with java script embadded in it, I have created a war file for it and deployed it successfully but when I click on the page I get the below error, the structure of my war file is the following webapp --> filename --> WEB-INF--> file

Re: HTTP status 404

2010-12-08 Thread Mark Eggers
Static.war which can then be deployed using Tomcat's manager application (or copying Static.war to $CATALINA_HOME/webapps). . . . . just my two cents. /mde/ - Original Message From: Lava Saleem To: Tomcat Users List Sent: Wed, December 8, 2010 12:12:18 PM Subject: Re: HTTP stat

Re: HTTP status 404

2010-12-08 Thread Lava Saleem
Hi Chris Thanks for the reply >Didn't you ask this same question the day before yesterday? Have you read all the replies and questions? No this one is a different question & yes I have read the replies and went through the documentation >What does all that mean? Are those file paths? Are they de

Re: HTTP status 404

2010-12-08 Thread Hassan Schroeder
On Wed, Dec 8, 2010 at 12:05 PM, David Smith wrote: > If you wanted to get filename.htm with the structure I think you are > describing, you should be requesting > /$WEBAPP/webapp/filename/WEB-INF/filename.htm Which (thankfully) won't work, per the spec :-) -- Hassan Schroeder ---

Re: HTTP status 404

2010-12-08 Thread David Smith
> webapp --> filename --> WEB-INF--> filename.htm + web.xml + META-INF > + classes + lib If I read this right, 'filename.htm' is being stored in webapp/filename/WEB-INF/filename.htm inside your .war file. FWIW, WEB-INF has no special meaning except in the top level of your .war archive A .war a

Re: HTTP status 404

2010-12-08 Thread Victor Kabdebon
Sorry if I didn't write properly what I wanted to say, but what I was saying is just that if you want to serve only static html files there are many other simpler solutions to do that, that's all. Again even I use it for example to serve .css, .js files on my server so I agree it is 100 % possible

Re: HTTP status 404

2010-12-08 Thread Victor Kabdebon
Christopher, Yes but using tomcat to server html files looks to me like using a hammer to kill a fly. Anyway everybody is free to do what he wants ! Concerning the IDE, its advantage is to be automatic, but in a way it adds an extra layer of difficulty... Victor http://www.voxnucleus.fr 2010/12

Re: HTTP status 404

2010-12-08 Thread David Smith
> I might be wrong but maybe you need to set something in your web.xml to > deliver static files. (basically Tomcat is not designed to run static html > files, you can use a combination of Apache serveur + tomcat serveur to do > that). Sorry but that's just not correct. Any file in the webapp, bu

Re: HTTP status 404

2010-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Victor, On 12/8/2010 2:45 PM, Victor Kabdebon wrote: > I might be wrong but maybe you need to set something in your web.xml to > deliver static files. (basically Tomcat is not designed to run static html > files, you can use a combination of Apache se

Re: HTTP status 404

2010-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lava, Didn't you ask this same question the day before yesterday? Have you read all the replies and questions? On 12/8/2010 2:39 PM, Lava Saleem wrote: > I have a single page html file with java script embadded in it, I have > created a war file for

Re: HTTP status 404

2010-12-08 Thread Victor Kabdebon
I might be wrong but maybe you need to set something in your web.xml to deliver static files. (basically Tomcat is not designed to run static html files, you can use a combination of Apache serveur + tomcat serveur to do that). I strongely recommand you to use an IDE such as Netbeans, create a new

Re: HTTP status 404 - only first time when accessing from browser

2010-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 2/9/2010 3:17 PM, lazyisgood wrote: > 1. In a new browser window, go to > http://subash.redirectme.net:8080/stock/faces/welcome.jspx > The url in the browser can be seen as: > "http://subash.redirectme.net:8080/stock/faces/

Re: HTTP Status 404 - /openipmp/jsp/login.jsp

2009-02-05 Thread Mark Thomas
geet...@tataelxsi.co.in wrote: > Dear all, > Good afternoon. > I need a help. Please don't hijack threads. Not only is it a general nuisance and makes searching of the archives confusing, many of the folks on this list will ignore any post that hijacks a thread. Mark > I am trying to install an

Re: HTTP status 404 - Context config

2009-01-28 Thread Stephen Vaughan
Nevermind, I've resolved it. thank you for replying. On Wed, Jan 28, 2009 at 2:04 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Stephen Vaughan [mailto:stephenvaug...@gmail.com] > > Subject: HTTP status 404 - Context config > > > > I'm having trouble setting up a contex

RE: HTTP status 404 - Context config

2009-01-27 Thread Caldarale, Charles R
> From: Stephen Vaughan [mailto:stephenvaug...@gmail.com] > Subject: HTTP status 404 - Context config > > I'm having trouble setting up a context with jdbc.postgresql What version of Tomcat? What vendor and version of JVM? What platform? Where is your element located? What's in the Tomcat log

Re: HTTP Status 404

2009-01-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Satya, satya mahapatra wrote: > The web.xml file is inside \WebRoot\WEB-INF\web.xml. According to this I > have modified the context.xml inside Tomcat 6.0\conf as below. > > /WebRoot/WEB-INF/web.xml AFAICT, expects resources to be relative to the a

RE: HTTP Status 404 with Apache Tomcat/5.5

2008-12-14 Thread Caldarale, Charles R
> From: hsuan [mailto:hs...@nchc.org.tw] > Subject: HTTP Status 404 with Apache Tomcat/5.5 > > What's the problem ! How can I to solve the problem? http://marc.info/?l=tomcat-user&m=122823060425367&w=2 http://www.catb.org/~esr/faqs/smart-questions.html - Chuck THIS COMMUNICATION MAY CONTAIN CO

RE: HTTP Status 404 with Apache Tomcat/5.5

2008-12-14 Thread Martin Gainty
Hsuan- could you post your .\WEB-INF\web.xml .\META-INF\context.xml Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential natur

Re: HTTP Status 404 - /examples/servlets/servlet/HelloWorldExample

2008-07-08 Thread Ljuba Veselinova
> Good luck dealing with ESRI, I have to deal with ArcGIS at my part time job > and ESRI > support isn't exactly helpful. > I have now wasted quite a bit of time with them and feel that I should get this to work. But I completely agree with you -- dealing with their support is quite a challenge.

Re: HTTP Status 404 - /examples/servlets/servlet/HelloWorldExample

2008-07-08 Thread Steve Ochani
Date sent: Tue, 08 Jul 2008 18:22:21 +0200 From: Ljuba Veselinova <[EMAIL PROTECTED]> Subject: Re: HTTP Status 404 - /examples/servlets/servlet/HelloWorldExample To: Tomcat Users List Send reply to: Tomcat User

Re: HTTP Status 404 - /examples/servlets/servlet/HelloWorldExample

2008-07-08 Thread Ljuba Veselinova
On Tue, Jul 8, 2008 at 5:47 PM, Steve Ochani <[EMAIL PROTECTED]> wrote: > Date sent: Tue, 08 Jul 2008 17:41:18 +0200 > From: Ljuba Veselinova <[EMAIL PROTECTED]> > Subject: Re: HTTP Status 404 - > /examples/servlets/servle

Re: HTTP Status 404 - /examples/servlets/servlet/HelloWorldExample

2008-07-08 Thread Steve Ochani
Date sent: Tue, 08 Jul 2008 17:41:18 +0200 From: Ljuba Veselinova <[EMAIL PROTECTED]> Subject: Re: HTTP Status 404 - /examples/servlets/servlet/HelloWorldExample To: Tomcat Users List Send reply to: Tomcat User

Re: HTTP Status 404 - /examples/servlets/servlet/HelloWorldExample

2008-07-08 Thread Ljuba Veselinova
Thanks for that! Apparently, I am having a redirect problem from Apache. Any ideas on how to correct this? I did a crude search on the documentation but nothing turned up. Thanks again, Ljuba On Tue, Jul 8, 2008 at 5:23 PM, Steve Ochani <[EMAIL PROTECTED]> wrote: > Date sent: Tue,

Re: HTTP Status 404 - /examples/servlets/servlet/HelloWorldExample

2008-07-08 Thread Steve Ochani
Date sent: Tue, 08 Jul 2008 16:45:35 +0200 From: Ljuba Veselinova <[EMAIL PROTECTED]> Subject:HTTP Status 404 - /examples/servlets/servlet/HelloWorldExample To: Tomcat Users List Send reply to: Tomcat Users List > I try

Re: HTTP Status 404 - /docs/RELEASE-NOTES.txt

2007-04-08 Thread MERWYN C WELCOME
Thanks Rashmi, I'm using Tomcat 6.0.10 too. So I guess that it's a bug report since the link points to http://localhost:8080/docs/RELEASE-NOTES.txt not http://localhost:8080/RELEASE-NOTES.txt. Any idea how I make a bug report? -Merwyn Rashmi Rubdi <[EMAIL PROTECTED]> wrote: On Tomcat 6.0.10 th

Re: HTTP Status 404 - /docs/RELEASE-NOTES.txt

2007-04-08 Thread Rashmi Rubdi
On Tomcat 6.0.10 the Release Notes URL is at: http://localhost:8080/RELEASE-NOTES.txt I don't have a Tomcat lower than 6.0.10 so I can't tell if the URL is wrong in may be 6.0 , but you can always upgrade to 6.0.10 -Rashmi - To

Re: HTTP Status 404 - /jsp-examples/

2006-08-02 Thread Lou Caudell
sumit kumar wrote: try to uncommented code in web.xml in tomcat/conf servlet invoker and servlet-mapping tags. and restart your tomcat again. good luck On 8/2/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: that may need to be reconfigured in the server.xml file, within the Context path area.

Re: HTTP Status 404 - /jsp-examples/

2006-08-02 Thread sumit kumar
try to uncommented code in web.xml in tomcat/conf servlet invoker and servlet-mapping tags. and restart your tomcat again. good luck On 8/2/06, Propes, Barry L <[EMAIL PROTECTED]> wrote: that may need to be reconfigured in the server.xml file, within the Context path area. -Original Mess

RE: HTTP Status 404 - /jsp-examples/

2006-08-02 Thread Propes, Barry L
that may need to be reconfigured in the server.xml file, within the Context path area. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 8:25 PM To: users@tomcat.apache.org Subject: HTTP Status 404 - /jsp-examples/ Can't get the jsp-examp

RE: HTTP Status 404 - /jsp-examples/

2006-08-01 Thread Prahlad . Thakur
I checked the $CATALINA_HOME/conf/web.xml, it does have the save default Servlet configuration as in your note. I will look further in the doc link you sent. The Admin and manager functions work fine clicking on the links from in the default page. Thanks, Paul Email Firewall made the following

Re: HTTP Status 404 - /jsp-examples/

2006-08-01 Thread Lou Caudell
lto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 7:17 AM To: Tomcat Users List Subject: Re: HTTP Status 404 - /jsp-examples/ [EMAIL PROTECTED] wrote: Can't get the jsp-example to run, getting 404 error. I have installed tomcat 5.0.28 under AIX 5.3 and Java SDK 1.4.2. The service is ru

Re: HTTP Status 404 - /jsp-examples/

2006-08-01 Thread Martin Gainty
t: Tuesday, August 01, 2006 7:17 AM To: Tomcat Users List Subject: Re: HTTP Status 404 - /jsp-examples/ [EMAIL PROTECTED] wrote: Can't get the jsp-example to run, getting 404 error. I have installed tomcat 5.0.28 under AIX 5.3 and Java SDK 1.4.2. The service is running under the same acco

Re: HTTP Status 404 - /jsp-examples/

2006-08-01 Thread Lou Caudell
Users List Subject: Re: HTTP Status 404 - /jsp-examples/ [EMAIL PROTECTED] wrote: Can't get the jsp-example to run, getting 404 error. I have installed tomcat 5.0.28 under AIX 5.3 and Java SDK 1.4.2. The service is running under the same account that I used to install. I have setup the

Re: HTTP Status 404 - /jsp-examples/

2006-08-01 Thread Christopher Schultz
Prahlad, > URL's tried: > > Tomcat default page: http://:8080/ > Next, I clicked on the jsp examples link on the default Page, it > returned HTTP Status 404 - /jsp-examples/ > http://:8080/jsp-examples/ > > I even tried individual pages, same 404 return code: HTTP Status 404 - > /jsp-e

RE: HTTP Status 404 - /jsp-examples/

2006-08-01 Thread Prahlad.Thakur
pages, same 404 return code: HTTP Status 404 - /jsp-examples/jsp2/simpletag/hello.jsp http://:8080/jsp-examples/jsp2/simpletag/hello.jsp -Original Message- From: Lou Caudell [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 7:17 AM To: Tomcat Users List Subject: Re: HTTP S

Re: HTTP Status 404 - /jsp-examples/

2006-08-01 Thread Lou Caudell
[EMAIL PROTECTED] wrote: Can't get the jsp-example to run, getting 404 error. I have installed tomcat 5.0.28 under AIX 5.3 and Java SDK 1.4.2. The service is running under the same account that I used to install. I have setup the following environment variables: CATALINA_HOME

RE: HTTP Status 404 - /jsp-examples/

2006-07-31 Thread Prahlad . Thakur
I removed JRE from the path and restarted tomcat, it didn't help. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 7:04 PM To: Tomcat Users List Subject: Re: HTTP Status 404 - /jsp-examples/ [EMAIL PROTECTED] wrote: > I have added foll

Re: HTTP Status 404 - /jsp-examples/

2006-07-31 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > I have added following to the path: /usr/java14/jre/bin:/usr/java14/bin Try taking the jre out of your path and restarting Tomcat. Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubs