Re: Error 404 - The requested resource is not available

2017-01-13 Thread Christoph Nenning
> From: Torsten Krah <krah...@gmail.com> > To: users@tomcat.apache.org, > Date: 13.01.2017 08:56 > Subject: Re: Error 404 - The requested resource is not available > > Am Donnerstag, den 12.01.2017, 13:38 -0600 schrieb fonsin2008 .: > > Here are the log files. &g

Re: Error 404 - The requested resource is not available

2017-01-12 Thread Torsten Krah
Am Donnerstag, den 12.01.2017, 13:38 -0600 schrieb fonsin2008 .: > Here are the log files. What about fixing those NPE and enable debug/trace logs of struts2 to get more information about how struts is going to map the request and where the 404 is written to the response.

Re: Error 404 - The requested resource is not available

2017-01-12 Thread fonsin2008 .
Here are the log files. 2017-01-12 2:29 GMT-06:00 Greg Huber : > Check in the apache-tomcat-x.x.x/logs for any > errors in catalina.out or yourapp.log files. > > > > On 12 January 2017 at 06:19, fonsin2008 . wrote: > >> Hi! >> >> The url is:

Re: Error 404 - The requested resource is not available

2017-01-12 Thread Greg Huber
Check in the apache-tomcat-x.x.x/logs for any errors in catalina.out or yourapp.log files. On 12 January 2017 at 06:19, fonsin2008 . wrote: > Hi! > > The url is: http://somehost/evaluacion/login_formaLogin.action > > The problem is that it used to run without problems. > >

Re: Error 404 - The requested resource is not available

2017-01-11 Thread Christoph Nenning
> From: "fonsin2008 ." <fon...@gmail.com> > To: Tomcat Users List <users@tomcat.apache.org>, > Date: 12.01.2017 07:19 > Subject: Re: Error 404 - The requested resource is not available > > Hi! > > The url is: http://somehost/evaluacion/login_form

Re: Error 404 - The requested resource is not available

2017-01-11 Thread fonsin2008 .
Hi! The url is: http://somehost/evaluacion/login_formaLogin.action The problem is that it used to run without problems. 2017-01-11 19:50 GMT-06:00 Tim Watts : > On Wed, 2017-01-11 at 15:49 -0600, fonsin2008 . wrote: >> Hi all! >> >> First, I need to say that I'm

Re: Error 404 - The requested resource is not available

2017-01-11 Thread Tim Watts
On Wed, 2017-01-11 at 15:49 -0600, fonsin2008 . wrote: > Hi all! > > First, I need to say that I'm new(ignorant) with Tomcat. One of our > systems is written with tomcat, but today something went wrong and the > following error appears on the webpage: > > --Estado HTTP 404 -

Re: Error 404 - The requested resource is not available

2017-01-11 Thread fonsin2008 .
Yes, here is the struts.xml 2017-01-11 16:28 GMT-06:00 Jose María Zaragoza : > 2017-01-11 22:49 GMT+01:00 fonsin2008 . : >> Hi all! >> >> First, I need to say that I'm new(ignorant) with Tomcat. One of our >> systems is written with tomcat, but today

Re: Error 404 - The requested resource is not available

2017-01-11 Thread Jose María Zaragoza
2017-01-11 22:49 GMT+01:00 fonsin2008 . : > Hi all! > > First, I need to say that I'm new(ignorant) with Tomcat. One of our > systems is written with tomcat, but today something went wrong and the > following error appears on the webpage: > > --Estado HTTP 404 -

The requested resource is not available

2014-08-16 Thread Anjo Paster
Hi I am new to tomcat. I installed tomcat 7.0.47 through eclipse installed on windows7. Set the installed tomcat7 as the target runtime. Also checked for the Apache tomcat libraries. But when clicked the 'Run on server' it is error. It says '*The requested resource is not available*'. The eclipse

Re: The requested resource is not available

2014-08-16 Thread Mark Thomas
'*The requested resource is not available*'. The eclipse project explorer or console didn't show any error. I am trying to run a sample jsf application. Need help to run the application. Thanks in advance http://www.catb.org/esr/faqs/smart-questions.html Mark

Tomcat 7 - requested resource is not available

2013-10-25 Thread Donaldson, John
The problem I'm facing is this: when I make a request on my application running on Tomcat I get status 404 - the requested resource is not available. Some background: This is a large and old application that I've been asked to modernize. It runs fine on an earlier Tomcat (v5 I think

Re: Tomcat 7 - requested resource is not available

2013-10-25 Thread Urfan Alimov
On Fri, Oct 25, 2013 at 12:07 PM, Donaldson, John john.m.donald...@hp.comwrote: The problem I'm facing is this: when I make a request on my application running on Tomcat I get status 404 - the requested resource is not available. Some background: This is a large and old application

RE: Tomcat 7 - requested resource is not available

2013-10-25 Thread Donaldson, John
Urfan, Hi, With standard Tomcat configuration you should invoke jsp pages as localhost:port/MyProj/MyJsp.jsp Also check out how Context/ tag is configured in server.xml file of your tomcat. Regards, My one and only html page (URL is like this:

The requested resource () is not available. index.html

2010-06-15 Thread faciolo
Status 404 - type Status report message description The requested resource () is not available. Apache Tomcat/6.0.26 but if i ask for localhost:8080/ the home page of tomcat is correctly found. can someone help me? why i can't get my index.html? this is not a jsp...why i can't access a static page

Re: The requested resource () is not available. index.html

2010-06-15 Thread Pid
/myApp/index.html i get this message: HTTP Status 404 - type Status report message description The requested resource () is not available. Apache Tomcat/6.0.26 but if i ask for localhost:8080/ the home page of tomcat is correctly found. can someone help me? why i can't get my index.html

Re: The requested resource () is not available. index.html

2010-06-15 Thread Hassan Schroeder
On Tue, Jun 15, 2010 at 9:58 AM, faciolo lucor...@gmail.com wrote: when i try to access my project home at localhost:8080/myApp/ or localhost:8080/myApp/index.html i get this message: HTTP Status 404 -  type Status report  message  description The requested resource () is not available

Re: The requested resource () is not available. index.html

2010-06-15 Thread faciolo
Where have you deployed myApp? What configuration have you changed? What is in your app's web.xml file? p my application is named MediciRiuniti it is in C:\Tomcat 6.0\webapps\ROOT\ if i search for localhosot:8081/ i can get tomcat home i've changed only the port of tomcat,

Re: The requested resource () is not available. index.html

2010-06-15 Thread faciolo
Hassan Schroeder-2 wrote: Because your app isn't configured properly? :-) Have you looked at your logs? -- Hassan Schroeder hassan.schroe...@gmail.com twitter: @hassan - To

Re: The requested resource () is not available. index.html

2010-06-15 Thread Pid
On 15/06/2010 18:28, faciolo wrote: Where have you deployed myApp? What configuration have you changed? What is in your app's web.xml file? p my application is named MediciRiuniti it is in C:\Tomcat 6.0\webapps\ROOT\ if i search for localhosot:8081/ i can get tomcat home

Re: The requested resource () is not available. index.html

2010-06-15 Thread Hassan Schroeder
On Tue, Jun 15, 2010 at 10:33 AM, faciolo lucor...@gmail.com wrote: so if my app isn't properly configured i can't get also static pages? Yep :-) in my catalina.log i can read these lines: All of which should be strong clues there's something seriously wrong... GRAVE: Context

Re: The requested resource () is not available. index.html

2010-06-15 Thread faciolo
Pid * wrote: On 15/06/2010 18:28, faciolo wrote: Where have you deployed myApp? What configuration have you changed? What is in your app's web.xml file? p my application is named MediciRiuniti it is in C:\Tomcat 6.0\webapps\ROOT\ if i search for localhosot:8081/ i can

Re: The requested resource () is not available. index.html

2010-06-15 Thread faciolo
Hassan Schroeder-2 wrote: On Tue, Jun 15, 2010 at 10:33 AM, faciolo lucor...@gmail.com wrote: so if my app isn't properly configured i can't get also static pages? Yep :-) in my catalina.log i can read these lines: All of which should be strong clues there's something seriously

The requested resource ... is not available

2010-03-24 Thread mehar300
The requested resource (/myfile.html) is not available. Apache Tomcat/6.0.20 can anyone suggest what step should i take to resolve problem thanks Note: this problem occurs from last few days. Before that, i was able to access all files and directory (myapp) properly. -- View this message

Re: The requested resource ... is not available

2010-03-24 Thread Mercy
page. but as if try to access http://localhost:8080/myfile.html then it display error type Status report message /myfile.html description The requested resource (/myfile.html) is not available. Apache Tomcat/6.0.20 can anyone suggest what step should i take to resolve problem thanks

RE: The requested resource ... is not available

2010-03-24 Thread Caldarale, Charles R
From: Mercy [mailto:techme...@gmail.com] Subject: Re: The requested resource ... is not available or check the path is right or not in $CATALINA_HOME/conf/context.xml. The above file must never, never have a path attribute in it. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

RE: The requested resource ... is not available

2010-03-24 Thread Caldarale, Charles R
From: mehar300 [mailto:mehar...@yahoo.com] Subject: The requested resource ... is not available i installed apache-tomcat-6.0.20 and set path variable accordingly What do you mean by path variable? If you're referring to the system PATH environment variable, it need not be set to anything

error with tomcat HTTP Status 404 The requested resource() is not available

2009-03-23 Thread Tomas Rodriguez
The requested resource (/tomas/) is not available. Apache Tomcat/6.0.18 -- I reboot the tomcat services, but I can't get any good result, well I don't know what

RE: error with tomcat HTTP Status 404 The requested resource() is not available

2009-03-23 Thread Caldarale, Charles R
From: Tomas Rodriguez [mailto:admhards...@yahoo.ca] Subject: error with tomcat HTTP Status 404 The requested resource() is not available c:\tomcay6.0\conf\Catalina\localhost\tomas.xml I hope that was tomcat6.0, not tomcay6.0. Context docBase=d:/examplestomcat You're missing the closing

The requested resource () is not available?

2009-03-12 Thread Pat Riehecky
I have been trying to install a tomcat app onto a fresh Ubuntu box (8.04 tomcat 5.5), but when attempting to view the app's pages I get HTTP Status 404 - type Status report message description The requested resource

Re: The requested resource () is not available?

2009-03-12 Thread David Smith
description The requested resource () is not available. Apache Tomcat/5.5 I know this is well before my app starts up, but I haven't a clue what to do about it. When I google the error I get dozens of suggestions, each of which

Re: The requested resource () is not available?

2009-03-12 Thread Pat Riehecky
- type Status report message description The requested resource () is not available. Apache Tomcat/5.5 I know this is well before my app starts up, but I haven't a clue what to do

RE: The requested resource () is not available?

2009-03-12 Thread Caldarale, Charles R
From: Pat Riehecky [mailto:prieh...@iwu.edu] Subject: Re: The requested resource () is not available? Here is the output from catalina It's a start, but there's more. Mar 12, 2009 2:20:30 PM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Mar 12, 2009 2:20:30

Re: The requested resource () is not available?

2009-03-12 Thread David Smith
Caldarale, Charles R wrote: From: Pat Riehecky [mailto:prieh...@iwu.edu] Subject: Re: The requested resource () is not available? Here is the output from catalina It's a start, but there's more. Mar 12, 2009 2:20:30 PM org.apache.catalina.core.StandardContext start SEVERE

Re: The requested resource (/) is not available.

2007-03-13 Thread David Smith
PROTECTED] To: users@tomcat.apache.org Sent: Monday, March 12, 2007 5:35:39 PM Subject: The requested resource (/) is not available. I've set my JULI logging to FINE to figure out why I always get The requested resource (/) is not available. Unfortunately, the log seems to indicate

The requested resource (/) is not available.

2007-03-12 Thread Aditya Prasad
I've set my JULI logging to FINE to figure out why I always get The requested resource (/) is not available. Unfortunately, the log seems to indicate that the ROOT context was started up all right: Mar 12, 2007 2:32:56 PM org.apache.catalina.startup.HostConfig deployDirectory FINE: Deploying

Re: The requested resource (/) is not available.

2007-03-12 Thread Aditya Prasad
, 2007 5:35:39 PM Subject: The requested resource (/) is not available. I've set my JULI logging to FINE to figure out why I always get The requested resource (/) is not available. Unfortunately, the log seems to indicate that the ROOT context was started up all right: Mar 12, 2007 2:32:56 PM

Re: The requested resource (/) is not available.

2007-03-12 Thread Martin Gainty
PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, March 12, 2007 8:15 PM Subject: Re: The requested resource (/) is not available. Thanks for the suggestion. It turns out that the problem was that my web.xml was a symlink. I had to figure this out through trial and error

Re: The requested resource (/) is not available.

2007-03-12 Thread Aditya Prasad
qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Aditya Prasad [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, March 12, 2007 8:15 PM Subject: Re: The requested resource (/) is not available

RE: The requested resource is not available

2006-07-19 Thread Darren Hall
Thanks for the response Hassan. But if the above url-pattern is in a Context with path '/abc', then you're telling it to give everything that looks like 'http://localhost:8080/abc/abc' to your control servlet, which probably isn't what you want... :-) No, you are exactly right. This is

Re: The requested resource is not available

2006-07-19 Thread Martin Gainty
-Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 9:03 AM To: 'Tomcat Users List' Cc: [EMAIL PROTECTED] Subject: RE: The requested resource is not available Thanks for the response Hassan. But if the above url-pattern is in a Context

Re: The requested resource is not available

2006-07-19 Thread Hassan Schroeder
On 7/19/06, Darren Hall [EMAIL PROTECTED] wrote: When I attempt to go to the above URL I get the error The requested resource (/abc/abc) is not available. I would simplify -- comment out your servlet in web.xml, put a proper welcome file (e.g. index.jsp) in the context -- and make sure that

The requested resource is not available

2006-07-18 Thread Darren Hall
at http://www.abc.com/, I get a Tomcat error The requested resource (/abc) is not available. This indicates to me that the proxy pass through is working properly in Apache, but that Tomcat is not handing off the request to my serlvet. Also I've tried hitting the servlet directly by pointing my